* updates MAX_ESTIMATED_DISTANCE_TO_NETWORK_TIP * adds ChainSyncStatus trait * adds sync_status to GetBlockTemplateRpcs Returns an error from getblocktemplate rpc if !is_close_to_tip adds MockSyncStatus for tests * hide MockSyncStatus behind feature flag * moves is_close_to_tip call into async block adds tests * Update zebra-rpc/src/methods/tests/vectors.rs Co-authored-by: teor <teor@riseup.net> * uses SeqCst ordering for atomic bool ops. uses a constant for not synced error code. Co-authored-by: teor <teor@riseup.net> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| 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: