-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add force_open_hrmp_channel
Call
#6155
Add force_open_hrmp_channel
Call
#6155
Conversation
/cmd queue -c bench-bot $ pallet westend-dev polkadot-runtime-parachains::hrmp |
@joepetrowski https://gitlab.parity.io/parity/mirrors/polkadot/-/jobs/1951028 was started for your command Comment |
@joepetrowski Command |
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
/cmd queue -c bench-bot $ pallet westend-dev runtime_parachains::hrmp |
@ggwpez https://gitlab.parity.io/parity/mirrors/polkadot/-/jobs/1951410 was started for your command Comment |
@ggwpez https://gitlab.parity.io/parity/mirrors/polkadot/-/jobs/1951411 was started for your command Comment |
@ggwpez Command |
@ggwpez Command |
/cmd queue -c bench-bot $ runtime westend-dev runtime_parachains::hrmp |
@ggwpez https://gitlab.parity.io/parity/mirrors/polkadot/-/jobs/1951412 was started for your command Comment |
@ggwpez Command |
bot merge |
* master: (21 commits) try and fix build (#6170) Companion for EPM duplicate submissions (#6115) Bump docker/setup-buildx-action from 2.0.0 to 2.1.0 (#6141) companion for #12212 (#6162) Bump substrate (#6164) BlockId removal: refactor: StorageProvider (#6160) availability-recovery: use `IfDisconnected::TryConnect` for chunks (#6081) Update clap to version 4 (#6128) Add `force_open_hrmp_channel` Call (#6155) Fix fuzzing builds xcm-fuzz and erasure-coding fuzzer (#6153) BlockId removal refactor: Backend::state_at (#6149) First round of implementers guide fixes (#6146) bump zombienet version (#6142) lingua.dic is not managed by CI team (#6148) pallet-mmr: RPC and Runtime APIs work with block numbers (#6072) Separate preparation timeouts for PVF prechecking and execution (#6139) Malus: add disputed block percentage (#6100) refactor grid topology to expose more info to subsystems (#6140) Manual Para Lock (#5451) Expose node subcommands in Malus CLI (#6135) ...
This pull request has been mentioned on Polkadot Forum. There might be relevant details there: https://forum.polkadot.network/t/polkadot-release-analysis/1026/2 |
Open an HRMP channel using the Root origin. This will avoid the nested messages referenda needed to establish channels with common good chains.
Supersedes #4998
Closes #4648