1. 21 Dec, 2021 8 commits
  2. 20 Dec, 2021 8 commits
  3. 18 Dec, 2021 1 commit
  4. 17 Dec, 2021 1 commit
    • Matthew Slipper's avatar
      ops/docker: Use old directory in packages dockerfile · 77dcfbae
      Matthew Slipper authored
      `Dockerfile.packages` placed build artifacts in `/optimism`, whereas all of our other Dockerfiles place build artifactrs in `/opt/optimism`. As a result, downstream consumers of the packages Dockerfile cannot use images created by our other Dockerfiles. This is a problem for the nightly environment, since it relies upon the `/opt/optimism` structure to customize container entrypoints.
      
      This PR fixes the problem by having `Dockerfile.packages` put build artifacts in `/opt/optimism` like everything else.
      77dcfbae
  5. 16 Dec, 2021 10 commits
  6. 15 Dec, 2021 10 commits
  7. 14 Dec, 2021 2 commits
    • Conner Fromknecht's avatar
      feat: surface miner nonce too high errors · 2924845d
      Conner Fromknecht authored
      This commit exposes the ErrNonceTooHigh at the execution level to
      external users. Previously the error was mapped to ErrNonceTooLow to
      match the mempool behavior. As this is a new error, and one not
      currently exposed in L1, this could be a breaking change for some
      applications depending on how the error messages are parsed.
      2924845d
    • github-actions[bot]'s avatar
      Version Packages · 7b3462b6
      github-actions[bot] authored
      7b3462b6