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

fix(exec-engine): typo #447

Closed qbzzt closed 2 years ago

qbzzt commented 2 years ago

Depositited to deposited

codecov-commenter commented 2 years ago

Codecov Report

Merging #447 (ecd0bb9) into main (8cbaf02) will decrease coverage by 0.12%. The diff coverage is n/a.

:exclamation: Current head ecd0bb9 differs from pull request most recent head d521792. Consider uploading reports for the commit d521792 to get more accurate results

@@            Coverage Diff             @@
##             main     #447      +/-   ##
==========================================
- Coverage   52.59%   52.46%   -0.13%     
==========================================
  Files          70       70              
  Lines        7855     7855              
==========================================
- Hits         4131     4121      -10     
- Misses       3176     3186      +10     
  Partials      548      548              
Flag Coverage Δ
unittests 52.46% <ø> (-0.13%) :arrow_down:

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

Impacted Files Coverage Δ
op-node/testlog/testlog.go 58.46% <0.00%> (-18.47%) :arrow_down:
op-node/node/api.go 60.74% <0.00%> (-2.97%) :arrow_down:
op-node/rollup/driver/state.go 72.99% <0.00%> (-0.33%) :arrow_down:
op-proposer/bindings/l2oo/l2_output_oracle.go 9.20% <0.00%> (+0.59%) :arrow_up:
op-proposer/drivers/l2output/driver.go 67.40% <0.00%> (+2.20%) :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 8cbaf02...d521792. Read the comment docs.

trianglesphere commented 2 years ago

@qbzzt please move this over to the mono repo. All new work is being done there.

qbzzt commented 2 years ago

Already fixed in the new location.