-
Notifications
You must be signed in to change notification settings - Fork 746
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
sync: Send already connected peers to new subscribers #7011
base: master
Are you sure you want to change the base?
Conversation
/cmd prdoc --audience node_dev --bump major |
All GitHub workflows were cancelled due to failure one of the required jobs. |
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.
Nice!
- name: sc-network-statement | ||
bump: major | ||
- name: sc-network-sync | ||
bump: major | ||
- name: sc-network-transactions | ||
bump: major |
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.
- name: sc-network-statement | |
bump: major | |
- name: sc-network-sync | |
bump: major | |
- name: sc-network-transactions | |
bump: major | |
- name: sc-network-statement | |
bump: patch | |
- name: sc-network-sync | |
bump: major | |
- name: sc-network-transactions | |
bump: patch |
Introduce
SyncEvent::InitialPeers
message sent to new subscribers to allow them correctly tracking sync peers. This resolves a race condition described in #6573 (comment).Fixes #6573.