test: implement governance feature tests for issues #221, #223, #222, #224 - #329
Open
okontemple96-dotcom wants to merge 4 commits into
Conversation
…ests Implement tests for Issue stellar-vortex-protocol#221 (Pause Guardian feature). Tests cover storing guardian address, pause capability, access control, and multiple guardian scenarios.
…cation tests Implement tests for Issue stellar-vortex-protocol#223 (Admin Action Audit Trail). Tests verify that all admin actions emit expected audit events for governance transparency.
…ding policy tests Implement tests for Issue stellar-vortex-protocol#222 (Protocol Fee Treasury). Tests cover pending disbursement storage, timelock enforcement, and multi-token tracking.
…cess tests Implement tests for Issue stellar-vortex-protocol#224 (Slashing Appeal Governance). Tests cover appeal windows, appeal recording, upheld/dismissed appeals, and reputation restoration.
|
@okontemple96-dotcom 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 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.
Summary
Implement comprehensive test suites for the governance features across four interconnected issues:
docs/114-multisig-admin-design.md#221: Pause Guardian split key functionality for incident responseTest Coverage
Issue #221: Pause Guardian Tests (5 tests)
Issue #223: Admin Audit Trail Tests (6 tests)
Issue #222: Treasury Disbursement Tests (4 tests)
Issue #224: Slashing Appeal Tests (8 tests)
Test Plan
Closes #224
Closes #223
Closes #222
Closes #221