-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
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
Activate the download and verify stream when the mempool is activated #2628
Comments
Hey team! Please add your planning poker estimate with ZenHub @conradoplg @dconnolly @jvff @oxarbitrage @teor2345 @upbqdn |
Since the stream is not a service, it's just something that is called by whoever wants it, then checking if the mempool is activated must be done by the callers. This will be done for the inbound service in #2679 but in this ticket we can ensure the check is being done wherever it's needed (and maybe refactor it if needed) |
Streams and services get called by tasks, but they can also do their own checks when they are called. The download and verify service can call If the mempool is inactive, it needs to:
(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.) Edit: but this is mostly ticket #2629 |
I think you're right, there's not much to be done to activate the download and verify stream. |
I wonder if this is something that will be covered by an issue that @dconnolly has been talking about opening with the init() function? If so, should we just close this one? |
Yeah let's just close this one. |
Motivation
Specifications
Designs
Related Work
The text was updated successfully, but these errors were encountered: