feat: upgrade ere-guests to v0.13.0#68
Merged
Merged
Conversation
han0110
marked this pull request as ready for review
July 8, 2026 13:14
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.
ChainConfig, part of the public values of the guest program (defined inexecution-specs), that contains:chain_id: u64active_forkfork: ProtocolFork- enum encoded asu64activationblock_number: SszList<u64, 1>- SSZ size-1 list (empty from CL)timestamp: SszList<u64, 1>- SSZ size-1 list (contains fork activation timestamp from CL)blob_schedule: SszList<BlobSchedule, 1>- SSZ size-1 list (contains blob schedule since Cancun)target: u64- Leave empty since it's not in CL config, zkboost resolves from EL genesis for nowmax: u64- Must fill the max blob value from the CL configbase_fee_update_fraction: u64- Leave empty since it's not in CL config/v1/execution_proof_requeststo receive SSZ encodedProofRequestBody, that contains:new_payload_request- was in body as SSZ encoded byteschain_config- additional paramproof_types- which was in query param/v1/execution_proof_verificationsto receive SSZ encodedProofVerificationBody, that contains:new_payload_request_root- was in query paramchain_config- additional paramproof_type- was in query paramproof- was in body as raw bytesethrex-risc0andreth-risc0proof types, addethrex-openvm, now the proof type enum becomes:0-ethrex-openvm1-ethrex-sp12-ethrex-zisk3-reth-openvm4-reth-sp15-reth-ziskereandere-gueststov0.13.0NewPayloadRequestand its SSZ types from theere-guests.StatelessInput.