Skip to content
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

Collator Protocol Revamp: send PeerId via UMP #7749

Open
alindima opened this issue Feb 28, 2025 · 0 comments
Open

Collator Protocol Revamp: send PeerId via UMP #7749

alindima opened this issue Feb 28, 2025 · 0 comments
Labels
T9-cumulus This PR/Issue is related to cumulus.

Comments

@alindima
Copy link
Contributor

This is the parachain side of the revamp, which needs to add a new optional type of inherent data, containing the peerid of the current node. It should be optional, so that existing collators ignore this new field and new collators populate it.

The parachain-system pallet needs to process this new inherent if present and send the corresponding UMP signal, but only if the runtime is explicitly configured to do so. This should only happen after the relay chain validators are updated to be able to decode the new message and the node feature is enabled.

The node side could always send the new inherent data, as it should be ignored by the runtime before an upgrade.

@alindima alindima added the T9-cumulus This PR/Issue is related to cumulus. label Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T9-cumulus This PR/Issue is related to cumulus.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant