zebra/zebrad
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
..
src fix: Resist CheckpointVerifier memory DoS attacks (#635) 2020-07-15 13:27:10 -07:00
tests cleanup warnings throughout codebase 2020-05-27 15:42:29 -04:00
Cargo.toml Bump hyper from 0.13.6 to 0.13.7 2020-07-14 10:40:53 -07:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00

README.md

Zebrad

Zebrad is an application.

Getting Started

This application is authored using Abscissa, a Rust application framework.

For more information, see:

Documentation