Evict transactions from the mempool based on the ZIP-317 fee rules #5335
Labels
A-rust
Area: Updates to Rust code
C-enhancement
Category: This is an improvement
C-security
Category: Security issues
I-heavy
Problems with excessive memory, disk, or CPU usage
I-remote-node-overload
Zebra can overload other nodes on the network
Motivation
We can deploy the new mempool rules in ZIP-317 before wallets have updated to the new conventional fee, because dropping transactions is randomised.
This can be changed in Zebra at any time. It must not be behind the
getblocktemplate-rpcs
feature, because it is required as soon as possible to mitigate denial of service:https://zips.z.cash/zip-0317#deployment
Specification
The conventional fee part of:
https://zips.z.cash/zip-0317
The text was updated successfully, but these errors were encountered: