1. 03 Jan, 2024 18 commits
  2. 02 Jan, 2024 8 commits
  3. 26 Dec, 2023 3 commits
  4. 23 Dec, 2023 9 commits
  5. 22 Dec, 2023 2 commits
    • clabby's avatar
      feat(ctb): Prevent `extraData` from being too large in the `OutputBisectionGame` (#8729) · 6c23fbee
      clabby authored
      * Prevent `extraData` from being too long for the `OutputBisectionGame`
      
      * semver
      6c23fbee
    • Mark Tyneway's avatar
      specs: cleanup guaranteed-gas-market (#8740) · 5489b7ff
      Mark Tyneway authored
      Deduplicates some constants and ensures a single source of truth
      for defining values. Helps to reduce confusion when reading the specs.
      These specs are important for understanding the security properties
      of the ecotone upgrade where system upgrade transactions are used
      to trigger a hardfork upgrade of L2 predeploys. The invariant must
      be held that it is not possible to create an L2 block that is larger
      than the block gas limit when it contains all of the user deposits
      plus the upgrade txs.
      5489b7ff