- 14 Sep, 2023 12 commits
-
-
Joshua Gutow authored
This compresses the pages before marshalling them. It also uses base64 instead of hex. This should reduce the memory usage of the json marshaller and reduce the size of the files. This will support reading but not writing hex encoded memory pages.
-
OptimismBot authored
build(deps-dev): bump glob from 10.3.3 to 10.3.4
-
mergify[bot] authored
-
OptimismBot authored
build(deps-dev): bump @types/node from 20.5.0 to 20.6.0
-
dependabot[bot] authored
Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.3 to 10.3.4. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.3.3...v10.3.4) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
mergify[bot] authored
-
OptimismBot authored
build(deps-dev): bump eslint from 8.47.0 to 8.49.0
-
mergify[bot] authored
-
OptimismBot authored
build(deps-dev): bump depcheck from 1.4.3 to 1.4.6
-
dependabot[bot] authored
Bumps [depcheck](https://github.com/depcheck/depcheck) from 1.4.3 to 1.4.6. - [Release notes](https://github.com/depcheck/depcheck/releases) - [Changelog](https://github.com/depcheck/depcheck/blob/main/CHANGELOG.md) - [Commits](https://github.com/depcheck/depcheck/compare/1.4.3...v1.4.6) --- updated-dependencies: - dependency-name: depcheck dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.49.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.47.0...v8.49.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.6.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 13 Sep, 2023 28 commits
-
-
OptimismBot authored
feat(indexer): explicity state all contracts of interest for L1/L2 prior to launch
-
mergify[bot] authored
-
Hamdi Allam authored
-
OptimismBot authored
op-challenger: Fix recording of cannon execution time
-
mergify[bot] authored
-
OptimismBot authored
op-challenger: Include note in docs that the root claim must start with 0x01
-
mergify[bot] authored
-
OptimismBot authored
specs: superchain target and protocol version
-
mergify[bot] authored
-
OptimismBot authored
build(deps-dev): bump typedoc from 0.24.8 to 0.25.1
-
mergify[bot] authored
-
dependabot[bot] authored
Bumps [doctoc](https://github.com/thlorenz/doctoc) from 2.2.0 to 2.2.1. - [Commits](https://github.com/thlorenz/doctoc/commits) --- updated-dependencies: - dependency-name: doctoc dependency-type: direct:development 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>
-
refcell.eth authored
* Store the last step on disk to avoid re-generating the last step. * fix provider test * Remove lo dep * Fix stubbing * Fix go sum * Remove test print * Fix cannon trace provider tests and small changes * address blocking comments * fix nits
-
mergify[bot] authored
-
OptimismBot authored
build(deps): bump docker/login-action from 1 to 3
-
mergify[bot] authored
-
OptimismBot authored
op-challenger: Add unit test for the poisoned pre-state case
-
mergify[bot] authored
-
OptimismBot authored
Merge pull request #7225 from ethereum-optimism/dependabot/docker/ops-bedrock/ethereum/client-go-v1.13.0 build(deps): bump ethereum/client-go from v1.12.2 to v1.13.0 in /ops-bedrock
-
mergify[bot] authored
-
OptimismBot authored
cannon: Use atomic write pattern to avoid leaving partially written files
-
mergify[bot] authored
-
protolambda authored
-
dependabot[bot] authored
Bumps ethereum/client-go from v1.12.2 to v1.13.0. --- updated-dependencies: - dependency-name: ethereum/client-go dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Adrian Sutton authored
-
Adrian Sutton authored
Previously only recorded failed cannon executions.
-
Adrian Sutton authored
-