* Update some comments * Add a mempool debug_enable_at_height config * Rename a field in the mempool crawler * Propagate syncer channel errors through the crawler We don't want to ignore these errors, because they might indicate a shutdown. (Or a bug that we should fix.) * Use debug_enable_at_height in the mempool crawler * Log when the mempool is activated or deactivated * Deny unknown fields and apply defaults for all configs * Move Duration last, as required for TOML tables * Add a basic mempool acceptance test Co-authored-by: Conrado Gouvea <conrado@zfnd.org> |
||
|---|---|---|
| .. | ||
| proptest-regressions/components/mempool/storage/tests | ||
| src | ||
| systemd | ||
| tests | ||
| Cargo.toml | ||
| README.md | ||
| build.rs | ||
README.md
Zebrad
Zebrad is an application.
Getting Started
This application is authored using Abscissa, a Rust application framework.
For more information, see: