Karl Knutsson

Results 16 issues of Karl Knutsson

cardano-ping crashes when encountering unknown versions when running in query mode. ``` ./cardano-cli ping -h10.10.10.10 -p3001 -Q 10.10.10.10:3001 network rtt: 0.093 10.10.10.10:3001 handshake rtt: 0.09269436s 10.10.10.10:3001 Protocol error: UnknownVersionInRsp 13...

cardano-ping

When the node manage to download a block from the future it is not adopted directly, rather it is tucked away with the hope that it can be adopted when...

consensus
consensus-migration

There is no churn between local root peers. This means that if we pick a poor performing local root peer we will be stuck with it until it fails. We...

outbound-governor
SPO
churn
high-priority

To be useful in real world networks we need to add support for CBOR decoding to the ouroboros dissector so that it can correctly differentiate between Mux segments.

mux

The review of #1255 left some comments unaddressed. * [ ] Tracing https://github.com/input-output-hk/ouroboros-network/pull/1255#discussion_r348657233 https://github.com/input-output-hk/ouroboros-network/pull/1255#discussion_r349025487 https://github.com/input-output-hk/ouroboros-network/pull/1255#discussion_r349027464 * [ ] Unpack https://github.com/input-output-hk/ouroboros-network/pull/1255#discussion_r348990198 * [ ] Superfluous `$!` https://github.com/input-output-hk/ouroboros-network/pull/1255#discussion_r349001924 https://github.com/input-output-hk/ouroboros-network/pull/1255#discussion_r349020112 * [ ]...

technical debt
delta-q

description ----------- This patch increase log time resolution from 10ms to 1ms. checklist --------- - [ ] compiles (`cabal v2-build` or `stack build`) - [ ] tests run successfully (`cabal...

Cardano-node 8.12.1 can get stuck only talking to bootstrap relays and localroots. Workaround: Disable bootstrap peers by removing `bootstrapPeers` entry in the topology file. If the node isn't caught up...

bootstrap
churn

# Description The correct define is linux_HOST_OS. For some reason it was changed in a refactoring. # Checklist ### Quality * [x] Commit sequence makes sense and have useful messages,...

mux

*External* **Summary** One of my nodes encountered a MissingBlockError error which caused the cardano-node to exit. The “missing” block was for a block that was about k blocks from the...

bug
known-deficiency

# Description Previously all peers that had the TXid of a downloaded TX would attempt to add it to the mempool (a rather costly operation). This patch moves the addition...

tx-submission