Skip to content

@eth-optimism/l2geth@0.0.0-20214293928

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 03:09
· 17033 commits to develop since this release
a64f816

Patch Changes

  • f1b2731: Fixes incorrect type parsing in the RollupClient. The gasLimit became greater than the largest safe JS number so it needs to be represented as a string
  • a64f816: Implement the next fee spec in both geth and in core-utils
  • a25acbb: Refactor the SyncService to more closely implement the specification. This includes using query params to select the backend from the DTL, trailing syncing of batches for the sequencer, syncing by batches as the verifier as well as unified code paths for transaction ingestion to prevent double ingestion or missed ingestion