We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Certain functions on company related contracts should only be allowed to be executed if there has been a vote to approve it
This could be done with
ResolutionControlled.sol
... which would be
We can probably use ACLSyntacticSugar.sol and ConversionHelpers.sol from Aragon to convert parameters to bytes
This could be more paraterized by having a VotingInitializer-interface that can be used to interact with votingController
VotingInitializer
The text was updated successfully, but these errors were encountered:
djudjuu
No branches or pull requests
Certain functions on company related contracts should only be allowed to be executed if there has been a vote to approve it
This could be done with
ResolutionControlled.sol
-Mixin class... which would be
We can probably use ACLSyntacticSugar.sol and ConversionHelpers.sol from Aragon to convert parameters to bytes
This could be more paraterized by having a
VotingInitializer
-interface that can be used to interact with votingControllerThe text was updated successfully, but these errors were encountered: