Zebra/zebrad/src/commands
teor 851afad01f
fix: Resist CheckpointVerifier memory DoS attacks (#635)
* 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)
2020-07-15 13:27:10 -07:00
..
start fix: Resist CheckpointVerifier memory DoS attacks (#635) 2020-07-15 13:27:10 -07:00
connect.rs Start testing out new version of `eyre` and `color-eyre` in zebra (#526) 2020-06-22 15:36:23 -07:00
generate.rs add usage help to generated config (#527) 2020-06-23 11:56:00 -07:00
revhex.rs fix: Stop revhex on EOF 2020-07-15 19:19:02 +10:00
seed.rs Start testing out new version of `eyre` and `color-eyre` in zebra (#526) 2020-06-22 15:36:23 -07:00
start.rs Consensus refactor (#629) 2020-07-10 16:51:01 +10:00
version.rs Tracing endpoint (#3) 2019-09-09 13:05:42 -07:00