- 01 Oct, 2023 12 commits
-
-
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.
-
- 30 Sep, 2023 7 commits
-
-
📝 Sabnock01 authored -
Joshua Gutow authored
allow release pipeline for hearbeat service
-
Joshua Gutow authored
chore: move `op-signer` into `op-service/signer`
-
OptimismBot authored
[Indexer] Client Implementation & Bug Fixes
-
dependabot[bot] authored
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.1 to 20.7.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
-
Ethen Pociask authored
-
- 29 Sep, 2023 21 commits
-
-
OptimismBot authored
contract-bedrock: fix typos
-
mergify[bot] authored
-
Mark Tyneway authored
contracts-bedrock: deploy implementations to goerli
-
refcell.eth authored
* Fixes the mergify queue conditions. * Fix mergify queue conditions
-
mergify[bot] authored
-
OptimismBot authored
build(deps): bump github.com/onsi/gomega from 1.27.10 to 1.28.0
-
mergify[bot] authored
-
OptimismBot authored
Merge pull request #7477 from ethereum-optimism/dependabot/npm_and_yarn/vitest/coverage-istanbul-0.34.6 build(deps-dev): bump @vitest/coverage-istanbul from 0.34.1 to 0.34.6
-
mergify[bot] authored
-
Mark Tyneway authored
contracts-bedrock: deploy latest contracts to sepolia
-
Mark Tyneway authored
build(deps-dev): bump @types/node from 20.5.0 to 20.7.1
-
mergify[bot] authored
-
Mark Tyneway authored
specs: Honest challenger for new resolution
-
dependabot[bot] authored
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.7.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
mergify[bot] authored
-
Mark Tyneway authored
build(deps): bump viem from 1.13.0 to 1.14.0
-
mergify[bot] authored
-
Mark Tyneway authored
Merge pull request #7473 from ethereum-optimism/dependabot/docker/ops-bedrock/ethereum/client-go-v1.13.2 build(deps): bump ethereum/client-go from v1.13.1 to v1.13.2 in /ops-bedrock
-
mergify[bot] authored
-
Mark Tyneway authored
op-e2e: Verify included tx were successful in TestERC20BridgeDeposits
-
Mark Tyneway authored
``` $ forge script scripts/Deploy.s.sol \ --rpc-url $ETH_RPC_URL \ --broadcast \ --verify \ --private-key $PRIVATE_KEY \ --sig 'deployImplementations()' ```
-