1. 22 Apr, 2023 1 commit
  2. 21 Apr, 2023 35 commits
  3. 20 Apr, 2023 4 commits
    • Ori Pomerantz's avatar
      fix(packages/atst): Typo in README.md · 42a65c0c
      Ori Pomerantz authored
      42a65c0c
    • mergify[bot]'s avatar
      Merge branch 'develop' into willc/atst-ci · 2c59ec20
      mergify[bot] authored
      2c59ec20
    • OptimismBot's avatar
      Merge pull request #5506 from ethereum-optimism/aj/fpp-existing-node · ad7a3873
      OptimismBot authored
      op-program: Handle pre-images that already exist
      ad7a3873
    • Will Cory's avatar
      Add CI for ATST · 81010b62
      Will Cory authored
      add background: true
      
      save without formatting
      
      no coverage
      
      add a build too
      
      final updates
      
      add to workflow
      
      wait for anvil
      
      wait 5 seconds for anvil
      
      remove formatting
      
      port 8546?
      
      revert port thing
      
      use anvil
      
      use env var instead of --fork-url
      
      try both?
      
      huh??
      
      do it the old way
      
      remove linter
      
      Update .circleci/config.yml
      
      fix: use wait-on tcp:8545 to make sure anvil is up and not flaky
      
      Bad block number
      
      fix: restore yarn cache
      
      use mainnet fork url
      
      bad block number (again now that we switched to mainnet
      
      revert prettier changes add the config from scratch
      
      remove --fork-block-number until it works without it
      
      Update .circleci/config.yml
      81010b62