zebra/zebrad
Henry de Valence 5f229d1475 zebrad: use Downloads in sync
Try to use the better cancellation logic to revert to previous sync
algorithm.  As designed, the sync algorithm is supposed to proceed by
downloading state prospectively and handle errors by flushing the
pipeline and starting over.  This hasn't worked well, because we didn't
previously cancel tasks properly.  Now that we can, try to use something
in the spirit of the original sync algorithm.
2020-10-26 12:05:35 -07:00
..
src zebrad: use Downloads in sync 2020-10-26 12:05:35 -07:00
systemd add systemd service file 2020-10-14 15:33:00 -04:00
tests Reverse displayed endianness of transaction and block hashes (#1171) 2020-10-22 07:54:02 +10:00
Cargo.toml zebrad: create a Downloads Stream for syncing. 2020-10-26 12:05:35 -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