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

metadata extension #36

Merged
merged 9 commits into from
Oct 8, 2024

Conversation

novaknole
Copy link

No description provided.

packages/contracts/src/MajorityVotingBase.sol Outdated Show resolved Hide resolved
packages/contracts/src/TokenVoting.sol Outdated Show resolved Hide resolved
packages/contracts/src/TokenVoting.sol Outdated Show resolved Hide resolved
packages/contracts/src/TokenVoting.sol Outdated Show resolved Hide resolved
packages/contracts/src/TokenVotingSetup.sol Outdated Show resolved Hide resolved
packages/contracts/src/TokenVotingSetup.sol Outdated Show resolved Hide resolved
packages/contracts/src/TokenVotingSetup.sol Outdated Show resolved Hide resolved
@@ -114,6 +114,12 @@
"name": "minApproval",
"type": "uint256",
"description": "The minimum amount of yes votes needed for the proposal advance."
},
Copy link

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,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why importing IExecutor above?

@novaknole novaknole merged commit ba6dcf8 into feat/token-voting-target-improvements Oct 8, 2024
2 of 7 checks passed
@novaknole novaknole deleted the feature/metadata branch October 8, 2024 09:56
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