omgnetwork / optimism-v2

ARCHIVE of monorepo implementing Boba, an L2 Compute solution built on Optimistic Ethereum - active repo is at https://github.com/bobanetwork/boba
https://github.com/bobanetwork/boba
MIT License
40 stars 22 forks source link

Update sequencer-batch-appended.ts #469

Closed CAPtheorem closed 2 years ago

CAPtheorem commented 2 years ago

Defines Turing heights as L2 blocks rather than L1 blocks

codecov-commenter commented 2 years ago

Codecov Report

Merging #469 (66bedc8) into develop (093772b) will decrease coverage by 0.07%. The diff coverage is 0.00%.

:exclamation: Current head 66bedc8 differs from pull request most recent head 8b93c12. Consider uploading reports for the commit 8b93c12 to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #469      +/-   ##
===========================================
- Coverage    72.17%   72.10%   -0.08%     
===========================================
  Files           59       59              
  Lines         1826     1828       +2     
  Branches       281      281              
===========================================
  Hits          1318     1318              
- Misses         508      510       +2     
Flag Coverage Δ
contracts 86.72% <ø> (ø)
core-utils 53.79% <ø> (ø)
data-transport-layer 29.25% <0.00%> (-0.22%) :arrow_down:
message-relayer 83.17% <ø> (ø)

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

Impacted Files Coverage Δ
.../l1-ingestion/handlers/sequencer-batch-appended.ts 12.21% <0.00%> (-0.19%) :arrow_down:

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 093772b...8b93c12. Read the comment docs.

InoMurko commented 2 years ago

Test coverage would solidify this!