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

Inomurko/rem ts batch submitter; transition to go batch submitter #425

Closed CAPtheorem closed 2 years ago

CAPtheorem commented 2 years ago

Deletes the TS batch submitter and transitions to go batch submitter. The batch submitter has not been enabled for Turing; that remains to be completed

codecov-commenter commented 2 years ago

Codecov Report

Merging #425 (071f929) into develop (7a53fd8) will increase coverage by 1.53%. The diff coverage is 3.33%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #425      +/-   ##
===========================================
+ Coverage    72.07%   73.61%   +1.53%     
===========================================
  Files           68       59       -9     
  Lines         2303     1789     -514     
  Branches       347      272      -75     
===========================================
- Hits          1660     1317     -343     
+ Misses         643      472     -171     
Flag Coverage Δ
batch-submitter ?
contracts 87.18% <ø> (ø)
core-utils 53.79% <ø> (ø)
data-transport-layer 32.91% <3.33%> (-1.92%) :arrow_down:
message-relayer 83.17% <ø> (ø)

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

Impacted Files Coverage Δ
.../src/services/l2-ingestion/handlers/transaction.ts 60.86% <ø> (ø)
.../l1-ingestion/handlers/sequencer-batch-appended.ts 15.30% <3.33%> (-2.35%) :arrow_down:
...h-submitter/src/batch-submitter/batch-submitter.ts
...ubmitter/src/batch-submitter/tx-batch-submitter.ts

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 7a53fd8...071f929. Read the comment docs.