* mempool - support transaction expiration * use `LatestChainTip` instead of state call * clippy * remove spawn task * remove non needed async from function * remove return value * add a `expiry_height_mut()` method to `Transaction` for testing purposes * fix `remove_expired_transactions()` * add a `mempool_transaction_expiration()` test * tidy cleanup to `expiry_height()` * improve docs * fix the build * try fix macos build * extend tests * add doc to function * clippy * fix build * start tests at block two |
||
|---|---|---|
| .. | ||
| 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: