ethereum-optimism / optimistic-specs

Optimistic: Bedrock, is a protocol that strives to be an extremely simple optimistic rollup that maintains 1:1 compatibility with Ethereum
MIT License
168 stars 36 forks source link

opnode: Add debug tracer to geth in e2e test #418

Closed trianglesphere closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #418 (c4098b5) into main (3a1f6ff) will increase coverage by 0.05%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #418      +/-   ##
==========================================
+ Coverage   51.68%   51.74%   +0.05%     
==========================================
  Files          57       57              
  Lines        5764     5767       +3     
==========================================
+ Hits         2979     2984       +5     
+ Misses       2415     2414       -1     
+ Partials      370      369       -1     
Impacted Files Coverage Δ
opnode/test/geth.go 64.80% <100.00%> (+0.86%) :arrow_up:
bss/sequencer/driver.go 72.05% <0.00%> (-2.21%) :arrow_down:
opnode/node/api.go 58.64% <0.00%> (-0.76%) :arrow_down:
opnode/rollup/driver/state.go 76.19% <0.00%> (-0.40%) :arrow_down:
l2os/bindings/l2oo/l2_output_oracle.go 9.50% <0.00%> (+0.61%) :arrow_up:
l2os/drivers/l2output/driver.go 69.36% <0.00%> (+2.31%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3a1f6ff...c4098b5. Read the comment docs.