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
167 stars 35 forks source link

contracts: tweaks to sendMessage #434

Closed smartcontracts closed 2 years ago

smartcontracts commented 2 years ago

Description Two small tweaks to the sendMessage function.

codecov-commenter commented 2 years ago

Codecov Report

Merging #434 (9c1c478) into main (55db896) will increase coverage by 0.18%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #434      +/-   ##
==========================================
+ Coverage   53.12%   53.30%   +0.18%     
==========================================
  Files          62       62              
  Lines        6500     6500              
==========================================
+ Hits         3453     3465      +12     
+ Misses       2608     2600       -8     
+ Partials      439      435       -4     
Impacted Files Coverage Δ
opnode/rollup/driver/state.go 70.89% <0.00%> (-0.35%) :arrow_down:
l2os/bindings/l2oo/l2_output_oracle.go 9.20% <0.00%> (+0.59%) :arrow_up:
opnode/l1/source.go 59.91% <0.00%> (+1.26%) :arrow_up:
l2os/drivers/l2output/driver.go 69.54% <0.00%> (+2.29%) :arrow_up:
l2os/service.go 94.73% <0.00%> (+3.94%) :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 55db896...9c1c478. Read the comment docs.