-
Notifications
You must be signed in to change notification settings - Fork 7
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
System admin roles #1197
base: development
Are you sure you want to change the base?
System admin roles #1197
Conversation
alice: { default: 1 }, | ||
bob: { default: 2 }, | ||
rando: { default: 3 }, | ||
upgradesAdmin: { default: 0 }, |
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.
Why are they kept at zero?
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.
In the beginning it is fine to start with all named accounts pointing to the same address - just to test things work. Then we can change these to different ids of the same mnemonic and run the system:admins:split
task to actually split the roles. After that the roles can be transferred to addresses of different mnemonics.
Do we have a document with the proposed separation of roles as outlined here? Think having it in a plain doc / notion would help, though I think you already had done this |
here https://www.notion.so/System-admin-roles-ddaae59b5a2a41e7a257fd390b91cf7e |
Description
splitting the deployer into different roles