-
Notifications
You must be signed in to change notification settings - Fork 699
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
grandpa: Send neighbor packet to lightclients with every finalized head #4135
Conversation
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
The CI pipeline was cancelled due to failure one of the required jobs. |
Need to change the test |
message Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Review required! Latest push from author must always be reviewed |
This PR sends the GrandpaNeighbor packet to lightclients similarly to the full-nodes.
Previously, the lightclient would receive a GrandpaNeigbor packet only when the note set changed.
Related to: #4120
Next steps: