coot

Results 241 issues of coot
trafficstars

This is an experiment to provide `runAnnotatedPeer`, which is like `runPeer' but allows us to run a decoder which has access to bytes used when decoding a message. This allows...

typed-protocols
tx-submission

[Here](https://github.com/input-output-hk/ouroboros-network/blob/65c14fac1d1aca1fdad7a9ba86a790824cebb349/ouroboros-network/src/Ouroboros/Network/Diffusion/P2P.hs#L1055) we pass `retry` as a substitution for a missing action. It would be more sensible to pass `Maybe (STM ...)` and let the layer below decide what to do...

technical debt
diffusion
outbound-governor
high-priority

Currently the P2P mode supports bidirectional connections, however if a remote peer which is in its configuration file (e.g. a local root peer) is behind a firewall, the outbound governor...

outbound-governor
high-priority

This should be derived from the slot duration and the probability of having a block in a given slot.

outbound-governor

# Description * new tracing system: moved instances to NodeToNode module, where other mini-protocol tracers are defined. * make the output of the legacy tracing system for keep alive measurements,...

To know the wire format it's not enough to know how network messages or ledger data structures are encoded but one also needs to know how HFC encodes them across...

**Internal** **Area** *Tracing* **Describe the feature you'd like** Now we log something like: ``` "peerStatusChangeType": "WarmToCold (ConnectionId {localAddress = 192.168.0.10:7000, remoteAddress = 3.129.186.40:3000})" ``` We should include the `ConnectionId` as...

type: enhancement
comp: networking
Stale

# Description - **Added txWireSize method to TxLimits class** - **Integrate new tx submission protocol** - **MempoolSize: added mxExUnits{Memory,Steps}** - **updated changelog**

**Internal** **Describe the feature you'd like** It will be useful to trace / add counters for all dimensions of the mempool. This ought to be implemented with respect to #1523...