Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Remove old calls
Browse files Browse the repository at this point in the history
Removes calls that rely on the old weight and get removed in Substrate upstream.

Companion for paritytech/substrate#13699 and paritytech/polkadot#7003

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Apr 4, 2023
1 parent 2c48123 commit b054353
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ impl Contains<RuntimeCall> for SafeCallFilter {
// but the call can be initiated only by root origin.
pallet_alliance::Call::init_members { .. } |
pallet_alliance::Call::vote { .. } |
pallet_alliance::Call::close_old_weight { .. } |
pallet_alliance::Call::disband { .. } |
pallet_alliance::Call::set_rule { .. } |
pallet_alliance::Call::announce { .. } |
Expand All @@ -178,7 +177,6 @@ impl Contains<RuntimeCall> for SafeCallFilter {
) |
RuntimeCall::AllianceMotion(
pallet_collective::Call::vote { .. } |
pallet_collective::Call::close_old_weight { .. } |
pallet_collective::Call::disapprove_proposal { .. } |
pallet_collective::Call::close { .. },
) |
Expand Down

0 comments on commit b054353

Please sign in to comment.