-
Notifications
You must be signed in to change notification settings - Fork 6
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: prepare mainnet runtime for registration #238
Conversation
Co-authored-by: Alejandro Martinez Andres <[email protected]>
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.
Various observations. See other PR to this one for a variety of fixes and improvements.
Note that the xcm and proxy config have not yet been reviewed.
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.
Various XCM things which need resolving.
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.
Just one final change.
Co-authored-by: Peter White <[email protected]> Co-authored-by: Frank Bell <[email protected]>
Adds a new runtime crate
pop-runtime
with the following changes in comparison topop-runtime-testnet
:pallet_collator_selection
:Sets the desired number of candidates to
0
and the maximum number of candidates to0
too. Effectively allowing only invulnerable collators.Relevant relay chain specific params.