1. 18 Feb, 2023 6 commits
  2. 17 Feb, 2023 30 commits
  3. 16 Feb, 2023 4 commits
    • mergify[bot]'s avatar
      Merge pull request #4887 from... · 4c158a66
      mergify[bot] authored
      Merge pull request #4887 from ethereum-optimism/dependabot/go_modules/bss-core/github.com/prometheus/client_golang-1.11.1
      
      chore(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /bss-core
      4c158a66
    • Joshua Gutow's avatar
      op-node: Fix invalid advance · 1a71e894
      Joshua Gutow authored
      1a71e894
    • Joshua Gutow's avatar
      op-node: Reproduce invalid advance in unit tests · 525e1721
      Joshua Gutow authored
      This reproduces a bug found by mdehoog. This bug causes the system
      to halt under certain circustances. Specifically, when generating
      batches at the end of the sequence window the batch queue would attempt
      to generate empy batches from the next L2 timestamp to the timestamp of
      the next L1 origin. If the timestamp of the next L1 origin was less than
      the timestamp of the next L2 block time, no batches would be generated
      and the internal L1 blocks would be advanced. This would cause L1 origins
      to be skipped. This got caught by a consistency check we have in the batch
      queue, but loops in an unrecoverable error until this bug is fixed.
      525e1721
    • Joshua Gutow's avatar
      Add more logging in the batch queue · 0d46735a
      Joshua Gutow authored
      0d46735a