We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zebra needs to remove mined transaction IDs from the mempool download and verify tasks.
Tasks can await tip changes using ChainTipChange::tip_change and TipAction::Grow:
ChainTipChange::tip_change
TipAction::Grow
zebra/zebra-state/src/service/chain_tip.rs
Line 313 in 44ac067
The text was updated successfully, but these errors were encountered:
Hey team! Please add your planning poker estimate with ZenHub @conradoplg @dconnolly @jvff @oxarbitrage @teor2345 @upbqdn
Sorry, something went wrong.
conradoplg
Successfully merging a pull request may close this issue.
Motivation
Zebra needs to remove mined transaction IDs from the mempool download and verify tasks.
Design
Tasks can await tip changes using
ChainTipChange::tip_change
andTipAction::Grow
:zebra/zebra-state/src/service/chain_tip.rs
Line 313 in 44ac067
The text was updated successfully, but these errors were encountered: