Zebra/zebrad/src
teor 8b5ec155f0
Consensus refactor (#629)
* Flatten consensus::verify::* to consensus::*
* Move consensus::*::tests into their own files
* Move CheckpointList into its own file
* Move Progress and Target into a types module

QueuedBlock and QueuedBlockList can stay in checkpoint.rs, because
they are tightly coupled to CheckpointVerifier.
2020-07-10 16:51:01 +10:00
..
bin/zebrad Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
commands Consensus refactor (#629) 2020-07-10 16:51:01 +10:00
components Listen on 0.0.0.0, not 127.0.0.1 2020-06-19 03:46:09 -04:00
application.rs Start testing out new version of `eyre` and `color-eyre` in zebra (#526) 2020-06-22 15:36:23 -07:00
commands.rs add usage help to generated config (#527) 2020-06-23 11:56:00 -07:00
components.rs Metrics MVP: add two metrics and export them to Prometheus. 2020-02-14 20:14:05 -05:00
config.rs Start testing out new version of `eyre` and `color-eyre` in zebra (#526) 2020-06-22 15:36:23 -07:00
lib.rs switch from abscissa::Context to color-eyre (#409) 2020-05-28 23:01:24 -04:00
prelude.rs Fix a deadlock in TokioComponent. 2020-01-15 12:06:31 -08:00