mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
Runtime: Polkadot Fellowship promotion/demotion periods, members activity and salaries (#2607)
* core fellowship * core fellowship weights * salary * weights * fellowship pot * registration period 15 days * use treasury account for salary pay, promotion origin * decision period for tracks 30 days * docs * comment * Couple of fixes and some refactoring * Alter curves to be a bit more conservative * Use `PayOverXcm` for fellowship salary payments * Docs and remove unneeded code * Fixes * Move Fellowship stuff in line with whitepaper * fix: induction by a single Fellow (not proficient) * doc fix * renames, pallet index, allow unpaid for salary pallet * Fix budget units * Fixes * Test sovereign account for Fellowship salaries * Nice address test * Fixes * test for PayOverXcm setup * Update parachains/runtimes/collectives/collectives-polkadot/src/fellowship/mod.rs Co-authored-by: Bastian Köcher <git@kchr.de> --------- Co-authored-by: Gav <gavin@parity.io> Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
@@ -187,6 +187,16 @@ impl Contains<RuntimeCall> for SafeCallFilter {
|
||||
pallet_ranked_collective::Call::promote_member { .. } |
|
||||
pallet_ranked_collective::Call::demote_member { .. } |
|
||||
pallet_ranked_collective::Call::remove_member { .. },
|
||||
) | RuntimeCall::FellowshipCore(
|
||||
pallet_core_fellowship::Call::bump { .. } |
|
||||
pallet_core_fellowship::Call::set_params { .. } |
|
||||
pallet_core_fellowship::Call::set_active { .. } |
|
||||
pallet_core_fellowship::Call::approve { .. } |
|
||||
pallet_core_fellowship::Call::induct { .. } |
|
||||
pallet_core_fellowship::Call::promote { .. } |
|
||||
pallet_core_fellowship::Call::offboard { .. } |
|
||||
pallet_core_fellowship::Call::submit_evidence { .. } |
|
||||
pallet_core_fellowship::Call::import { .. },
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user