- 15 Nov, 2023 2 commits
-
-
Adrian Sutton authored
op-challenger: Replace oracle updater with new style bindings
-
Mark Tyneway authored
fix(ci): Strip built binaries in foundry build + bump version
-
- 14 Nov, 2023 32 commits
-
-
clabby authored
-
Mark Tyneway authored
monorepo: delete dead solidity linter
-
Mark Tyneway authored
Merge pull request #8151 from ethereum-optimism/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.11.0 build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.11.0
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
smartcontracts authored
fix(sdk): bug in supportsTokenPair
-
dependabot[bot] authored
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.10.0 to 6.11.0. - [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.11.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
op-chain-ops: add additional assertions the `check-l2`
-
Mark Tyneway authored
Merge pull request #8153 from ethereum-optimism/dependabot/npm_and_yarn/typescript-eslint/parser-6.11.0 build(deps-dev): bump @typescript-eslint/parser from 6.9.1 to 6.11.0
-
Mark Tyneway authored
build(deps): bump @sentry/node from 7.77.0 to 7.80.0
-
Mark Tyneway authored
-
dependabot[bot] authored
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.9.1 to 6.11.0. - [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.11.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps-dev): bump tsx from 3.14.0 to 4.1.1
-
Mark Tyneway authored
`forge fmt` is used by the repo now instead of prettier for linting the solidity code. We should delete dead deps that are not used.
-
Mark Tyneway authored
Merge pull request #8152 from ethereum-optimism/dependabot/npm_and_yarn/prettier-plugin-solidity-1.2.0 build(deps-dev): bump prettier-plugin-solidity from 1.0.0-beta.18 to 1.2.0
-
Adrian Sutton authored
chain-mon: Use xlarge resource class when building chainmon docker.
-
Adrian Sutton authored
Matches what it uses for releases.
-
Will Cory authored
-
Adrian Sutton authored
op-challenger: Add a provider selector function for split output games
-
Kelvin Fichter authored
Fixes a bug in the supportsTokenPair where unsupported token interfaces would cause the SDK to error out. Happens because the adapters check for things that are only present in certain types of tokens. Adds a new error handling check that wraps all sub-calls to supportsTokenPair in each of the adapters so that the adapters don't need to worry about this.
-
dependabot[bot] authored
Bumps [prettier-plugin-solidity](https://github.com/prettier-solidity/prettier-plugin-solidity) from 1.0.0-beta.18 to 1.2.0. - [Release notes](https://github.com/prettier-solidity/prettier-plugin-solidity/releases) - [Commits](https://github.com/prettier-solidity/prettier-plugin-solidity/compare/v1.0.0-beta.18...v1.2.0) --- updated-dependencies: - dependency-name: prettier-plugin-solidity dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.77.0 to 7.80.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.77.0...7.80.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>
-
dependabot[bot] authored
Bumps [tsx](https://github.com/privatenumber/tsx) from 3.14.0 to 4.1.1. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v3.14.0...v4.1.1) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
The `check-l2` script works against new networks but not legacy networks. We need a solution that can work against both new networks and legacy networks. This adds test coverage for new networks as `check-l2` runs in CI against the local devnet. Add test coverage for reinitialize on L2 contracts. Also ensures that the `_initialized` value is set as expected.
-
Mark Tyneway authored
op-node,contracts-bedrock: setup `loadAllocs` usage
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Modularize the `op-node` command for creating L2 genesis blocks such that it can read a starting L1 block from disk instead of needing to fetch it from a node. This makes the process more simple and reproducible, because the block JSON file can be written to disk and committed into a repo. Also add the script for calling the `op-node` L2 genesis generation to `contracts-bedrock`. It will create the L2 genesis state in `contracts-bedrock/.testdata` which will be read by `vm.readAllocs(string)` to populate the initial state.
-
Mark Tyneway authored
Specify CI builder image
-
Joshua Gutow authored
This should help fix the issue that CI can easily be broken if the CI image is not compatible and helps make it possible to test the CI image.
-
- 13 Nov, 2023 1 commit
-
-
Hamdi Allam authored
fix(indexer): bridge starting height marker
-
- 14 Nov, 2023 1 commit
-
-
Mark Tyneway authored
chore(ci): Bump foundry version
-
- 13 Nov, 2023 4 commits
-
-
clabby authored
-
Mark Tyneway authored
feat(ci-builder): Add `install-foundry` script to detect commit SHAs with `nightly` tags
-
Hamdi Allam authored
-
Mark Tyneway authored
contracts-bedrock: fix contracts flake in CI
-