magicblock-labs / magicblock-labs/magicblock-validator

Add recovery and failure handling to the committor

Open
#1,701 0 comments 0 reactions 1 assignee View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.