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: add `GasPriceOracle` contract #444

Closed tynes closed 2 years ago

tynes commented 2 years ago

Description

codecov-commenter commented 2 years ago

Codecov Report

Merging #444 (7afa7b1) into main (b37e658) will increase coverage by 0.07%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #444      +/-   ##
==========================================
+ Coverage   51.55%   51.63%   +0.07%     
==========================================
  Files          70       70              
  Lines        7582     7582              
==========================================
+ Hits         3909     3915       +6     
+ Misses       3151     3147       -4     
+ Partials      522      520       -2     
Flag Coverage Δ
unittests 51.63% <ø> (+0.07%) :arrow_up:

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

Impacted Files Coverage Δ
op-batcher/sequencer/driver.go 77.20% <0.00%> (+2.20%) :arrow_up:
op-proposer/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 b37e658...7afa7b1. Read the comment docs.

tynes commented 2 years ago

Closing in favor of https://github.com/ethereum-optimism/optimism/pull/2566