Skip to content

Commit 43520b8

Browse files
committed
Also add Staking RC client
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
1 parent 982e9a7 commit 43520b8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

system-parachains/asset-hubs/asset-hub-kusama/src/xcm_config.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,8 @@ impl Contains<RuntimeCall> for SafeCallFilter {
493493
RuntimeCall::Staking(pallet_staking_async::Call::rebond { .. }) => true,
494494
RuntimeCall::Staking(pallet_staking_async::Call::unbond { .. }) => true,
495495
RuntimeCall::Staking(pallet_staking_async::Call::withdraw_unbonded { .. }) => true,
496+
RuntimeCall::StakingRcClient(pallet_staking_async_rc_client::Call::relay_session_report { .. }) => true,
497+
RuntimeCall::StakingRcClient(pallet_staking_async_rc_client::Call::relay_new_offence_paged { .. }) => true,
496498
RuntimeCall::System(frame_system::Call::authorize_upgrade { .. }) => true,
497499
RuntimeCall::System(frame_system::Call::set_storage { .. }) => true,
498500
RuntimeCall::ToPolkadotXcmRouter(pallet_xcm_bridge_hub_router::Call::<

system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,8 @@ impl Contains<RuntimeCall> for SafeCallFilter {
567567
RuntimeCall::Staking(pallet_staking_async::Call::rebond { .. }) => true,
568568
RuntimeCall::Staking(pallet_staking_async::Call::unbond { .. }) => true,
569569
RuntimeCall::Staking(pallet_staking_async::Call::withdraw_unbonded { .. }) => true,
570+
RuntimeCall::StakingRcClient(pallet_staking_async_rc_client::Call::relay_session_report { .. }) => true,
571+
RuntimeCall::StakingRcClient(pallet_staking_async_rc_client::Call::relay_new_offence_paged { .. }) => true,
570572
RuntimeCall::System(frame_system::Call::authorize_upgrade { .. }) => true,
571573
RuntimeCall::System(frame_system::Call::set_storage { .. }) => true,
572574
RuntimeCall::ToKusamaXcmRouter(pallet_xcm_bridge_hub_router::Call::<

0 commit comments

Comments
 (0)