Skip to content

feat: implement multisig-owner-removal-safety on clean master base#243

Merged
thlpkee20-wq merged 2 commits intoRevoraOrg:masterfrom
Escelit:feature/contracts-020-multisig-owner-removal-safety-clean
Apr 1, 2026
Merged

feat: implement multisig-owner-removal-safety on clean master base#243
thlpkee20-wq merged 2 commits intoRevoraOrg:masterfrom
Escelit:feature/contracts-020-multisig-owner-removal-safety-clean

Conversation

@Escelit
Copy link
Copy Markdown
Contributor

@Escelit Escelit commented Mar 29, 2026

  • Fix broken whitelist_add unclosed delimiter (pre-existing master bug)
  • Fix broken register_offering misplaced closing brace (pre-existing master bug)
  • Fix broken report_revenue unclosed if block (pre-existing master bug)
  • Add RemoveOwner existence check guard (NotAuthorized if addr not in owners)
  • Add RemoveOwner threshold invariant guard (LimitReached if post-removal count < threshold)
  • Add 24 tests covering all 9 requirements for multisig-owner-removal-safety

Closes #152

Escelit and others added 2 commits March 29, 2026 04:17
- Fix broken whitelist_add unclosed delimiter (pre-existing master bug)
- Fix broken register_offering misplaced closing brace (pre-existing master bug)
- Fix broken report_revenue unclosed if block (pre-existing master bug)
- Add RemoveOwner existence check guard (NotAuthorized if addr not in owners)
- Add RemoveOwner threshold invariant guard (LimitReached if post-removal count < threshold)
- Add 24 tests covering all 9 requirements for multisig-owner-removal-safety
@thlpkee20-wq thlpkee20-wq merged commit 6db00ac into RevoraOrg:master Apr 1, 2026
1 check failed
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.

Implement Multisig Owner Removal Safety

2 participants