-
Notifications
You must be signed in to change notification settings - Fork 798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core-fellowship] Add permissionless import_member #7030
Conversation
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Bastian Köcher <git@kchr.de>
Co-authored-by: Bastian Köcher <git@kchr.de>
Co-authored-by: Bastian Köcher <git@kchr.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to update the root doc:
//! - Pre-existing members may call `import` to have their rank recognised and be inducted into this
//! pallet (to gain a salary and allow for eventual promotion).
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
bot bench substrate-pallet --pallet=pallet_core_fellowship |
@ggwpez (outputHelp) |
bot bench substrate-pallet --pallet=pallet_core_fellowship |
@ggwpez https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7968166 was started for your command Comment |
@ggwpez Command |
/cmd bench-omni --runtime collectives-westend --pallet pallet_core_fellowship |
Command "bench-omni --runtime collectives-westend --pallet pallet_core_fellowship" has started 🚀 See logs here |
…westend --pallet pallet_core_fellowship'
Command "bench-omni --runtime collectives-westend --pallet pallet_core_fellowship" has finished ✅ See logs here Subweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
/cmd bench-omni --pallet pallet_core_fellowship |
Command "bench-omni --pallet pallet_core_fellowship" has started 🚀 See logs here |
Command "bench-omni --pallet pallet_core_fellowship" has failed ❌! See logs here Command output:✅ Successful benchmarks of runtimes/pallets: |
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
All GitHub workflows were cancelled due to failure one of the required jobs. |
Changes:
import_member
to the core-fellowship pallet.import
andimport_member
intodo_import
.import_member
Can be used to induct an arbitrary collective member and is callable by any signed origin. Pays no fees upon success.
This is useful in the case that members did not induct themselves and are idling on their rank.