Skip to content

Add optional EIP-8025 execution proofs#39

Draft
frisitano wants to merge 3 commits into
unstablefrom
optional-proofs-unstable
Draft

Add optional EIP-8025 execution proofs#39
frisitano wants to merge 3 commits into
unstablefrom
optional-proofs-unstable

Conversation

@frisitano
Copy link
Copy Markdown
Collaborator

Description

Adds optional EIP-8025 execution proof support on top of the updated unstable branch.

This wires proof types, proof-engine client integration, proof status tracking, execution proof gossip/RPC, HTTP pool submission, and proof catch-up sync. Proof validity remains optional for fork choice: payload validity is not flipped to valid unless normal execution validation succeeds, with proof-backed promotion guarded behind non-default quorum configuration.

Additional Info

Base branch eth-act/unstable was updated to upstream/unstable at dfb2591 before opening this draft.

Validation run locally:

  • cargo fmt --all
  • env -u RUSTC_WRAPPER cargo test -p beacon_chain latest_status_with_valid_proofs_ignores_empty_and_unconfigured_statuses
  • env -u RUSTC_WRAPPER cargo test -p network servable_missing_proofs_starts_at_finalized_slot --lib
  • env -u RUSTC_WRAPPER cargo check -p network
  • In a temporary old optional-proofs worktree, test::test_proof_engine_sync passed with the equivalent requester-side finalized-window clamp applied, then the temporary patch was reverted

Draft because the migrated simulator proof-engine test crate is not yet present on this branch and the proof-sync design still needs review.

frisitano added 3 commits May 26, 2026 23:41
Implements EIP-8025 proof types, proof engine integration, proof gossip/RPC, and proof sync over the updated unstable branch.
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.

1 participant