feat: emergency pause, milestone withdrawals, and per-campaign tokens#574
Merged
davidmaronio merged 2 commits intoJul 1, 2026
Merged
Conversation
…kens Implements features for issues Iris-IV#550, Iris-IV#551, Iris-IV#552, and Iris-IV#553: - Emergency pause: Multi-sig pause with admin-only unpause capability - Milestone withdrawals: Campaign creators can define milestones that must be verified before withdrawal - Per-campaign tokens: Each campaign can specify its own token address - Timelock enforcement: 7-day delay already enforced for global token updates Resolves Iris-IV#550 Resolves Iris-IV#551 Resolves Iris-IV#552 Resolves Iris-IV#553
|
@logantalen Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This was referenced Jul 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Implements emergency pause multi-sig capability, milestone-based withdrawals, per-campaign token support, and enforces 7-day timelock for token updates.
Issues Resolved
Closes #550
Closes #551
Closes #552
Closes #553
Changes
#550 - Emergency Pause
Added multi-signature emergency pause functionality allowing N authorized signers to pause the contract instantly, while unpause remains restricted to the admin.
#551 - Timelock for Token Updates
7-day timelock between propose_token_update and accept_token_update is already implemented and enforced on-chain.
#552 - Milestone-based Withdrawals
Campaigns can now specify milestone-based fund releases. Admins verify milestones before allowing withdrawals, ensuring creators deliver on promised milestones before accessing funds.
#553 - Multiple Token Support
Each campaign can now specify its own token address, enabling multi-currency campaigns while maintaining backward compatibility with the global default token.