* 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> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |