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

Implementations to allow easier unbricking of parachains #5429

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pandres95
Copy link
Contributor

@pandres95 pandres95 commented Aug 21, 2024

Related to RFC-117 (WIP).

This Pull Request aims to implement the pallet components of the Unbrick Collective.

  • [Paras] Implement unbrick method
    The Paras::unbrick method allows a given origin to change the validation code or note a head for a para.
  • [ParasRegistrar] Allow paras to delegate a manager
    This allows paras to opt-in for a delegated origin (i.e. UnbrickCollective) that can handle operations to unbrick a para.
  • [Whitelisted] Map between Dispatch Origin to Execution Origin.
    This allows using a single instance of Whitelist that executes calls to different origins depending on the caller origin, based on a mapping.

Related issues

polkadot-fellows/runtimes#376

… to change the validation code or note a head for a para.

This is part of the implementation of [Unbrick Collective](https://forum.polkadot.network/t/unbrick-collective/6931)
@paritytech-cicd-pr
Copy link

The CI pipeline was cancelled due to failure one of the required jobs.
Job name: test-linux-stable 1/3
Logs: https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7087041

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

Successfully merging this pull request may close these issues.

2 participants