- 09 Dec, 2023 13 commits
-
-
Joshua Gutow authored
build(deps): bump actions/stale from 4 to 9
-
Joshua Gutow authored
build(deps): bump alpine from 3.16 to 3.19 in /ops-bedrock
-
Joshua Gutow authored
op-chain-ops: Add derivation checker
-
refcell.eth authored
fix(ctb): Slither Triaging and Docs
-
Matthew Slipper authored
contracts-bedrock: fail on warnings
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
op-upgrade: extended pause
-
Maurelian authored
-
Maurelian authored
-
- 08 Dec, 2023 27 commits
-
-
refcell.eth authored
feat: Pin Slither Analyzer Version
-
refcell authored
-
refcell authored
-
refcell authored
-
clabby authored
contracts-bedrock: Update protocol versions in config to match deployed
-
Maurelian authored
contracts-bedrock: add Kontrol CI setup
-
refcell.eth authored
ctb: Fix argument ordering on oracle assertions
-
refcell.eth authored
feat(op-challenger): Game Player Prestate Validation
-
Juan C authored
-
dependabot[bot] authored
Bumps [actions/stale](https://github.com/actions/stale) from 4 to 9. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v4...v9) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps alpine from 3.16 to 3.19. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Maurelian authored
-
Maurelian authored
-
F-WRunTime authored
Updating to fix most shellcheck findings. Kontrol commands do not run properly when the variable is quoted
-
F-WRunTime authored
Updating to fix most shellcheck findings. Kontrol commands do not run properly when the variable is quoted
-
Mark Tyneway authored
build(deps-dev): bump vite from 5.0.5 to 5.0.6
-
Mark Tyneway authored
contracts-bedrock: fix base sepolia config
-
Maurelian authored
contracts-bedrock: flexible deploy script addresses
-
Maurelian authored
-
Maurelian authored
contracts-bedrock: update pgn sepolia deploy config
-
Mark Tyneway authored
See explanation in https://github.com/ethereum-optimism/optimism/pull/8515 Related to: - https://github.com/ethereum-optimism/optimism/pull/8519 - https://github.com/ethereum-optimism/optimism/pull/8520 Value sourced from: https://sepolia.etherscan.io/address/0x2615B481Bd3E5A1C0C7Ca3Da1bdc663E8615Ade9#readProxyContract Address sourced from: https://github.com/ethereum-optimism/superchain-registry/blob/fb3433d89a72df5809255c065b4783fa393608d8/superchain/extra/addresses/sepolia/zora.json#L6C27-L6C69
-
Joshua Gutow authored
devnet: Convert devnet-allocs to Anvil
-
Mark Tyneway authored
See https://github.com/ethereum-optimism/optimism/pull/8515 for explanation. Also related to https://github.com/ethereum-optimism/optimism/pull/8519. Value fetched from: https://sepolia.etherscan.io/address/0xD5bAc3152ffC25318F848B3DD5dA6C85171BaEEe#readProxyContract Address sourced from: https://github.com/ethereum-optimism/superchain-registry/blob/fb3433d89a72df5809255c065b4783fa393608d8/superchain/extra/addresses/sepolia/pgn.json#L6C27-L6C69
-
Mark Tyneway authored
See https://github.com/ethereum-optimism/optimism/pull/8515 for explanation. Also related to https://github.com/ethereum-optimism/optimism/pull/8519. Value fetched from: https://sepolia.etherscan.io/address/0xD5bAc3152ffC25318F848B3DD5dA6C85171BaEEe#readProxyContract Address sourced from: https://github.com/ethereum-optimism/superchain-registry/blob/fb3433d89a72df5809255c065b4783fa393608d8/superchain/extra/addresses/sepolia/pgn.json#L6C27-L6C69
-
Mark Tyneway authored
Makes the L1 starting blocknumber concrete. See commit message in https://github.com/ethereum-optimism/optimism/pull/8515 for an explanation. The value in the config comes from here: https://sepolia.etherscan.io/address/0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254#readProxyContract The contract address sourced from here: https://github.com/base-org/contract-deployments/blob/910151eb2eed3542efbb4ccf7e38d1ed3b79d8f5/sepolia/2023-09-26-deploy/deployed/addresses.json#L10C27-L10C69
-
Mark Tyneway authored
Makes the L1 starting blocknumber concrete. See commit message in https://github.com/ethereum-optimism/optimism/pull/8515 for an explanation. The value in the config comes from here: https://sepolia.etherscan.io/address/0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254#readProxyContract The contract address sourced from here: https://github.com/base-org/contract-deployments/blob/910151eb2eed3542efbb4ccf7e38d1ed3b79d8f5/sepolia/2023-09-26-deploy/deployed/addresses.json#L10C27-L10C69
-
Mark Tyneway authored
Updates the `l2OutputOracleStartingTimestamp` to a concrete value rather than using `-1` which symbolizes "grab the latest L1 timestamp". We often want to simplify the initial deployment but then do not want to overwrite the value in storage when generating an upgrade transaction. Right now `op-upgrade` uses the values in these config files. The code enforces that it is not -1 to ensure that we do not write over the value. The value really should be exactly the same. The state diff tooling will be able to make assertions on this in the `superchain-ops` post hook. This commit simply updates the starting timestamp to the exact value that was set on sepolia. The etherscan link can be found here: https://sepolia.etherscan.io/address/0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F#readProxyContract
-