Remove deprecated calls in cumulus-parachain-system (#5439)
Calls were written to be removed after June 2024. This PR removes them. This PR will break users using those calls. The call won't be decodable by the runtime, so it should fail early with no consequences. The functionality must be same as before, users will just need to use the calls in `System`.
parent
5a84374f
Showing
- cumulus/pallets/parachain-system/src/lib.rs 3 additions, 74 deletionscumulus/pallets/parachain-system/src/lib.rs
- cumulus/pallets/parachain-system/src/mock.rs 3 additions, 3 deletionscumulus/pallets/parachain-system/src/mock.rs
- cumulus/pallets/parachain-system/src/tests.rs 2 additions, 4 deletionscumulus/pallets/parachain-system/src/tests.rs
- cumulus/pallets/xcmp-queue/src/mock.rs 1 addition, 1 deletioncumulus/pallets/xcmp-queue/src/mock.rs
- prdoc/pr_5439.prdoc 16 additions, 0 deletionsprdoc/pr_5439.prdoc
Please register or sign in to comment