* checks tip height before mempool insertions * adds unit test for reverifying txs * Adds TODO * Adds correctness note * dedup best_tip_height() calls * Update zebrad/src/components/mempool.rs Co-authored-by: teor <teor@riseup.net> * uses Option for expected tip height * removes misplaced dummy_call() * calls wait_for_chain_tip without a timeout where it doesn't matter and skips instead of panicking where it doesn't * Update zebrad/src/components/mempool/tests/vector.rs * removes whitespace for rustfmt --------- Co-authored-by: teor <teor@riseup.net> |
||
|---|---|---|
| .. | ||
| 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: