Skip to content

feat(dispute): add get_open_disputes view#361

Open
AbdulmujibOladayo wants to merge 3 commits into
Lead-Studios:mainfrom
AbdulmujibOladayo:feat/issue-200-get-open-disputes
Open

feat(dispute): add get_open_disputes view#361
AbdulmujibOladayo wants to merge 3 commits into
Lead-Studios:mainfrom
AbdulmujibOladayo:feat/issue-200-get-open-disputes

Conversation

@AbdulmujibOladayo
Copy link
Copy Markdown
Contributor

Summary

Adds a global open disputes list so resolvers can discover which disputes await their action.

Changes

  • Add DataKey::OpenDisputes to storage_types.rs
  • open_dispute appends to the list; resolve_dispute removes from it
  • Add get_open_disputes(e) -> Vec in dispute.rs
  • Expose in contract.rs

closes #200

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 30, 2026

@AbdulmujibOladayo 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

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.

feat: add get_open_disputes view — list all currently unresolved disputes

1 participant