Revert "[Runtime] Bound XCMP queue" (#3117)
Reverts paritytech/polkadot-sdk#2302.♂️ should have checked the migration CI first. We either need to reduce the `max_message_size` for the open HRMP channels on the failing chains or increase the `PageSize` of the XCMP queue. Both would be fine on a test-net, but i assume this will also fail before the next SP runtime upgrade so first need to think what best to do. AFAIK its not possible currently to change the `max_message_size` of an open HRMP channel.
Showing
- cumulus/pallets/parachain-system/src/lib.rs 1 addition, 8 deletionscumulus/pallets/parachain-system/src/lib.rs
- cumulus/pallets/xcmp-queue/src/lib.rs 25 additions, 80 deletionscumulus/pallets/xcmp-queue/src/lib.rs
- cumulus/pallets/xcmp-queue/src/migration.rs 12 additions, 14 deletionscumulus/pallets/xcmp-queue/src/migration.rs
- cumulus/pallets/xcmp-queue/src/migration/v5.rs 0 additions, 115 deletionscumulus/pallets/xcmp-queue/src/migration/v5.rs
- cumulus/pallets/xcmp-queue/src/mock.rs 1 addition, 3 deletionscumulus/pallets/xcmp-queue/src/mock.rs
- cumulus/pallets/xcmp-queue/src/tests.rs 1 addition, 1 deletioncumulus/pallets/xcmp-queue/src/tests.rs
- cumulus/parachain-template/runtime/src/lib.rs 1 addition, 3 deletionscumulus/parachain-template/runtime/src/lib.rs
- cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs 3 additions, 10 deletions...us/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs
- cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs 3 additions, 10 deletions...s/parachains/runtimes/assets/asset-hub-westend/src/lib.rs
- cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs 2 additions, 10 deletions...achains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs
- cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs 3 additions, 10 deletions...chains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/lib.rs 3 additions, 10 deletions...hains/runtimes/collectives/collectives-westend/src/lib.rs
- cumulus/parachains/runtimes/contracts/contracts-rococo/src/lib.rs 1 addition, 2 deletions...parachains/runtimes/contracts/contracts-rococo/src/lib.rs
- cumulus/parachains/runtimes/contracts/contracts-rococo/src/xcm_config.rs 1 addition, 8 deletions...ins/runtimes/contracts/contracts-rococo/src/xcm_config.rs
- cumulus/parachains/runtimes/coretime/coretime-rococo/src/lib.rs 2 additions, 12 deletions...s/parachains/runtimes/coretime/coretime-rococo/src/lib.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/src/lib.rs 1 addition, 8 deletions.../parachains/runtimes/coretime/coretime-westend/src/lib.rs
- cumulus/parachains/runtimes/people/people-rococo/src/lib.rs 1 addition, 8 deletionscumulus/parachains/runtimes/people/people-rococo/src/lib.rs
- cumulus/parachains/runtimes/people/people-westend/src/lib.rs 1 addition, 8 deletionscumulus/parachains/runtimes/people/people-westend/src/lib.rs
- cumulus/parachains/runtimes/testing/penpal/src/lib.rs 1 addition, 3 deletionscumulus/parachains/runtimes/testing/penpal/src/lib.rs
- cumulus/parachains/runtimes/testing/rococo-parachain/src/lib.rs 1 addition, 3 deletions...s/parachains/runtimes/testing/rococo-parachain/src/lib.rs
Please register or sign in to comment