- 02 Jan, 2024 4 commits
-
-
Michael Lynch authored
-
Taeguk Kwon authored
-
Adrian Sutton authored
-
refcell.eth authored
-
- 26 Dec, 2023 3 commits
-
-
Hamdi Allam authored
* bridge fast sync * updates * more conservative blocks limit
-
Hamdi Allam authored
-
Hamdi Allam authored
* update metrics * etl metrics * update etls * bridge changes * keep metric name the same * bugfix
-
- 23 Dec, 2023 9 commits
-
-
Axel Kingsley authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Hamdi Allam authored
* temp * temp * remove prism, changelog * update toml to devnet default. no default in config deser, fail if not set * grafana & prometheus config files * add grafana/prometheus to dockerfile. updated and moved into /ops * update docs * nits * unused var * move Dockerfile * nits * fix toml & test * docker-compose update
-
Roberto Bayardo authored
-
Michael de Hoog authored
-
Taeguk Kwon authored
-
Adrian Sutton authored
* op-e2e: Remove TestCannonChallengeWithCorrectRoot Challenging with the correct root is already covered by TestOutputCannonPoisonedPostState * op-e2e: Switch multi game test to use output bisection Remove the multiple cannon games test - we have unit tests checking the games are separate enough that we don't need this additional coverage. * op-e2e: Remove cannon helpers * op-e2e: Update multi game test to use claim helpers.
-
Wyatt Barnes authored
-
- 22 Dec, 2023 13 commits
-
-
clabby authored
* Prevent `extraData` from being too long for the `OutputBisectionGame` * semver
-
Mark Tyneway authored
Deduplicates some constants and ensures a single source of truth for defining values. Helps to reduce confusion when reading the specs. These specs are important for understanding the security properties of the ecotone upgrade where system upgrade transactions are used to trigger a hardfork upgrade of L2 predeploys. The invariant must be held that it is not possible to create an L2 block that is larger than the block gas limit when it contains all of the user deposits plus the upgrade txs.
-
dependabot[bot] authored
Bumps [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.0/packages/coverage-istanbul) --- updated-dependencies: - dependency-name: "@vitest/coverage-istanbul" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Adrian Sutton authored
Avoids flakiness if the client's event index hasn't been updated yet.
-
dependabot[bot] authored
Bumps [viem](https://github.com/wevm/viem) from 1.19.15 to 1.20.3. - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/viem@1.19.15...viem@1.20.3) --- updated-dependencies: - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
clabby authored
-
dependabot[bot] authored
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.10 to 5.0.11. - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md) - [Commits](https://github.com/go-chi/chi/compare/v5.0.10...v5.0.11) --- updated-dependencies: - dependency-name: github.com/go-chi/chi/v5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Adrian Sutton authored
-
Mark Tyneway authored
The bindgen command was causing a panic without this change. We should not be coupling bindgen to op-e2e. There is no reason to trigger the init function inside of op-e2e when running bindgen. This commit dedupes the `FindMonoRepoRoot` function by putting it into a common location where it can be consumed. Not bindgen no longer depends on op-e2e. The op-e2e package is for tests, not defining library functions that are used elsewhere in the repo.
-
Joshua Gutow authored
-
Maurelian authored
-
Inphi authored
* ctb: Specify auth roles for L1 contracts * add governance and ProxyAdmin to specs * specs: replace BRIDGE role with MESSENGER * contracts-bedrock: Add overloads to _addSpec (#8722) Allows for default values of no pausability and no auth. --------- Co-authored-by:
Maurelian <maurelian@protonmail.ch>
-
Adrian Sutton authored
* op-e2e: Remove the cannon e2e tests that already have output cannon versions. Will reduce CI runtime and make it easier to track which tests are yet to be migrated. We will delete the old plain cannon game type once the e2e tests are migrated. * fix(op-e2e): go formatting --------- Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
- 21 Dec, 2023 11 commits
-
-
Francis Li authored
* Implement raft consensus * Tests added
-
dependabot[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 8.56.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.55.0...v8.56.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Chen Kai authored
* fix:fix wrong hex test data Signed-off-by:
Chen Kai <281165273grape@gmail.com> * fix:code review fix Signed-off-by:
Chen Kai <281165273grape@gmail.com> --------- Signed-off-by:
Chen Kai <281165273grape@gmail.com>
-
Adrian Sutton authored
-
Wyatt Barnes authored
* Init BindGen unit tests * Init BindGen E2E tests
-
Wyatt Barnes authored
-
Maurelian authored
-
Sebastian Stammler authored
Edge-case during near-zero network fee conditions.
-
Wyatt Barnes authored
-
clabby authored
* chore: fdg spec updates * lint * Update specs/fault-dispute-game.md Co-authored-by:
Inphi <mlaw2501@gmail.com> * Update specs/fault-dispute-game.md Co-authored-by:
Inphi <mlaw2501@gmail.com> * Update specs/fault-dispute-game.md Co-authored-by:
Inphi <mlaw2501@gmail.com> * @inphi review * Update specs/fault-dispute-game.md Co-authored-by:
Inphi <mlaw2501@gmail.com> * toc --------- Co-authored-by:
Inphi <mlaw2501@gmail.com>
-
Joshua Gutow authored
-