mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 16:31:07 +00:00
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:
@@ -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 { .. } |
|
||||
|
||||
Reference in New Issue
Block a user