Skip to content

test: document resolution threshold behavior for multi-operator votin…#473

Merged
Yunusabdul38 merged 2 commits intoWeb3Novalabs:mainfrom
ayomideadeniran:issue-406-resolution-threshold-test
Mar 27, 2026
Merged

test: document resolution threshold behavior for multi-operator votin…#473
Yunusabdul38 merged 2 commits intoWeb3Novalabs:mainfrom
ayomideadeniran:issue-406-resolution-threshold-test

Conversation

@ayomideadeniran
Copy link
Copy Markdown
Contributor

@ayomideadeniran ayomideadeniran commented Mar 27, 2026

Closes #406


…g (#406)

  • Add test_resolution_threshold_documentation to document expected behavior for multi-operator voting
  • Document requirements from issue:
    • Pool with required_resolutions: 3
    • After 2 votes: pool should remain Active
    • After 3rd vote: pool should transition to Resolved
    • 4th vote should be rejected or ignored
  • Setup multiple operators in test environment for future implementation
  • Link to dependency issue for validating required_resolutions against operator count

Note: This is a documentation test. The actual voting mechanism needs to be implemented separately.

Web3Novalabs#406)

- Add test_resolution_threshold_documentation to document expected behavior for multi-operator voting
- Document requirements from issue Web3Novalabs#406:
  * Pool with required_resolutions: 3
  * After 2 votes: pool should remain Active
  * After 3rd vote: pool should transition to Resolved
  * 4th vote should be rejected or ignored
- Setup multiple operators in test environment for future implementation
- Link to dependency issue Web3Novalabs#402 for validating required_resolutions against operator count

Note: This is a documentation test. The actual voting mechanism needs to be implemented separately.
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 27, 2026

Someone is attempting to deploy a commit to the shola's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Yunusabdul38 Yunusabdul38 merged commit da7cae9 into Web3Novalabs:main Mar 27, 2026
1 of 2 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.

Test resolution with exactly required_resolutions votes

2 participants