- 01 Nov, 2023 22 commits
-
-
Mark Tyneway authored
contracts-bedrock: update in memory deploy config
-
Mark Tyneway authored
contracts-bedrock: make `implSalt()` internal
-
Mark Tyneway authored
contracts-bedrock: update solidity deploy config
-
Mark Tyneway authored
contracts-bedrock: virtual setup in deploy script
-
Adrian Sutton authored
Fix batcher panic on invalid configuration
-
Adrian Sutton authored
docker: Fix golang-docker target
-
protolambda authored
Batch validation test refactoring
-
Michael de Hoog authored
-
protolambda authored
-
Michael de Hoog authored
-
Adrian Sutton authored
The GIT_COMMIT env var isn't available yet when setting IMAGE_TAGS - in only becomes available in the docker executable, not on the command line.
-
Mark Tyneway authored
Makes the `setUp` function virtual in the deploy script. Part of https://github.com/ethereum-optimism/optimism/pull/7928
-
Mark Tyneway authored
build(deps): bump @sentry/node from 7.75.0 to 7.77.0
-
Mark Tyneway authored
Merge pull request #7938 from ethereum-optimism/dependabot/npm_and_yarn/typescript-eslint/parser-6.9.1 build(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.9.1
-
dependabot[bot] authored
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.75.0 to 7.77.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.75.0...7.77.0) --- updated-dependencies: - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
Updates the solidity deploy config with extra configuration that was not previously required to be read in solidity but it exists in the Go code. These particular config values are used to build the L2 genesis state. We will read in these values as part of https://github.com/ethereum-optimism/optimism/pull/7928. They were previously not used in solidity. The Go deploy config check does ensure that they exist.
-
Mark Tyneway authored
The `hardhat.json` deploy config is used for the internal solidity tests. It is used because the default chain id is the same as what hardhat uses for testing and the chain id is what is used to specify which deploy config to use. The values are updated to ensure that sane, testable values are configured into the in memory tests for https://github.com/ethereum-optimism/optimism/pull/7928. This smaller commit exists to reduce the diff in that PR.
-
Mark Tyneway authored
There is no reason for the `implSalt` method on the deploy script to be public, so make it internal. This reduces the external abi of the deploy script to prevent accidental leaky abstractions. Co-authored-by:
Matt Solomon <matt@mattsolomon.dev>
-
Mark Tyneway authored
build(deps-dev): bump typedoc from 0.25.2 to 0.25.3
-
dependabot[bot] authored
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) 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/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
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 18 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
-
Tei Im authored
Support log based test for batch validation rules Add more test cases for span batch
-
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
-