CHr15F0x
CHr15F0x
Right now checkpoint sync does not retry if it encounters an error, neither does it punish the peer that produces data that failed verification. Checkpoint sync should: - punish the...
TL;DR We should be fine with `test_log` only. ----- We're currently using: `test_log` and/or ``` let _ = env_logger::builder().is_test(true).try_init(); ``` ( :arrow_up: which is redundant with `test_log`) or ``` let...
everywhere
Instead of referring directly to libp2p::kad for known peers consider creating a wrapper that would hold the list of known peers. The "list" would: - include "in-config" predefined peers (which...