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
If Zebra's network connection is interrupted for a long time, we'll want to deactivate the mempool while we're catching up to the new tip.
The download and verify service can call SyncStatus::is_close_to_tip to check if the mempool is inactive:
SyncStatus::is_close_to_tip
zebra/zebrad/src/components/sync/status.rs
Lines 42 to 43 in 44ac067
If the mempool is inactive, it needs to:
None
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
If Zebra's network connection is interrupted for a long time, we'll want to deactivate the mempool while we're catching up to the new tip.
Designs
The download and verify service can call
SyncStatus::is_close_to_tip
to check if the mempool is inactive:zebra/zebrad/src/components/sync/status.rs
Lines 42 to 43 in 44ac067
If the mempool is inactive, it needs to:
None
to the callerThe text was updated successfully, but these errors were encountered: