- 30 Mar, 2023 2 commits
-
-
Mark Tyneway authored
contracts-bedrock: deploy implementations to goerli
-
Mark Tyneway authored
contracts-bedrock: migrate deploy artifact
-
- 29 Mar, 2023 18 commits
-
-
mergify[bot] authored
-
Mark Tyneway authored
sdk: fix linting
-
Mark Tyneway authored
The deploy artifact for the `L1ERC721BridgeProxy` was left in the `contracts-periphery` repo even though the source code was migrated into the `contracts-bedrock` package. This commit migrates the deploy artifact into `contracts-bedrock` so that we can have a unified place for deploy artifacts for integral contracts for the system.
-
Mark Tyneway authored
-
Mark Tyneway authored
Includes all of the audit fixes. The upgrades via the `ProxyAdmin` must all happen in a single atomic transaction to ensure there are no errors due to inter-contract API changes. This does not include the changes in https://github.com/ethereum-optimism/optimism/pull/5279. The `SystemConfig` contract will need to be deployed again.
-
mergify[bot] authored
contracts-bedrock: delete dead SystemConfig code
-
mergify[bot] authored
-
mergify[bot] authored
txmgr: Configure timeouts better
-
mergify[bot] authored
-
Joshua Gutow authored
-
Mark Tyneway authored
Include systemconfig bindings with new version
-
Mark Tyneway authored
The old constant for the min gas limit was left behind in the PR that made the min gas limit calculation safe. This commit deletes the constant and updates the tests to use the new method.
-
Mark Tyneway authored
Fix linting issues in the SDK. Ran `yarn lint --fix` and committed the diff.
-
mergify[bot] authored
feat(docs/op-stack): Add an operations page
-
Ori Pomerantz authored
-
Ori Pomerantz authored
-
Ori Pomerantz authored
`.json.json` is not valid
-
mergify[bot] authored
contracts-bedrock: fee vault withdrawal script
-
- 28 Mar, 2023 20 commits
-
-
mergify[bot] authored
-
mergify[bot] authored
Use OptimismPortal.FINALIZATION_PERIOD_SECONDS if L2OutputOracle.version is '1.0.0'.
-
mergify[bot] authored
-
Kevin Chen authored
-
Kevin Chen authored
-
Kevin Chen authored
-
Kevin Chen authored
-
Kevin Chen authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
mergify[bot] authored
Clarify what `pause` / `unpause` means
-
mergify[bot] authored
-
mergify[bot] authored
Update op-geth with upstream changes from v1.11.5
-
mergify[bot] authored
-
protolambda authored
-
Adrian Sutton authored
-
Adrian Sutton authored
The ForEachStorage method has been removed from the interface in geth but is still available on the struct itself.
-
mergify[bot] authored
txmgr: Initialize signer and more in the tx manager proper
-
mergify[bot] authored
-
Sebastian Stammler authored
op-batcher: enable graceful shutdown, closing current channel
-