From e171a0ca0a22104fd3771d34f7607ecb11e319a2 Mon Sep 17 00:00:00 2001 From: Anton Gavrilov Date: Thu, 4 Dec 2025 22:42:03 +0100 Subject: [PATCH 1/2] Move set_root_claim_type to the staking proxy type --- runtime/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 7504b7cb75..89c93d94da 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -653,6 +653,9 @@ impl InstanceFilter for ProxyType { | RuntimeCall::SubtensorModule( pallet_subtensor::Call::remove_stake_full_limit { .. } ) + | RuntimeCall::SubtensorModule( + pallet_subtensor::Call::set_root_claim_type { .. } + ) ), ProxyType::Registration => matches!( c, From 5b1320b849f957fbc853a81c6cb9391377078d61 Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Thu, 4 Dec 2025 17:05:30 -0500 Subject: [PATCH 2/2] bump CI