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

feat(parachain/collator): handle Collator's Declare message on the Validator side #3513

Closed
Tracked by #3372
kishansagathiya opened this issue Oct 4, 2023 · 1 comment
Assignees

Comments

@kishansagathiya
Copy link
Contributor

kishansagathiya commented Oct 4, 2023

Issue summary

  • This is part of collator protocol.

  • Over the collator protocol, you could receive a Declare message from a peer, which tells us that that peer is a collator.
    On receiving this message, we should verify its signature and add it in our list of collators.

  • Should be done after collator protocol skeleton #3512 is merged.

  • This message transfer is between two subsystems on a single node, so we have freedom on its structure.

  • I have WIP code written for this, but not fully ready. Let me know if you want to take this up.

Other information and links

Make sure you follow the polkadot-sdk repo. The code has changed enough from the archived polkadot repo.

@kishansagathiya kishansagathiya changed the title Handle Collator's Declare message on the Validator side feat(parachain/collator): handle Collator's Declare message on the Validator side Oct 4, 2023
@kishansagathiya kishansagathiya self-assigned this Oct 6, 2023
@kishansagathiya
Copy link
Contributor Author

closed in #3529

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant