- 08 Dec, 2023 40 commits
-
-
Adrian Sutton authored
op-e2e: Adjust withdrawal_helper to reuse existing clients instead of dialling new ones
-
Joshua Gutow authored
Fix typos in README.md
-
Mark Tyneway authored
feat(ctb): specify pausability of L1 contracts
-
Mark Tyneway authored
Merge pull request #8507 from ethereum-optimism/dependabot/npm_and_yarn/vitest/coverage-istanbul-1.0.2 build(deps-dev): bump @vitest/coverage-istanbul from 1.0.1 to 1.0.2
-
refcell.eth authored
build(deps): bump @sentry/node from 7.85.0 to 7.86.0
-
Mark Tyneway authored
build(deps-dev): bump @types/node from 20.10.3 to 20.10.4
-
Mark Tyneway authored
contracts-bedrock: deploy OptimismMintableERC20Factory sepolia
-
refcell.eth authored
build(deps-dev): bump @wagmi/core from 1.4.8 to 1.4.10
-
Maurelian authored
contracts-bedrock: deploy OptimismPortal extended pause
-
Joshua Gutow authored
fix one typo
-
Joshua Gutow authored
Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
Matthew Slipper authored
proxyd: Delete bad test
-
Adrian Sutton authored
The gethclient wrapper still needs to be created but it reuses the existing RPC client and doesn't have it's own Close function.
-
dependabot[bot] authored
Bumps [@wagmi/core](https://github.com/wagmi-dev/wagmi/tree/HEAD/packages/core) from 1.4.8 to 1.4.10. - [Release notes](https://github.com/wagmi-dev/wagmi/releases) - [Changelog](https://github.com/wevm/wagmi/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/wagmi-dev/wagmi/commits/@wagmi/core@1.4.10/packages/core) --- updated-dependencies: - dependency-name: "@wagmi/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Maurelian authored
contracts-bedrock: add base sepolia deploy config
-
Maurelian authored
contracts-bedrock: fix pgn sepolia config
-
dependabot[bot] authored
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.3 to 20.10.4. - [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>
-
dependabot[bot] authored
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.85.0 to 7.86.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.85.0...7.86.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 [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.0.2/packages/coverage-istanbul) --- updated-dependencies: - dependency-name: "@vitest/coverage-istanbul" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Matthew Slipper authored
This test was originally checking for a panic in the websocket code. However, we have since re-architected this code and have coverage for this issue elsewhere. Therefore, this test is now superfluous and can be removed. It causes a lot of spam in the logs, and makes debugging other tests harder.
-
Maurelian authored
contracts-bedrock: zora-sepolia deploy config
-
Mark Tyneway authored
OP sepolia OptimismMintableERC20Factory deployment Using the following command: ``` export IMPL_SALT="op/acc" export ADDRESSES=/Users/tynes/Projects/github.com/ethereum-optimism/superchain-registry/superchain/extra/addresses/sepolia/op.json forge script scripts/Deploy.s.sol:Deploy \ --sig 'deployOptimismMintableERC20Factory()' --rpc-url $ETH_RPC_URL \ --private-key $PRIVATE_KEY \ --broadcast \ --verify ```
-
Maurelian authored
-
Mark Tyneway authored
contracts-bedrock: L2OutputOracle deployment
-
Mark Tyneway authored
Updates the deploy config for pgn sepolia to be conformant to the deploy config spec. Not sure why CI is passing as the go code is supposed to check for non compliant deploy config. It is likely because the solidity and the go got out of sync. We could use a rethinking of how we do deploy config. Ideally the entire thing can be simplified now that deploy config contains op stack chain specific config, superchain target specific config and also config values that go into L1 and also config values that go into L2. This change wouldn't be necessary if the lazy deploy config change https://github.com/ethereum-optimism/optimism/issues/7711 was implemented. It was attempted https://github.com/ethereum-optimism/optimism/pull/7776 but became stale and added a lot of overhead.
-
Mark Tyneway authored
-
Sukey authored
-
Matthew Slipper authored
fix(multisig-mon): add onepass cli to dockerfile
-
Mark Tyneway authored
Make it pass config checking
-
Mark Tyneway authored
Adds the deploy config for `zora-sepolia`. This was sourced from conduit. This is required to deploy the new L2OutputOracle contract. Related to https://github.com/ethereum-optimism/optimism/pull/8499
-
refcell.eth authored
feat(op-challenger): Prestate Provider Refactor
-
clabby authored
feat(ctb): `OutputBisectionGame` test refactor + fixes
-
refcell authored
-
Mark Tyneway authored
Deploys the latest implementation of the `L2OutputOracle` to sepolia and commits the artifact. The following script was used for the deployment. ```bash export IMPL_SALT="op/acc" forge script scripts/Deploy.s.sol:Deploy \ --sig 'deployL2OutputOracle()' --rpc-url $ETH_RPC_URL \ --private-key $PRIVATE_KEY \ --broadcast \ --verify ``` https://sepolia.etherscan.io/address/0x83aeb8b156cd90e64c702781c84a681dadb1dde2
-
Mark Tyneway authored
-
clabby authored
-
Mark Tyneway authored
Sources the deploy config from https://github.com/base-org/contract-deployments/blob/main/sepolia/2023-09-26-deploy/deploy-config/deploy-config.json We need to double check that this is up to date, ie it is possible that some config has changed over time. The problem variables that we care about from within this config are the constructor args to the L2OutputOracle: - cfg.l2OutputOracleSubmissionInterval - cfg.l2BlockTime - cfg.l2OutputOracleProposer - cfg.l2OutputOracleChallenger - cfg.finalizationPeriodSeconds If any of these values changed, they should be caught by the state diff tests written in `superchain-ops` for performing the upgrade. This deploy config is required to deploy a new L2OutputOracle implementation for Base Sepolia as part of the Extended Pause Upgrade.
-
clabby authored
-
clabby authored
-
clabby authored
-