coot

Results 240 issues of coot
trafficstars

We should log something like: ```json { "groups": [ { "warm": [ { "address": "0.0.0.0", "port": 3001, "trustable": true, } ], "hot": [] } ] } ```

outbound-governor
tracing

The `prop_timeouts_sim withTimeoutSerialAlternative` test fails in `SimM`; This looks like a scheduling bug in `SimM`. This test executes something like: ``` tr :: Trace tr = runSimTrace runSeriesOfTimeoutsExperiment withTimeoutSerialAlternative [(0.005,0),...

bug
testing
io-sim

See this PR review commment: https://github.com/IntersectMBO/ouroboros-network/pull/4765#discussion_r1445278100

testing
local-state-query
cddl

`Ouroboros.Network.Snocket` and `Ouroboros.Network.IOManager` will be useful outside of `ouroboros-network`, e.g. in [cardano-launcher](https://github.com/input-output-hk/cardano-launcher)

Snocket

We should finish DeltaQ architecture, and use it in * peer2peer governor (this is tracked in #1415) * BlockFetch (this is tracked in #469)

delta-q

When a transaction arrives in `MsgReplyTx` we should pass tx sizes along side the `tx`s. This will require changes in the codec to allow that. See `Annotated` in tne `cardano-binary`...

tx-submission

Rewrite the test so that not just `muxStart` is tested but also the server implementation in `Network.Socket.withNetworkNode`.

inbound-governor
accept-loop

Add a test which would discover #948.

testing
outbound-governor