* Limit the size and age of the ZIP-401 rejected transaction ID list * Apply suggestions from code review Co-authored-by: teor <teor@riseup.net> * Fix bug in EvictionList; improve documentation * Separate public and non-public parts of the documentation * Fix tests * Apply suggestions from code review Co-authored-by: teor <teor@riseup.net> * Fix bug in EvictionList::len() * Make EvictionList::len() mutable; prune the list inside it * Limit the size of EvictedList::ordered_entries * Increase eviction_list_time_mixed time constants to try to make it pass on MacOS * Simplify logic by assuming refreshes will never happen * Apply suggestions from code review Co-authored-by: teor <teor@riseup.net> * Compiling fixes * Remove MEMPOOL_SIZE and just rely on the ZIP-401 cost limit 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: