-
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
metadata extension #36
metadata extension #36
Conversation
@@ -114,6 +114,12 @@ | |||
"name": "minApproval", | |||
"type": "uint256", | |||
"description": "The minimum amount of yes votes needed for the proposal advance." | |||
}, |
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.
As a general comment, I would recommend also using MetadataExtension
on PluginRepo's and get rid of the build/release metadata fields as they currently are.
Not for now, but still
@@ -11,9 +11,10 @@ contract MajorityVotingMock is MajorityVotingBase { | |||
IDAO _dao, |
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 importing IExecutor above?
Co-authored-by: Jør∂¡ <[email protected]>
Co-authored-by: Jør∂¡ <[email protected]>
Co-authored-by: Jør∂¡ <[email protected]>
Co-authored-by: Jør∂¡ <[email protected]>
Co-authored-by: Jør∂¡ <[email protected]>
Co-authored-by: Jør∂¡ <[email protected]>
Co-authored-by: Jør∂¡ <[email protected]>
ba6dcf8
into
feat/token-voting-target-improvements
No description provided.