-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Send PeerId via UMP #10145
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
Send PeerId via UMP #10145
Conversation
f19389c to
97bebcf
Compare
97bebcf to
730dfc3
Compare
730dfc3 to
239752a
Compare
sandreim
left a comment
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.
Thanks @serban300 . Looks good, left a few comments.
alindima
left a comment
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
|
/cmd prdoc --bump patch --audience node_operator --audience runtime_dev |
…-audience node_operator --audience runtime_dev'
|
@sandreim thank you for the review ! Addressed your comments. Can you PTAL ? |
sandreim
left a comment
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 work @serban300 !
|
I'll have another review tomorrow. Would be good if @skunert can also have a look as this is touching cumulus |
Yes, also have it scheduled for tomorrow! |
skunert
left a comment
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 looks good! Do we already use this on the rc or is it in preparation of more collator-protocol changes to come?
Thanks for the review ! The |
5d5a639
Resolves #7749
This PR propagates the network
PeerIdof the collator to the parachain inherent. Then the parachain runtime emits a UMP signal containing the collatorPeerId.