- 11 Nov, 2022 8 commits
-
-
Joshua Gutow authored
Running them sequentially actually turns out to be faster. In addition it turns out to be very hard to split the tests properly. `go list ./...` which was the previous approach splits them by package, but we need to split them by test name. Using `circleci tests glob "**/*.go"` did not work either becaue it was combining files from different packages.
-
Joshua Gutow authored
TestConfirmationDepth was consistently failing on the HTTP versions of the op-e2e test. It was failing at the last line that checked the verifier head block timestamp against the L1 head timestamp. I have changed it to compare the verifier L1 Origin number against the L1 head number.
-
mergify[bot] authored
feat(ctb): add MigrationSystemDictator checks
-
Kelvin Fichter authored
Adds checks for the MigrationSystemDictator steps.
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master PR
-
mergify[bot] authored
op-e2e: Add migration to op-e2e
-
- 10 Nov, 2022 32 commits
-
-
Mark Tyneway authored
hardhat-node: trigger release
-
mergify[bot] authored
op-e2e: action test op-geth restart
-
Mark Tyneway authored
Trigger a release
-
mergify[bot] authored
batch-submitter: update to go-ethereum v1.10.26
-
Matthew Slipper authored
-
Mark Tyneway authored
The `hardhat-node` docker image couldn't find the `Dockerfile` when building. This updates the path to the dockerfile.
-
Mark Tyneway authored
-
Mark Tyneway authored
Updates the batch submitter to the latest go-ethereum version
-
protolambda authored
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master PR
-
Zach Howard authored
fixes a few bugs and better error handling for docker-tag job
-
Zach Howard authored
-
Zach Howard authored
fix missing directory in docker-tag job
-
Zach Howard authored
-
mergify[bot] authored
ENG-2990 updates ci to tag docker images with sha, branch, release tags
-
Zach Howard authored
-
mergify[bot] authored
Standardize & Fix Lints
-
mergify[bot] authored
fix: move MintableERC721 interface
-
mergify[bot] authored
op-e2e: Increase sequencer drift in sequencer conf depth test
-
Joshua Gutow authored
-
Joshua Gutow authored
The test was flaking on the issue that l2 verifier head + conf depth was ahead of the sequencer head. I noticed that we were occasionally having to force advancing the L1 Origin because of the high conf depth relative to the sequencer depth.
-
Joshua Gutow authored
-
Joshua Gutow authored
-
mergify[bot] authored
ci: Split go-bedrock tests & use circle CI parallelism for op-e2e
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
Adding OP_E2E_DISABLE_PARALLEL=true will stop the tests from using go's built in parallel helper. By default the tests will use go's parallel helper.
-