You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently don't have a method on mempool::Storage to remove members of the mempool for whatever reason, so that will have to be done to support this.
The text was updated successfully, but these errors were encountered:
teor2345
changed the title
Send mined transaction IDs to mempool storage for rejection
Send mined transaction IDs to mempool storage for removal
Oct 5, 2021
Motivation
Zebra needs to remove mined transaction IDs from the mempool, whenever the state tip
Grow
s.Design
Tasks can await tip changes using
ChainTipChange::tip_change
andTipAction::Grow
:zebra/zebra-state/src/service/chain_tip.rs
Line 313 in 44ac067
We currently don't have a method on
mempool::Storage
to remove members of the mempool for whatever reason, so that will have to be done to support this.The text was updated successfully, but these errors were encountered: