draft: replace revm execution paths with evm2#25002
Draft
onbjerg wants to merge 194 commits into
Draft
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Member
Author
|
derek bench blocks=500 warmup=125 baseline=main feature=codex/excise-revm bal=false cores=0 run-pairs=2 otlp=true metrics=false samply slack=always |
Member
|
cc @onbjerg ✅ Benchmark complete! View job Benchmark ResultsConfiguration
500 blocks, 125 warmup, 2 run pairs Wait Time BreakdownPersistence Wait
Trie Cache Update Wait
Execution Cache Update Wait
Target Metrics
ObservabilityChartsSamply Profiles
|
Member
Author
|
derek bench blocks=500 warmup=125 baseline=main feature=codex/excise-revm bal=false cores=0 run-pairs=1 otlp=true slack=never samply |
Member
|
cc @onbjerg ✅ Benchmark complete! View job Benchmark ResultsConfiguration
500 blocks, 125 warmup, 1 run pairs Wait Time BreakdownPersistence Wait
Trie Cache Update Wait
Execution Cache Update Wait
Target Metrics
ObservabilityChartsSamply Profiles
|
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.






Draft only. This is just an experiment/PoC hacky integration of evm2. This is not mergeable.
Replaces the main revm-backed execution paths with evm2 and removes the revm dependency from the workspace. This gets sync execution running through evm2, but the branch is intentionally dirty and still has several parked/stubbed paths.
Known remaining work:
SpecIdhandling.reth-corecrates.reth-bb/ BAL execution paths.