zebra/zebrad
Henry de Valence e0c92167bc Revert "Hedge every syncer block download request"
This reverts commit 656bd24ba7.

The Hedge middleware keeps a pair of histograms, writing into one in the
current time interval and reading from the previous time interval's
data.  This means that the reverted change resulted in doubling all
block downloads until after at least the second measurement interval
(which means that the time measurements are also incorrect, as they're
operating under double the network load...)
2020-11-12 16:45:47 -05:00
..
src Revert "Hedge every syncer block download request" 2020-11-12 16:45:47 -05:00
systemd add systemd service file 2020-10-14 15:33:00 -04:00
tests Call `zebra_test::init` where needed. (#1227) 2020-11-10 10:29:25 +10:00
Cargo.toml build(deps): bump color-eyre from 0.5.6 to 0.5.7 2020-11-09 08:40:55 -05: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