mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
Runtime: Kusama gets Society v2 (#7356)
* Remove println * Kusama gets the new society * Integrate migration * Formatting * Add Society weights * Remive diener * Fixes * Update Cargo.toml Co-authored-by: Liam Aharon <liam.aharon@hotmail.com> * Add real historical payment info for Society. * Fixes * Bump Substrate --------- Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
This commit is contained in:
@@ -265,19 +265,7 @@ impl Contains<RuntimeCall> for SafeCallFilter {
|
||||
pallet_identity::Call::remove_sub { .. } |
|
||||
pallet_identity::Call::quit_sub { .. },
|
||||
) |
|
||||
RuntimeCall::Society(
|
||||
pallet_society::Call::bid { .. } |
|
||||
pallet_society::Call::unbid { .. } |
|
||||
pallet_society::Call::vouch { .. } |
|
||||
pallet_society::Call::unvouch { .. } |
|
||||
pallet_society::Call::vote { .. } |
|
||||
pallet_society::Call::defender_vote { .. } |
|
||||
pallet_society::Call::payout { .. } |
|
||||
pallet_society::Call::unfound { .. } |
|
||||
pallet_society::Call::judge_suspended_member { .. } |
|
||||
pallet_society::Call::judge_suspended_candidate { .. } |
|
||||
pallet_society::Call::set_max_members { .. },
|
||||
) |
|
||||
RuntimeCall::Society(..) |
|
||||
RuntimeCall::Recovery(..) |
|
||||
RuntimeCall::Vesting(..) |
|
||||
RuntimeCall::Bounties(
|
||||
|
||||
Reference in New Issue
Block a user