- 03 Jan, 2024 8 commits
-
-
joao authored
- Fix various typos in documentation files (e.g., 'and well as' to 'as well as', 'systemcall' to 'syscall', 'brisma' to 'Prisma'). - Clarify and correct technical information in several sections, including MIPS.sol documentation, L2 Output RPC method, memory write descriptions, and more. - Standardize terminology and fix grammatical errors for enhanced readability and consistency. - Correct variable naming conventions and file path errors. These changes collectively enhance the accuracy and readability of the documentation, ensuring it remains clear and accessible for users and developers. [Files affected: cannon/docs/README.md, indexer/ui/README.md, packages/chain-mon/src/fault-mon/README.md, packages/contracts-bedrock/STYLE_GUIDE.md, packages/fee-estimation/README.md, specs/messengers.md, specs/meta/devnet.md, specs/rollup-node.md]
-
refcell.eth authored
-
Adrian Sutton authored
* op-e2e: Add test demonstrating incorrect alphabet trace implementation. * rebase fixes * op-e2e: Skip known broken tests. --------- Co-authored-by:
refcell <abigger87@gmail.com>
-
Hamdi Allam authored
* allow l1 & l2 to be re-synced independently * sent_message should cascade the delete * nit
-
refcell.eth authored
-
dependabot[bot] authored
Bumps ethereum/client-go from v1.13.7 to v1.13.8. --- updated-dependencies: - dependency-name: ethereum/client-go dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
clabby authored
* Add check for initialization * :broom: :broom: * slither + semver lock
-
clabby authored
* Add `raw()` helper to UDTs to reduce boilerplate syntax * fmt * slither + semver lock * fmt
-
- 02 Jan, 2024 8 commits
-
-
clabby authored
* Consolidate `OutputBisectionGame` -> `FaultDisputeGame` * Deploy fix * deploy config updates * challenger/op-e2e: Consolidate `OutputBisectionGame` -> `FaultDisputeGame` * lint * e2e helper refactor * Remove `AlphabetTrace` config option * Rename contract binding * Update packages/contracts-bedrock/scripts/Deploy.s.sol Co-authored-by:
refcell.eth <abigger87@gmail.com> * @refcell comment nit Co-Authored-By:
refcell <abigger87@gmail.com> * fmt * @refcell nit * Revert @ajsutton's alphabet config change --------- Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
Tien Nguyen authored
-
dependabot[bot] authored
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.26.0 to 2.27.1. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/urfave/cli/compare/v2.26.0...v2.27.1) --- updated-dependencies: - dependency-name: github.com/urfave/cli/v2 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>
-
dependabot[bot] authored
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.18.0/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.17.0...v1.18.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang 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>
-
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 12 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>
-