-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
onlydust-waveContribute to awesome OSS repos during OnlyDust's open source weekContribute to awesome OSS repos during OnlyDust's open source weeksimple-dao
Description
π Description
Close a proposal and execute its calldata once a simple majority is reached.
β Acceptance Criteria
- Entrypoint execute(proposal_id: u256)
- Revert if voting period not ended
- Revert if for_votes <= against_votes
- Emit ProposalExecuted(proposal_id)
- Execution is immediate (no timelock)
π§ͺ Testing
- Simulate 51 % majority β execution succeeds
- 50 % / 50 % β execution reverts
- 49 % / 51 % β execution reverts
Metadata
Metadata
Assignees
Labels
onlydust-waveContribute to awesome OSS repos during OnlyDust's open source weekContribute to awesome OSS repos during OnlyDust's open source weeksimple-dao