Skip to content

feat(contracts): add governance and subscription-payments contracts#226

Merged
ONEONUORA merged 2 commits into
Fracverse:masterfrom
ayinde38:issue-156-157
May 26, 2026
Merged

feat(contracts): add governance and subscription-payments contracts#226
ONEONUORA merged 2 commits into
Fracverse:masterfrom
ayinde38:issue-156-157

Conversation

@ayinde38
Copy link
Copy Markdown

  • Add governance contract with proposal creation, token-weighted voting, and delegation
  • Implement proposal lifecycle: Active → Queued → Executed with time-lock enforcement
  • Add voting mechanisms supporting For/Against/Abstain choices with quorum validation
  • Implement single-level delegation allowing vote power accumulation
  • Add subscription-payments contract for recurring payment management
  • Update workspace Cargo.toml to include new governance and subscription-payments members
  • Add comprehensive test suites for both contracts with edge case coverage
  • Enable protocol parameter governance with off-chain execution support

Closes: #156
Closes: #157

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 26, 2026

@ayinde38 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! 🚀

Learn more about application limits

Copy link
Copy Markdown
Contributor

@ONEONUORA ONEONUORA left a comment

Choose a reason for hiding this comment

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

Nice implementation @ayinde38

@ONEONUORA ONEONUORA merged commit c6088aa into Fracverse:master May 26, 2026
2 of 9 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.

Contract: Implement Governance Contract Contract: Add Subscription Payment Contract

2 participants