- 01 Nov, 2023 3 commits
-
-
Mark Tyneway authored
build(deps-dev): bump typedoc from 0.25.2 to 0.25.3
-
Mark Tyneway authored
Merge pull request #7937 from ethereum-optimism/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.9.1 build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.9.1
-
Mark Tyneway authored
Merge pull request #7936 from ethereum-optimism/dependabot/npm_and_yarn/eslint-plugin-unicorn-49.0.0 build(deps-dev): bump eslint-plugin-unicorn from 48.0.1 to 49.0.0
-
- 31 Oct, 2023 21 commits
-
-
Mark Tyneway authored
contracts-bedrock: simplify safecall test
-
dependabot[bot] authored
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.25.2...v0.25.3) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
Modularizes out a bit from https://github.com/ethereum-optimism/optimism/pull/7928 where the `SafeCall` test doesn't require `CommonTest` but instead can just use `Test`. This simplifies the `setUp` and should reduce the amount of computation required to set up the tests. This also reduces the need to use `vm.assume` to ignore contracts that are deployed as part of the `CommonTest` setup.
-
Mark Tyneway authored
build(deps): bump viem from 1.18.0 to 1.18.1
-
Mark Tyneway authored
build(deps-dev): bump abitype from 0.10.1 to 0.10.2
-
Mark Tyneway authored
build(deps): bump merkletreejs from 0.3.10 to 0.3.11
-
Joshua Gutow authored
op-node: Enable Canyon on Goerli & Sepolia via superchain registry
-
Joshua Gutow authored
-
Joshua Gutow authored
op-node: enable all network options by default
-
Sebastian Stammler authored
op-batcher: fix test RNG data flake
-
protolambda authored
-
dependabot[bot] authored
Bumps [merkletreejs](https://github.com/miguelmota/merkletreejs) from 0.3.10 to 0.3.11. - [Commits](https://github.com/miguelmota/merkletreejs/commits) --- updated-dependencies: - dependency-name: merkletreejs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [abitype](https://github.com/wagmi-dev/abitype) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/wagmi-dev/abitype/releases) - [Commits](https://github.com/wagmi-dev/abitype/compare/abitype@0.10.1...abitype@0.10.2) --- updated-dependencies: - dependency-name: abitype dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [viem](https://github.com/wagmi-dev/viem) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/wagmi-dev/viem/releases) - [Commits](https://github.com/wagmi-dev/viem/compare/viem@1.18.0...viem@1.18.1) --- updated-dependencies: - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.9.0 to 6.9.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 48.0.1 to 49.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v48.0.1...v49.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Joshua Gutow authored
op-node: Hide rethDB option
-
protolambda authored
op-e2e: Split e2e tests into two executors
-
Matthew Slipper authored
feat(ci-builder): Persist Rust toolchain in final image
-
Joshua Gutow authored
If the rethDB option is used without the proper build configuration, the op-node will panic. Note that we do not have this build configuration in our releases. This hides the option to use it, but does not fully remove it. There was some duplication required to easily hide the command line flag while still being able to use it for testing purposes. This commit should be reverted when rethDB is stable.
-
felipe authored
feat(proxyd): support eip-1898 in tag rewritting
-
- 30 Oct, 2023 16 commits
-
-
Hamdi Allam authored
fix(indexer) `op_indexer_` MetricsNamespace prefix + metric updates
-
Hamdi Allam authored
-
protolambda authored
op-node: Span Batch Type, Encoding, and Decoding Refactoring
-
Joshua Gutow authored
ci: disable codecov comments on zero diff
-
inphi authored
Also disables Go codecov to avoid spurious diffs due to non-deterministic codecov reports
-
protolambda authored
Signed-off-by:
protolambda <proto@protolambda.com>
-
pcw109550 authored
Refactor Span batch type Remove unused methods Explicit protocol constant Update type of parentCheck and l1OriginCheck Use require instead of assert in tests Refactor RandomTx Refactor Span batch tx tests Adjust tnf to fix test Update comments Co-authored-by:
pcw109550 <pcw109550@gmail.com>
-
protolambda authored
op-node: Span Batch Limit
-
Mark Tyneway authored
ci-builder: include solc 0.8.19
-
pcw109550 authored
-
pcw109550 authored
-
pcw109550 authored
-
pcw109550 authored
-
pcw109550 authored
-
pcw109550 authored
-
pcw109550 authored
-