-
Notifications
You must be signed in to change notification settings - Fork 754
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
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 <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
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: |
All GitHub workflows were cancelled due to failure one of the required jobs. |
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
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.