magicblock-labs / magicblock-labs/delegation-program
Implement ResolveDispute
@snawaz is already working on this.
Since Sep 17, 2026.
- Dominant language
- Rust
- Stars
- 30
- Forks
- 21
- Avg merge
- 20m
- Merged PRs (30d)
- 1
Description
### Scope
Require the configured resolver signer and a valid mismatching challenge awaiting resolution. Record whether finalization must use operator or challenger state, and apply the corresponding stake and payout effects consistently.
The resolver is a multisig-controlled signer. DLP authenticates and applies its decision; it does not replay execution or determine the correct state itself.
Slash amounts, challenger payouts, and the policy for unavailable DA or no resolver decision remain design decisions. A delayed payout requires `PayoutTimelock` and #226; immediate payout does not.
Design: [v2 implementation notes](https://github.com/magicblock-labs/delegation-program/blob/36e1efae94660460fdc6d823afb1fbc4c504e8a6/mimd-0024-impl.md#dispute-resolution).
### Outcome
Apply the configured resolver's dispute decision through `ResolveDispute`.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.