* 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> |
||
|---|---|---|
| .. | ||
| async_ext | ||
| bin/zebrad | ||
| commands | ||
| components | ||
| application.rs | ||
| async_ext.rs | ||
| commands.rs | ||
| components.rs | ||
| config.rs | ||
| lib.rs | ||
| prelude.rs | ||
| sentry.rs | ||