magicblock-labs / magicblock-labs/magicblock-validator
Add recovery and failure handling to the committor
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 58
- Forks
- 58
- Avg merge
- 22h 1m
- Merged PRs (30d)
- 53
Description
## Scope
Make committor intents recoverable after restart and ensure a failed intent does not leave dependent work waiting indefinitely. Store execution progress in outbox accounts, give their lifecycle a dedicated builtin, propagate failures through account dependencies, and consolidate scheduling in the committor processor.
## Outcome
Accepted intents resume from their recorded execution stage after restart without repeating confirmed transactions. During a process lifetime, failed intents and their already-scheduled dependents receive failure results, while unrelated work can continue. Outbox lifecycle and scheduling each have a single owner.
Contributor guide
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.