* check last seen tip hash from mempool in fetch_mempool_transactions() * Moves last_seen_tip_hash to ActiveState * fixes tests and tests fixes * continues to the next iteration of the loop to make fresh state and mempool requests if called with a long poll id * Update zebra-rpc/src/methods/get_block_template_rpcs.rs Co-authored-by: teor <teor@riseup.net> * adds allow[unused_variable) for linter * expects a chain tip when not(test) * Apply suggestions from code review Co-authored-by: teor <teor@riseup.net> * Addresses comments in code review * - Removes second call to `last_tip_change()` - Fixes tests using enabled mempool * Adds note about chain tip action requirement to test method `enable()` * updates doc comment * Update zebrad/src/components/mempool.rs Co-authored-by: teor <teor@riseup.net> * fixes test --------- 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: