fix: sync from upstream and enable debug_executionWitness as default RPC#2
Merged
fix: sync from upstream and enable debug_executionWitness as default RPC#2
debug_executionWitness as default RPC#2Conversation
* wip: cuda prover builder missing moongate endpoint * fix: with_moongate_endpoint() --------- Co-authored-by: leruaa <aurelien.catinon@gmail.com>
* fix: allow to send MptNode to another thread * fix: don't share cached reference accross clones
* feat: impl Hash for Genesis * feat: handle custom OP chains * fix: better handle errors * fix: rename Error * fix: infinite loop
* fix: validate headers against its parent * fix: Optimism base fee params * fix: validate body against header * fix: log bloon verification is done in validate_block_post_execution * nit: reuse reference()
* fix: allow to serialize ChainConfig with bincode * fix: add OP Sepolia endpoint in CI * nit: raw_value feature not needed
* chore: bump Reth to 1.4.8 * chore: bump SP1 to v5.0.5 * fix: skip checks for Linea * fix: pin SP1 in containers * chore: bump alloy-serde * chore: bump alloy to 1.0.12 * chore: bump Reth to 1.5.0 * chore: update lock files * fix: remove unused state_requests * chore: update sha2 patch to v0.10.9
* feat: refactor RpcDb to prepare another impl with ExecutionWitness * feat: add a feature to fetch the state using execution witness * fix: remaining todos * feat: enable `execution-witness` feature on eth proofs * revert: enable `execution-witness` feature on eth proofs This reverts commit fdfb12c.
* chore: bump Reth to 1..6.0 * fix: clippy * fix: clippy again
Collaborator
Author
|
This PR has already been deployed on ethproofs-prod. |
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.
Summary
eth-proofsbinexecution-witnessfeature as defaultBenchmark
With this fix, ethproofs-staging
total_time - proving_timeis about14s.https://staging--ethproofs.netlify.app/blocks/23178770
https://staging--ethproofs.netlify.app/blocks/23178790
debug_execution_witnessRPC call is about0.5s.reth-fast (
i4i.12xlarge)reth-large (
i4i.32xlarge)