-
Notifications
You must be signed in to change notification settings - Fork 52
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
fix(2491): Fix metadata protocol disconnecting light nodes #2533
fix(2491): Fix metadata protocol disconnecting light nodes #2533
Conversation
You can find the image built from this PR at
Built from df54bbc |
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.
Logic is good but organizationally I would prefer changes.
Thanks!
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.
LGTM! Thanks for it!
I just added some recommendations that I hope you find useful.
Also interesting to make the test part of the CI by either:
- properly importing the new
test_peer_manager
module.
or - Following SP's suggestion.
f20ad38
to
eb1ef5c
Compare
Description
Fix for metadata protocol disconnecting light nodes: Now non-relay peers won't be checked for
shardId
.Closes: #2491
Changes