- 07 Nov, 2023 13 commits
-
-
Matthew Slipper authored
-
Mark Tyneway authored
contracts-bedrock: test deploy script
-
Joshua Gutow authored
Merge pull request #8048 from ethereum-optimism/dependabot/go_modules/github.com/libp2p/go-libp2p-pubsub-0.10.0 build(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.9.3 to 0.10.0
-
Mark Tyneway authored
-
Adrian Sutton authored
op-challenger: Remove claim loader
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
This updates the tests to use the deploy script to set up the L1 contracts. This ensures that the tests are testing a setup as close as possible as to what ends up in production. The L2 contracts are setup in a unified place but as not set up behind proxies yet. This has been an issue but should be addressed when we have the ability to import the output of the L2 genesis generation script. Any circleci machines that run `forge build` oom when the machine is not an xlarge. This means that many jobs need to be bumped up to that size for them to run until the end. `CommonTest` is heavily modified and cleaned up. A lot of code was deleted and a good amount of the code that was added is from moving things to kwargs sytax from not. Some tests were converted from being regular tests into fuzz tests.
-
Inphi authored
op-challenger: Remove AbsolutePreState from TraceProvider
-
- 06 Nov, 2023 15 commits
-
-
Mark Tyneway authored
contracts-bedrock: decouple magic number in test
-
Matthew Slipper authored
ci: solc building requires xlarge
-
Mark Tyneway authored
Remove the magic number `1800` in favor of a generic submission interval. Based on the test's comment, this is the expected input. Breaking this into its own test from https://github.com/ethereum-optimism/optimism/pull/7928 to show that without the rest of the diff, the test still passes to ensure that a bug doesn't sneak in. fwiw this test will likely be modified with the next release of the fault proof.
-
Mark Tyneway authored
contracts-bedrock: foundry d85718785859dc0b5a095d2302d1a20ec06ab77a
-
Mark Tyneway authored
Updates foundry to a version that contains the `loadAllocs` cheatcode - https://github.com/foundry-rs/foundry/pull/6207 This will unblock work on implementing test coverage against the L2 genesis generation script
-
Mark Tyneway authored
Use `String()` over `Pretty()` - https://github.com/libp2p/go-libp2p/pull/2563 - https://github.com/libp2p/go-libp2p-pubsub/issues/547
-
dependabot[bot] authored
Bumps [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub) from 0.9.3 to 0.10.0. - [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases) - [Commits](https://github.com/libp2p/go-libp2p-pubsub/compare/v0.9.3...v0.10.0) --- updated-dependencies: - dependency-name: github.com/libp2p/go-libp2p-pubsub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.0
-
Mark Tyneway authored
build(deps): bump golang.org/x/time from 0.3.0 to 0.4.0
-
dependabot[bot] authored
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.3.0 to 0.4.0. - [Commits](https://github.com/golang/time/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: golang.org/x/time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0
-
dependabot[bot] authored
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.4.0 to 0.5.0. - [Commits](https://github.com/golang/sync/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.4.3 to 5.5.0. - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](https://github.com/jackc/pgx/compare/v5.4.3...v5.5.0) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Adrian Sutton authored
It was only used in an unused e2e helper method.
-
Adrian Sutton authored
Nothing actually uses it - only AbsolutePreStateCommitment so we can narrow the interface.
-
- 04 Nov, 2023 5 commits
-
-
Mark Tyneway authored
build(deps): bump viem from 1.18.3 to 1.18.4
-
Will Cory authored
Merge pull request #7930 from ethereum-optimism/10-30-fix_fm-test-services_Use_lockfile_in_docker_test fix(fm-test-services): Use lockfile in docker test
-
Adrian Sutton authored
challenger: Move DisputeGameFactory to use new approach to contract reads
-
dependabot[bot] authored
Bumps [viem](https://github.com/wagmi-dev/viem) from 1.18.3 to 1.18.4. - [Release notes](https://github.com/wagmi-dev/viem/releases) - [Commits](https://github.com/wagmi-dev/viem/compare/viem@1.18.3...viem@1.18.4) --- updated-dependencies: - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
contracts-bedrock: simplify CrossDomainOwnable test
-
- 03 Nov, 2023 7 commits
-
-
felipe authored
feat(proxyd): configurable IP rate limit header
-
Inphi authored
Usage of 'Immutable' for variables storing keccak hashes
-
Mark Tyneway authored
contracts-bedrock: simplify rlp tests
-
Mark Tyneway authored
contracts-bedrock: simplify test
-
Mark Tyneway authored
contracts-bedrock: 1967 helper version
-
Mark Tyneway authored
-
Mark Tyneway authored
chore: Make paths references DRY
-