1. 19 Oct, 2022 13 commits
  2. 18 Oct, 2022 25 commits
  3. 17 Oct, 2022 2 commits
    • Joshua Gutow's avatar
      op-node: Fix reset bug in batch queue (#3694) · a88ba67d
      Joshua Gutow authored
      The batch queue was using the previous origin when computing if
      the origin was behind or not. It would then immediately advance
      it's internal origin to the next origin (confusingly coming from
      the `prev` stage). It would take action on the current origin based
      on out of date data. Specifically, it would not save an origin that
      should have been saved into the l1Blocks array. This causes errors
      because the L1 Origin of the safe head would not be present when
      attempting to derive the next batch after a reset.
      a88ba67d
    • Matthew Slipper's avatar
      contracts-bedrock: Fix L2OO deployment (#3685) · a00e4658
      Matthew Slipper authored
      The function signature wasn't updated with the arguments.
      a00e4658