1. 18 Dec, 2022 1 commit
  2. 17 Dec, 2022 7 commits
    • Joshua Gutow's avatar
      op-e2e: Add tests (#4435) · 7a5eddb3
      Joshua Gutow authored
      * Remove chain ops replace in go.mod
      
      * Add waitForL1OriginOnL2 helper function
      
      This makes it easier to wait for system config changes or deposits
      to be included on L2.
      
      * Add TestGasPriceOracleFeeUpdates
      
      This test was initially written by Trail of Bits. I have modified
      it to remove some helper functions & work with the new gas price
      oracle configuration method (derived from L1 instead of L2).
      
      * Add TestL2SequencerRPCDepositTx
      
      This test was originally written by Trail of Bits. I modified it
      to not use helper functions and work with the updated system.
      
      * Add TestMixedDepositValidity
      
      This test was originaly written by Trail of Bits. I modified the test to make
      it work with the updated system & modified several components of the system
      to make this test work. The largest change is now the premine is applied to
      L2 in addition to L1.
      
      * Add TestMixedWithdrawalValidity
      
      This test was originally written by Trail of Bits. This modifies the test to
      work with the new system.
      
      * CI: Increase timeout for e2e tests
      
      * CI: Enable parallel e2e tests again
      
      The tests are stable enough & taking long enough without this flag that I think
      it is worth making the tests parallel. We still have the option to run the
      tests sequentially if we need the better output for debugging them.
      
      * op-e2e: Increase timeout while waiting for withdrawal to finalize
      
      * Address PR comments
      7a5eddb3
    • mergify[bot]'s avatar
      Merge pull request #4518 from ethereum-optimism/test/l1fee-constants · fb498ecf
      mergify[bot] authored
      op-bindings: add test coverage of the L1 fee constants
      fb498ecf
    • Mark Tyneway's avatar
      contracts-periphery: update version on test contracts · 957c3935
      Mark Tyneway authored
      Makes the contracts more lenient in the version
      of solc that they can compile with, makes it easier
      to begin porting the hardhat based tests to `foundry`.
      957c3935
    • Mark Tyneway's avatar
      op-bindings: add test coverage of the L1 fee constants · b232cf41
      Mark Tyneway authored
      `TestL1BlockSlots` will ensure that the values in the
      committed storage layout matches the values that are
      hard coded in `op-geth`. This is important to handle
      because the storage layout may accidentally change in the
      future. This will make it very obvious is there are
      issues with the storage layout changing.
      b232cf41
    • protolambda's avatar
      op-e2e: test op-geth pending gas limit configuration (#4047) · e362fc4c
      protolambda authored
      * op-e2e: test op-geth pending gas limit configuration
      
      * op-e2e; clarify test loop condition, make loop less busy
      
      * bedrock: update op-geth
      e362fc4c
    • mergify[bot]'s avatar
      Merge pull request #4517 from ethereum-optimism/sc/ctb-erc721-factory-tests · 63e3bec9
      mergify[bot] authored
      test(ctb): ERC721 factory tests
      63e3bec9
    • Kelvin Fichter's avatar
      test(ctb): ERC721 factory tests · fa0c9689
      Kelvin Fichter authored
      Ports the old hardhat tests for the OptimismMintableERC721Factory to
      Foundry in contracts-bedrock.
      fa0c9689
  3. 16 Dec, 2022 12 commits
  4. 15 Dec, 2022 16 commits
  5. 14 Dec, 2022 4 commits