-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat: mem pool p2p sync #642
feat: mem pool p2p sync #642
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure is there any way to drop old msgs in this pr? For example, a corner case could be:
If the current tip of readonly node is 100, but the tip of the full node is 200. So we have to wait_on_tip for the readonly node to sync to the tip(200). After the readonly node sync to the new tip(200), the old msgs from the old tips should be removed.
When the readonly node gets to 200, it will send another |
Squashed and rebased. |
Mem-pool syncing with p2p networking.