coot

Results 275 issues of coot

We need a demo `network-mux` application that runs two mini-protocols to emulate _Leios_ and _Praos_ traffic. This demo can then be used to provide data for analysing traffic when using...

mux
leios

# Description ## Rationale This PR re-implements the ping command using `cardano-diffusion` and moves it to `cardano-diffusion` package as `ping` sublibrary. The library will not require changes when new node-to-{node,client}...

technical debt
cardano-ping

Depends on existing PRs: * [x] #5203 * [ ] #5215 * [ ] #5196 and some sub-issues which are listed below.

dmq-node

It should explain the purpose of `dmq-node` and how to run it.

* [ ] The most recent `dmq-node` should be packaged with `cardano-node` releases; this requires some modification to the `cardano-node` release process. * [ ] The release of `dmq-node` should...

release
dmq-node

For an initial production release just using big ledger peers as ledger peers should be fine if needed at all.

dmq-node

* checked on main (5334264) * discovered in #5205 ``` node only use bootstrap peers if in sensitive state: FAIL (4.59s) *** Failed! Falsified (after 87 tests and 192 shrinks):...

outbound-governor
test-failure

It fails in the `main` branch: ``` no excess busyness: FAIL (825.58s) *** Failed! Falsified (after 77 tests and 355 shrinks): GovernorMockEnvironment {peerGraph = PeerGraph [(PeerAddr 2,[],GovernorScripts {peerShareScript = Script...

outbound-governor
test-failure

We need to verify the signatures of messages. Mithril key certificates are explained in [this blog post][mithril-key-verification]. We can use the `cardano-crypt-class` library for it, e.g. [`verifyKES`] using [`StandardCrypto`]. To...

mithril