bridgehub force xcm version safe (#2288)

* Brigehub: Add in force upgrade xcm version.

(Same as assets and collectives)

* bumping westmint so that we can redeploy it
This commit is contained in:
Squirrel
2023-03-07 17:42:19 +00:00
committed by GitHub
parent 2c65cb3442
commit c8561a4057
4 changed files with 4 additions and 1 deletions
@@ -87,7 +87,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westmint"),
impl_name: create_runtime_str!("westmint"),
authoring_version: 1,
spec_version: 9380,
spec_version: 9381,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 12,
@@ -128,6 +128,7 @@ impl Contains<RuntimeCall> for SafeCallFilter {
}
match call {
RuntimeCall::PolkadotXcm(pallet_xcm::Call::force_xcm_version { .. }) |
RuntimeCall::System(
frame_system::Call::set_heap_pages { .. } |
frame_system::Call::set_code { .. } |
@@ -128,6 +128,7 @@ impl Contains<RuntimeCall> for SafeCallFilter {
}
match call {
RuntimeCall::PolkadotXcm(pallet_xcm::Call::force_xcm_version { .. }) |
RuntimeCall::System(
frame_system::Call::set_heap_pages { .. } |
frame_system::Call::set_code { .. } |
@@ -128,6 +128,7 @@ impl Contains<RuntimeCall> for SafeCallFilter {
}
match call {
RuntimeCall::PolkadotXcm(pallet_xcm::Call::force_xcm_version { .. }) |
RuntimeCall::System(
frame_system::Call::set_heap_pages { .. } |
frame_system::Call::set_code { .. } |