* fix: Resist CheckpointVerifier memory DoS attacks Allow a maximum of 2 queued blocks at each height, as a tradeoff between efficient bad block rejection, and memory usage. Closes #628. * fix: Make max queued blocks at height equal to fanout * fix: Just allocate all the capacity upfront * fix: Use with_capacity(1) and reserve_exact(1) |
||
|---|---|---|
| .. | ||
| start | ||
| connect.rs | ||
| generate.rs | ||
| revhex.rs | ||
| seed.rs | ||
| start.rs | ||
| version.rs | ||