feat: list_active_disputes, close_market creator auth, invite public guard, price tests#1235
Merged
Merged
Conversation
…lic-market guard, and tests - Arena1X#1059: Add DataKey::ActiveDisputeList, list_active_disputes query, maintain list in raise_dispute/resolve_dispute - Arena1X#1055: Allow market creator to close_market (alongside admin/oracle), add tests for creator/admin/third-party auth paths - Arena1X#1054: Reject generate_invite_code for public markets, add tests for public rejection and private success - Arena1X#1061: Add integration test verifying get_outcome_price moves correctly after a swap and total reserves are preserved
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Implements 4 issues:
** Closes #1059 — Feature: list_active_disputes**
** Closes #1055 — Test: close_market by non-creator/non-admin rejected**
** Closes #1054 — Test: generate_invite_code on public market returns error**
Closes #1061 — Test: get_outcome_price after swap