coot

Results 240 issues of coot
trafficstars

We would like to be able to scan ledger peers and write a report which includes: * [ ] how many nodes are running p2p (depends on #3907) In the...

networking
peer2peer

Adding `cardano-node` version and `git` `SHA` can make it easier to identify which version is being used remotely.

networking
handshake

* [ ] coding standards (or what’s allowable) should be documented – e.g., use/non-use of features, extensions? Don’t use RULES. – e.g., max line width – e.g., naming conventions for...

networking
technical debt
galois-review

This requires redesigning `*.cabal` files.

testing
technical debt

networking
peer2peer
testing
technical debt
connection-manager

`ouroboros-consensus` package is quite large, and whenever the networking team needs to update it, we suffer from re-compiling a lot of code. The parts that depend on `ouroboros-network` are twoards...

networking
:handshake: consensus
technical debt
priority medium
hot

Suggestion for documentation: * [ ] - The header hash type is mentioned as `Int`: we should be clear that we are polymorphic, whatever is required by consensus. * [...

documentation
technical debt

networking
peer2peer
testing
technical debt
inbound-governor

networking
technical debt
connection-manager

[Comment](https://github.com/input-output-hk/ouroboros-network/blob/master/ouroboros-network/src/Ouroboros/Network/PeerSelection/Governor.hs?plain=1#L623): ```hs -- TODO: #3396 revisit the policy for genesis increaseActivePeers :: ChurnMode -> STM m () increaseActivePeers mode = do modifyTVar peerSelectionVar (\targets -> targets { targetNumberOfActivePeers = case...

technical debt
Genesis
outbound-governor