coot
coot
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...
Adding `cardano-node` version and `git` `SHA` can make it easier to identify which version is being used remotely.
* [ ] 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...
`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...
Suggestion for documentation: * [ ] - The header hash type is mentioned as `Int`: we should be clear that we are polymorphic, whatever is required by consensus. * [...
[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...