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

Add Method to Establish HRMP Channels Among System Parachains #1473

Merged
merged 23 commits into from
Sep 19, 2023

Conversation

joepetrowski
Copy link
Contributor

@joepetrowski joepetrowski commented Sep 8, 2023

Initial solution to a way to establish HRMP channels between system parachains. Another method would be to establish channels when a system chain is onboarding. However, this would require iterating through all other system chains, and session boundaries are already quite heavy.

TODO:

  • Tests
  • Benchmarks
  • Poke function to update existing deposits

@joepetrowski joepetrowski added the T8-polkadot This PR/Issue is related to/affects the Polkadot network. label Sep 8, 2023
@joepetrowski joepetrowski marked this pull request as ready for review September 9, 2023 13:32
@joepetrowski
Copy link
Contributor Author

bot help

@joepetrowski
Copy link
Contributor Author

bot clean

@joepetrowski
Copy link
Contributor Author

joepetrowski commented Sep 13, 2023

Do not merge until #1406 : otherwise the changes would elevate current system chains to Root privilege.

Edit: ✔️

polkadot/runtime/parachains/src/hrmp.rs Show resolved Hide resolved
polkadot/runtime/parachains/src/hrmp.rs Outdated Show resolved Hide resolved
polkadot/runtime/parachains/src/hrmp.rs Outdated Show resolved Hide resolved
polkadot/runtime/parachains/src/hrmp.rs Show resolved Hide resolved
polkadot/runtime/parachains/src/hrmp.rs Outdated Show resolved Hide resolved
Co-authored-by: Muharem Ismailov <ismailov.m.h@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T8-polkadot This PR/Issue is related to/affects the Polkadot network.
Projects
Status: Audited
Development

Successfully merging this pull request may close these issues.

None yet

4 participants