Zebra/zebra-test
teor cb1045ae5f
change(mempool): Re-verify mempool transactions after a chain fork, rather than re-downloading them all (#5841)
* Move Drop from mempool::ActiveState to mempool::Downloads, to avoid bugs

* Re-verify mempool transactions after a fork

And add a marker struct for mempool download cancellation.

* Update README based on recent mitigations for some issues, tidy format

* Make mempool proptests easier to debug

* Make UnminedTx Display text much smaller

* Update tests for mempool transaction re-verification after forks

* Retry all stored and pending transactions

* Fix a test to check for mempool reset retries
2022-12-12 23:19:45 +00:00
..
scripts Security: Stop RocksDB or tokio calling unexpected code when zebrad exits (#3392) 2022-01-26 13:16:44 +00:00
src change(mempool): Re-verify mempool transactions after a chain fork, rather than re-downloading them all (#5841) 2022-12-12 23:19:45 +00:00
tests fix(clippy): Put Rust format variables inline (#5783) 2022-12-08 01:05:57 +00:00
Cargo.toml build(deps): bump insta from 1.22.0 to 1.23.0 (#5847) 2022-12-12 19:11:53 +00:00