- 08 Dec, 2023 40 commits
-
-
refcell.eth authored
feat: Pin Slither Analyzer Version
-
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
-
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
-
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
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
-
Matthew Slipper authored
-
Matthew Slipper authored
Converts devnet-allocs to use Anvil rather than dev mode Geth. This should both be faster than dev mode geth, as well as more reliable since there's an issue with devnet geth hanging during builds.
-
dependabot[bot] authored
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.5 to 5.0.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.0.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
-
Mark Tyneway authored
Allow for the addresses used in the deploy script to be defined by a JSON file at the the path defined by the `ADDRESSES` environment variable. This makes the deploy script easy to use when it comes to composing with the `superchain-registry`. Just set the `ADDRESSES` env var to the path on the local filesystem that points to the `extra/addresses/<network>/<l2>.json` file. See the [example](https://github.com/ethereum-optimism/superchain-registry/blob/main/superchain/extra/addresses/mainnet/op.json) here. This gives a path forward for deprecating the concept of `deployments` in the `contracts-bedrock` package. We really only use the `deployments` directory for getting contract addresses. We want a single source of truth for contract addresses which is `superchain-registry`. Using this env var allows the deploy script to easily compose with `superchain-registry`. `ffi` and `jq` are used instead of `vm.readFile` to break out of the security properties that foundry uses, we do not want to need to specify all possible directories on the filesystem as readable in the `foundry.toml`
-
Mark Tyneway authored
chore: apply shellcheck auto fixes
-
refcell authored
-
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
-
F-WRunTime authored
-
Joshua Gutow authored
Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
F-WRunTime authored
-