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

Single active proposal per proposer #90

Merged
merged 2 commits into from
Dec 23, 2024

Conversation

wildmolasses
Copy link
Collaborator

No description provided.

@wildmolasses wildmolasses changed the title Single proposal per proposer Single active proposal per proposer Dec 20, 2024
Copy link
Collaborator

@jferas jferas left a comment

Choose a reason for hiding this comment

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

Looks good

@@ -113,6 +124,24 @@ contract Propose is CompoundGovernorTest {
_submitProposal(_proposer, _proposal);
}

function testFuzz_RevertIf_ProposerHasActiveProposal(uint256 _elapsedTime) public {
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this be _elapsedBlocks like the testFuzz_ProposerCanSubmitAnotherProposalAfterVotingPeriod

@wildmolasses wildmolasses force-pushed the 12-20-single_proposal_per_proposer branch from 987fe78 to 7f75be1 Compare December 23, 2024 19:13
@wildmolasses wildmolasses merged commit da83101 into main Dec 23, 2024
1 of 3 checks passed
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.

3 participants