- 04 Oct, 2023 4 commits
-
-
Tarun Khasnavis authored
-
Tarun Khasnavis authored
-
Tarun Khasnavis authored
-
Tarun Khasnavis authored
-
- 03 Oct, 2023 12 commits
-
-
Tarun Khasnavis authored
-
Tarun Khasnavis authored
-
Sebastian Stammler authored
specs: fix typos
-
Mark Tyneway authored
Merge pull request #7507 from ethereum-optimism/dependabot/go_modules/proxyd/github.com/consensys/gnark-crypto-0.12.0 build(deps): bump github.com/consensys/gnark-crypto from 0.10.0 to 0.12.0 in /proxyd
-
Mark Tyneway authored
build(deps-dev): bump @wagmi/core from 1.3.8 to 1.4.3
-
dependabot[bot] authored
Bumps [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) from 0.10.0 to 0.12.0. - [Release notes](https://github.com/consensys/gnark-crypto/releases) - [Changelog](https://github.com/Consensys/gnark-crypto/blob/master/CHANGELOG.md) - [Commits](https://github.com/consensys/gnark-crypto/compare/v0.10.0...v0.12.0) --- updated-dependencies: - dependency-name: github.com/consensys/gnark-crypto dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps): bump pino from 8.15.0 to 8.15.3
-
Mark Tyneway authored
build(deps): bump @sentry/node from 7.64.0 to 7.73.0
-
dependabot[bot] authored
Bumps [@wagmi/core](https://github.com/wagmi-dev/wagmi/tree/HEAD/packages/core) from 1.3.8 to 1.4.3. - [Release notes](https://github.com/wagmi-dev/wagmi/releases) - [Changelog](https://github.com/wagmi-dev/wagmi/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/wagmi-dev/wagmi/commits/@wagmi/core@1.4.3/packages/core) --- updated-dependencies: - dependency-name: "@wagmi/core" 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.64.0 to 7.73.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.64.0...7.73.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 [pino](https://github.com/pinojs/pino) from 8.15.0 to 8.15.3. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v8.15.0...v8.15.3) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
OptimismBot authored
Add Base sepolia constants
-
- 02 Oct, 2023 8 commits
-
-
Michael de Hoog authored
Co-authored-by:
Joshua Gutow <jbgutow@gmail.com>
-
Michael de Hoog authored
-
OptimismBot authored
deps: update superchain registry
-
protolambda authored
-
protolambda authored
-
protolambda authored
-
Mark Tyneway authored
fix: add protocol version to getting-started.json
-
Chomtana authored
-
- 01 Oct, 2023 16 commits
-
-
OptimismBot authored
📝 docs: consistent `MIPS.sol` return params -
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Updates the version in the `go.mod` to https://github.com/ethereum-optimism/superchain-registry/commit/7b48d381868687d7a2124dc092434b34d4e0189c This was done with the following command: ```bash $ go get -v github.com/ethereum-optimism/superchain-registry/superchain ``` This commit includes the latest deployments of the contract implementations. Pulling in this new version is required to build the spell for the `superchain-ops` repo.
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: update `.envrc.example`
-
mergify[bot] authored
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: add `ISemver` to `BlockOracle`
-
mergify[bot] authored
-
mergify[bot] authored
-
Sabnock01 authored
-
Sabnock01 authored
-
Mark Tyneway authored
build(deps-dev): bump @types/node from 20.7.1 to 20.7.2
-
Mark Tyneway authored
The `BlockOracle` contract didn't implement `ISemver` so this commit adds the interface. It also regenerates the bindings, semver lock and gas snapshot since they were all impacted by this change.
-
Mark Tyneway authored
We need to update the superchain getting started guide as well as the deploy script so that the guide shows usage of the deploy script where it only deploys a set of proxies and then initializes them to the standard set of implementations. For now, use `openssl` to create a random string to use as the `create2` salt so that individual deployments do not clash and fail. A problem was happening where contract deployments were failing due to contract addresses colliding.
-