1. 18 Jan, 2023 18 commits
  2. 17 Jan, 2023 15 commits
  3. 15 Jan, 2023 2 commits
  4. 14 Jan, 2023 3 commits
  5. 13 Jan, 2023 2 commits
    • Kelvin Fichter's avatar
      feat(ctb): set up SystemConfig in step 1 · 13987417
      Kelvin Fichter authored
      Moves the SystemConfig upgrade/initialization logic into Step 1 of the
      SystemDictator contract. This means that the Sequencer is correctly able
      to spin up between steps 2 and 3.
      13987417
    • Mark Tyneway's avatar
      op-node: add better docstring for storage slot · b4c11f59
      Mark Tyneway authored
      The unsafe block signer is stored at a magic storage
      slot that decouples `solc`'s storage layout system from
      being able to move the storage slot accidentally.
      
      This adds in a better docstring so that its obvious
      how the value is computed.
      b4c11f59