-
Notifications
You must be signed in to change notification settings - Fork 0
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
Assigment to meetups #34
Conversation
…sing, but it seems to work. Important steps required: - update of required param in communities pallet -> ceremonies_migrate_to_private_community - Locations: get from node over json req and updated with a trusted call to the communities pallet - list-meetup command to check the results
- add the community identifier in the private community pallet during migration - update communities storage only during the migration - add check
Clean log messages Add demo file for private community
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.
Nice in general, this looks very much like I expected. I only have some minor comments, and suggestions for the future, which should not be done now.
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.
Thanks looks good to me now!
The assignments to meetups occur automatically when the ceremony phase is Assigning. For a private community, the assisgnments are confidential and are executed on the sidechain.
migration of a public community to private to update at once all required communities pallet's storage : command
make-community-private
The assigments can be checked with the
list-meetups
command. This is implemented according to the encointer-node command.The
demo_private-community
script can be used to run the different steps.