1. 06 May, 2024 6 commits
  2. 05 May, 2024 1 commit
  3. 04 May, 2024 1 commit
  4. 03 May, 2024 18 commits
  5. 02 May, 2024 6 commits
  6. 01 May, 2024 8 commits
    • Maurelian's avatar
      ctb: Enable setting custom names in deploySafe() (#10364) · 55d8a35e
      Maurelian authored
      * ctb: Enable setting custom names in deploySafe()
      
      * Fix formatting
      
      * ctb: fix spacing on deploySafe log
      55d8a35e
    • Mark Tyneway's avatar
      contracts-bedrock: L1Block interop (#10344) · 322bf55a
      Mark Tyneway authored
      * contracts-bedrock: L1Block interop
      
      Ports the `L1Block` contract from the `feat/interop` branch to
      develop using a pattern where we can extend the contracts.
      This sort of pattern may not always work but is an experiment
      in reducing feature branches.
      
      * contracts-bedrock: reorder params for func in L1BlockInterop
      
      * contracts-bedrock: add missing test for L1Block
      
      * contracts-bedrock: refactor tests for L1BlockInterop
      
      * contracts-bedrock: add L1BlockInterop to differential-testing.go
      
      * contracts-bedrock: add test for testDiff_encodeSetL1BlockValuesInterop_succeeds in Encoding tests
      
      * op-node: add L1BlockInterop to derive l1_block_info
      
      * op-node: add FuzzL1InfoInteropRoundTrip
      
      * op-node: add tests for L1Block to l1_block_info
      
      * contracts-bedrock: update snapshots for L1Block, L1BlockInterop
      
      * contracts-bedrock: update semver-lock for L1Block, L1BlockInterop
      
      * Revert "op-node: add tests for L1Block to l1_block_info"
      
      This reverts commit d2e599e43b774cf9a5de474db1f5aa744885ce91.
      
      * Revert "op-node: add FuzzL1InfoInteropRoundTrip"
      
      This reverts commit e14007c0fb7dd723bcd66235696da19e378fa974.
      
      * Revert "op-node: add L1BlockInterop to derive l1_block_info"
      
      This reverts commit 4bb279bb4a504227ca05de38818bfbddbdae3c98.
      
      * Revert "contracts-bedrock: add test for testDiff_encodeSetL1BlockValuesInterop_succeeds in Encoding tests"
      
      This reverts commit 12f9a07cd71d504b1ea57a753d95b8e6439caa57.
      
      * Revert "contracts-bedrock: add L1BlockInterop to differential-testing.go"
      
      This reverts commit 209669de69d35b456494602cb64ffc435689602d.
      
      * contracts-bedrock: drop redundant test in tests for L1BlockInterop
      
      * contracts-bedrock: fix order of function args in L1Block
      
      * contracts-bedrock: update semver-lock for L1Block
      
      ---------
      Co-authored-by: default avatarDiego <105765223+0xfuturistic@users.noreply.github.com>
      322bf55a
    • Zach Howard's avatar
      3204cb08
    • Zach Howard's avatar
      Adds op-conductor to tag-tool (#10361) · d9685fc0
      Zach Howard authored
      d9685fc0
    • Sebastian Stammler's avatar
      e87e5ef2
    • Carter Carlson's avatar
    • Danyal Prout's avatar
      794a333b
    • Mark Tyneway's avatar
      contracts-bedrock: deployer as msg.sender (#10343) · b952dc06
      Mark Tyneway authored
      * contracts-bedrock: deployer as msg.sender
      
      Use a special deployer account for the execution of the L2 genesis
      script. This should remove the need to set the sender as part
      of the devnet.
      
      * devnet: simplify
      
      * contracts-bedrock: fix deployer
      
      * contracts-bedrock: fix build
      
      * build: fix
      
      * contracts-bedrock: more generic prank
      
      * contracts-bedrock: attempt fixup
      
      * contracts-bedrock: set deployer nonce to 0
      
      * contracts-bedrock: prank in genesis
      
      * contracts-bedrock: fix build
      
      * contracts-bedrock: fixup
      
      * contracts-bedrock: fixup
      
      * contracts-bedrock: fixup
      b952dc06