-
Notifications
You must be signed in to change notification settings - Fork 10
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
Create Vault contract #17
Comments
What permission should we use for transfer? |
My main idea was to keep permissions as simple as possible. Same as it has been done with Linux file permissions: By following this principle if we need a permission that will let users call |
It should be an internal method that's only callable after a majority vote (for transferring funds). |
Do you want to include the voting logic into the vault? |
No.
And vault has nothing to do with voting and the other way around. |
I think we can assume RBAC and Vault contracts as components of DAO container in c4model, right?. Also any other plugins will be released later |
After recent discussion I think we won't have RBAC at all. And I don't know if Vault should be build as separate contract or not. Thus I'm waiting for detailed design. |
Create initial version of Vault contract that will let us:
Nice to have:
The text was updated successfully, but these errors were encountered: