Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

op-run-block: new debug tool #13575

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

op-run-block: new debug tool #13575

wants to merge 2 commits into from

Conversation

protolambda
Copy link
Contributor

Description

New debug tool to run a block locally in geth EVM, against remote state.
Collects a debug json EVM trace for all state changes, as well as a witness JSON, to reproduce it in other clients and such without remote state need.

@protolambda protolambda requested a review from clabby January 3, 2025 22:19
@protolambda protolambda requested review from a team as code owners January 3, 2025 22:19
Copy link

codecov bot commented Jan 3, 2025

Codecov Report

Attention: Patch coverage is 1.49254% with 264 lines in your changes missing coverage. Please review.

Project coverage is 42.88%. Comparing base (dd7f0fd) to head (60ee8f4).
Report is 3 commits behind head on develop.

Files with missing lines Patch % Lines
op-chain-ops/cmd/op-run-block/main.go 0.00% 262 Missing ⚠️
op-service/sources/types.go 66.66% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #13575      +/-   ##
===========================================
- Coverage    47.48%   42.88%   -4.60%     
===========================================
  Files          945      780     -165     
  Lines        79019    69921    -9098     
  Branches       761        0     -761     
===========================================
- Hits         37521    29985    -7536     
+ Misses       38655    37359    -1296     
+ Partials      2843     2577     -266     
Flag Coverage Δ
cannon-go-tests-32 ?
cannon-go-tests-64 ?
contracts-bedrock-tests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
op-service/sources/types.go 58.42% <66.66%> (ø)
op-chain-ops/cmd/op-run-block/main.go 0.00% <0.00%> (ø)

... and 174 files with indirect coverage changes

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