- 27 Oct, 2023 31 commits
-
-
Adrian Sutton authored
Missing envvars setting for --override.canyon flag
-
Adrian Sutton authored
op-e2e: Disable cannon tests for external geth
-
Michael de Hoog authored
-
Adrian Sutton authored
Moves choice of running cannon tests to a separate env var rather so it is possible to run cannon tests with HTTP when desired.
-
Adrian Sutton authored
op-e2e: Fix race condition with removing included tx from the pool
-
Mark Tyneway authored
Specify that the recognized batch submitter account is stored in the System Configuration.
-
Adrian Sutton authored
The tx pool updates async, so the list of pending transactions may contain transactions included in a block if the tx pool update hasn't completed. Filter any transactions with nonces that are too low to avoid this race condition.
-
Adrian Sutton authored
op-e2e: Use a short wait for new claim when performing all possible dishonest moves
-
Adrian Sutton authored
ci: Configure docker auth before attempting to publish.
-
Adrian Sutton authored
The timeout is expected to be reached sometimes because the challenger has chosen not to respond, so we don't want the default long timeout.
-
Zach Howard authored
Fixes docker-bake build targets for ci-builder and chain-mon
-
Adrian Sutton authored
Remove the git tag from the release tags to add and allow the release script to add it instead.
-
Zach Howard authored
-
Adrian Sutton authored
Remove the publish step because all tags are added by the docker buildx step already.
-
Kevin Kz authored
-
Adrian Sutton authored
-
Adrian Sutton authored
op-e2e: Disable cannon tests when using HTTP instead of WS
-
Adrian Sutton authored
ci: Use pipeline.git.tag not pipeline.git.branch when doing releases
-
Adrian Sutton authored
-
Adrian Sutton authored
Fault dispute tests take longer to execute when polling with HTTP so disable the longer running cannon tests on HTTP. Cannon itself is unaffected by the connection type and the challenger is tested with HTTP via the alphabet game tests.
-
Mark Tyneway authored
contracts-bedrock: fix test legibility
-
Adrian Sutton authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Adds a new helper library called `EIP1967Helper` that can get the admin and impl storage slots from a `Proxy` implementing ERC1967. This is more helpful to use than hardcoded magic values such as `multisig` because it is not clear who the multisig is since its value is assigned in a different file. We want to decouple the value from a magic value and set it to exactly what we want it to be which is the admin. This will work in all cases no matter what the admin is since it dynamically pulls the value from storage for the tests.
-
Mark Tyneway authored
contracts-bedrock: modern import style in tests
-
Adrian Sutton authored
ci: Add filters so op-stack-go-docker-build-release builds on tags.
-
Adrian Sutton authored
-
Joshua Gutow authored
op-node: Pull in Canyon Time from superchain registry
-
Mark Tyneway authored
build(deps-dev): bump @types/node from 20.8.8 to 20.8.9
-
protolambda authored
ops: handle warm-up output case during docker publish correctly
-
- 26 Oct, 2023 9 commits
-
-
Joshua Gutow authored
-
Mark Tyneway authored
chore: Improve chain-mon docker build
-
Mark Tyneway authored
fix: race condition updating last updated scorebook timestamp
-
Will Cory authored
-
Will Cory authored
-
Mark Tyneway authored
build(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0
-
smartcontracts authored
fix: string encode error TS2345
-
dependabot[bot] authored
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/google/uuid/releases) - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/uuid/compare/v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
op-bindings: regenerate
-