migrate to zkBoost v0.9#4
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrate to zkBoost v0.9
Adapts proofessoor to zkBoost's v0.9 API and wire types, and closes the
missed-failure reconciliation gap. Stacked on #3.
Changes
ProofRequestBodyandProofVerificationBodypayloads, with proof typesincluded in the body instead of query parameters. The beacon-block to
NewPayloadRequestconversion is explicit and protected by a goldenrequest-root test.
ChainConfigis resolved from
/eth/v1/config/specand/eth/v1/beacon/genesis, fetchedonce at startup. The schedule includes BPO blob entries and selects the
active fork from the payload timestamp. Verification resolves the same
configuration from the recorded slot, avoiding another config file.
proof_failureevents are appliedafter reconnect. Failures are buffered through the probe window so a
completion observed in the same window wins. Tests cover the stale-failure
race and terminal metric behavior.
otelfeature, while export remains opt-in through
OTEL_EXPORTER_OTLP_ENDPOINT. Outbound W3C trace context propagates intozkBoost.
add trace contex, el headers and failure replay eth-act/zkboost#70.
Breaking
SSZ request body.
/eth/v1/config/specand/eth/v1/beacon/genesis.