* Try simulating a chain growth * Adjust the transaction expiry height The mempool evicts expired transactions. When working with mocked data, appending a new block typically clears the mempool because transactions become expired. For this reason, the expiry height of each transactions is adjusted so that it is greater than the new chain tip's height. * Refactor the code so that it works with `VerifiedUnminedTx` * Fix a typo * Fix clippy warnings Co-authored-by: Deirdre Connolly <deirdre@zfnd.org> |
||
---|---|---|
.. | ||
proptest-regressions/service | ||
src | ||
tests | ||
Cargo.toml | ||
build.rs |