Skip to content
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

Open
wants to merge 14 commits into
base: development
Choose a base branch
from
Open

System admin roles #1197

wants to merge 14 commits into from

Conversation

vminkov
Copy link
Contributor

@vminkov vminkov commented Jan 13, 2023

Description

splitting the deployer into different roles

alice: { default: 1 },
bob: { default: 2 },
rando: { default: 3 },
upgradesAdmin: { default: 0 },
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@carlomazzaferro
Copy link
Contributor

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

@vminkov
Copy link
Contributor Author

vminkov commented Jan 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants