- 13 Oct, 2023 21 commits
-
-
Joshua Gutow authored
op-proposer: Enable default Admin RPC
-
Mark Tyneway authored
build(deps-dev): bump abitype from 0.10.0 to 0.10.1
-
Mark Tyneway authored
op-chain-ops: protocol-version util command
-
Mark Tyneway authored
build(deps): bump viem from 1.16.3 to 1.16.4
-
Mark Tyneway authored
Merge pull request #7666 from ethereum-optimism/dependabot/go_modules/github.com/multiformats/go-multiaddr-0.12.0 build(deps): bump github.com/multiformats/go-multiaddr from 0.11.0 to 0.12.0
-
protolambda authored
Merge pull request #7667 from ethereum-optimism/dependabot/docker/ops-bedrock/ethereum/client-go-v1.13.3 build(deps): bump ethereum/client-go from 1.13.2 to v1.13.3 in /ops-bedrock
-
dependabot[bot] authored
Bumps ethereum/client-go from 1.13.2 to v1.13.3. --- updated-dependencies: - dependency-name: ethereum/client-go dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/multiformats/go-multiaddr/releases) - [Commits](https://github.com/multiformats/go-multiaddr/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: github.com/multiformats/go-multiaddr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Adrian Sutton authored
op-challenger: Pass through full game data when creating player instead of just address
-
Adrian Sutton authored
-
Adrian Sutton authored
First step towards selecting the game to create based on game type and supporting multiple game types in one instance.
-
Mark Tyneway authored
contracts-bedrock: add the nft bridge to storage lock
-
Joshua Gutow authored
This allows the admin RPC to change the log level of the proposer while it is running.
-
protolambda authored
-
Joshua Gutow authored
Update predeploys.md
-
Mark Tyneway authored
Adds the L1 and L2 ERC721 bridges to the storage lock file.
-
Bryce Alan authored
Added SchemaRegistry & EAS predeploy addresses to the table.
-
Mark Tyneway authored
feat(ctb): Add pre-pr:no-build script
-
dependabot[bot] authored
Bumps [viem](https://github.com/wagmi-dev/viem) from 1.16.3 to 1.16.4. - [Release notes](https://github.com/wagmi-dev/viem/releases) - [Commits](https://github.com/wagmi-dev/viem/compare/viem@1.16.3...viem@1.16.4) --- 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 [abitype](https://github.com/wagmi-dev/abitype) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/wagmi-dev/abitype/releases) - [Commits](https://github.com/wagmi-dev/abitype/compare/abitype@0.10.0...abitype@0.10.1) --- updated-dependencies: - dependency-name: abitype dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
op-upgrade: add in extra logic for OP Mainnet
-
- 12 Oct, 2023 19 commits
-
-
Mark Tyneway authored
fix(contracts-ts): Fix code gen
-
felipe andrade authored
-
Will Cory authored
-
Danyal Prout authored
-
Danyal Prout authored
-
Will Cory authored
-
Mark Tyneway authored
fix: Add readonly nx cloud token
-
Will Cory authored
-
Joshua Gutow authored
Migrate from V1 to V2 APIs
-
Mark Tyneway authored
build(deps-dev): bump hardhat from 2.18.0 to 2.18.1
-
Mark Tyneway authored
build(deps-dev): bump abitype from 0.9.10 to 0.10.0
-
Mark Tyneway authored
Adds in extra logic for `op-upgrade` that has the special storage slot set OP Mainnet upgrade. The 0th storage slot needs to be set to `bytes32(0)` because on OP Mainnet it is set to an address which is then interpreted as `_initialized` which then prevents initialization because it appears as the contract already being initialized, preventing the storage from being set initially. Uses the `StorageSetter` contract defined in: https://github.com/ethereum-optimism/optimism/pull/7611 Used to create the spell in: https://github.com/ethereum-optimism/superchain-ops/pull/10 Tenderly simulation: https://dashboard.tenderly.co/public/safe/safe-apps/simulator/35dfb460-493c-471a-89fc-1a244c9d8fe2
-
Mark Tyneway authored
contracts-bedrock: `StorageSetter` contract
-
Mark Tyneway authored
Merge pull request #7640 from ethereum-optimism/dependabot/go_modules/op-ufm/golang.org/x/net-0.17.0 build(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 in /op-ufm
-
Mark Tyneway authored
build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0
-
Mark Tyneway authored
Merge pull request #7638 from ethereum-optimism/dependabot/go_modules/op-exporter/golang.org/x/net-0.17.0 build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /op-exporter
-
dependabot[bot] authored
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [abitype](https://github.com/wagmi-dev/abitype) from 0.9.10 to 0.10.0. - [Release notes](https://github.com/wagmi-dev/abitype/releases) - [Commits](https://github.com/wagmi-dev/abitype/compare/abitype@0.9.10...abitype@0.10.0) --- updated-dependencies: - dependency-name: abitype dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.15.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-