- 26 Sep, 2023 30 commits
-
-
Mark Tyneway authored
* contracts-bedrock: move to `ISemver` Stop using `Semver` in favor of `ISemver` for the EAS contracts. This helps to reduce the code size and makes it so that the version is set directly in the bytecode instead of being set at runtime as an immutable. * contracts-bedrock: update semver lock * fix: lint Co-authored-by:
clabby <ben@clab.by> * fix: lint Co-authored-by:
clabby <ben@clab.by> * contracts-bedrock: semver lock --------- Co-authored-by:
clabby <ben@clab.by>
-
dependabot[bot] authored
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 16.8.1 to 16.9.1. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/16.9.1/packages/nx) --- updated-dependencies: - dependency-name: nx 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>
-
dependabot[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.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.49.0...v8.50.0) --- updated-dependencies: - dependency-name: eslint 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> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
OptimismBot authored
Merge pull request #7380 from ethereum-optimism/dependabot/npm_and_yarn/typescript-eslint/parser-6.7.3 build(deps-dev): bump @typescript-eslint/parser from 6.4.0 to 6.7.3
-
mergify[bot] authored
-
Mark Tyneway authored
build(deps-dev): bump nx from 16.8.1 to 16.9.0
-
Mark Tyneway authored
build(deps-dev): bump rimraf from 5.0.1 to 5.0.2
-
Mark Tyneway authored
build(deps-dev): bump tsx from 3.12.7 to 3.13.0
-
Michael de Hoog authored
* Add consensus configuration option to never ban a backend * Fix panic * Remove additional flag, use `consensus_forced_candidate` instead
-
dependabot[bot] authored
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 16.8.1 to 16.9.0. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/16.9.0/packages/nx) --- updated-dependencies: - dependency-name: nx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
OptimismBot authored
build(deps-dev): bump glob from 10.3.3 to 10.3.7
-
mergify[bot] authored
-
mergify[bot] authored
-
OptimismBot authored
Deploy via Safe
-
mergify[bot] authored
-
dependabot[bot] authored
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.4.0 to 6.7.3. - [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.7.3/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>
-
dependabot[bot] authored
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.1 to 5.0.2. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
OptimismBot authored
op-upgrade: introduce
-
dependabot[bot] authored
Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.3 to 10.3.7. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.3.3...v10.3.7) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [tsx](https://github.com/esbuild-kit/tsx) from 3.12.7 to 3.13.0. - [Release notes](https://github.com/esbuild-kit/tsx/releases) - [Changelog](https://github.com/esbuild-kit/tsx/blob/develop/release.config.cjs) - [Commits](https://github.com/esbuild-kit/tsx/compare/v3.12.7...v3.13.0) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: pgn sepolia deploy config
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: zora goerli deploy config
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
- 25 Sep, 2023 10 commits
-
-
mergify[bot] authored
-
OptimismBot authored
go: update op-geth to include v1.13.1 changes [depends on #7313]
-
Maurelian authored
temp: Add instrumentation to deploy.sol fix(ctb): Use correct names for deployments We deploy a SafeProxy contract as the system owner, it needs to be correctly named in order to connect it to the source code. The SafeProxyFactory and Safe (as the singleton) are also now saved. fix(ctb): Skip HH deployments if deployTx not found At the moment this only applies to the Safe contract, which is deployed in a nested create2 call. We don't expect we'll need this artifact as it's not a core part of the OP Stack.
-
Mark Tyneway authored
This will allow for zora goerli to be upgraded through `op-upgrade`. The deploy config for a network is required for `op-upgrade` to be able to generate upgrade transactions for it.
-
Mark Tyneway authored
This will enable `op-upgrade` to build bundle transactions for pgn sepolia. A deploy config is required to `op-upgrade` to operate for a network.
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: legacy ISemver
-
mergify[bot] authored
-
protolambda authored
-
OptimismBot authored
op-node: update flags, remove BETA_ prefix
-