- 26 Sep, 2023 17 commits
-
-
Michael de Hoog authored
* Add consensus configuration option to never ban a backend * Fix panic * Remove additional flag, use `consensus_forced_candidate` instead
-
OptimismBot authored
build(deps-dev): bump glob from 10.3.3 to 10.3.7
-
mergify[bot] authored
-
OptimismBot authored
Deploy via Safe
-
mergify[bot] authored
-
OptimismBot authored
op-upgrade: introduce
-
dependabot[bot] authored
Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.3 to 10.3.7. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.3.3...v10.3.7) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: pgn sepolia deploy config
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: zora goerli deploy config
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
- 25 Sep, 2023 20 commits
-
-
mergify[bot] authored
-
OptimismBot authored
go: update op-geth to include v1.13.1 changes [depends on #7313]
-
Maurelian authored
temp: Add instrumentation to deploy.sol fix(ctb): Use correct names for deployments We deploy a SafeProxy contract as the system owner, it needs to be correctly named in order to connect it to the source code. The SafeProxyFactory and Safe (as the singleton) are also now saved. fix(ctb): Skip HH deployments if deployTx not found At the moment this only applies to the Safe contract, which is deployed in a nested create2 call. We don't expect we'll need this artifact as it's not a core part of the OP Stack.
-
Mark Tyneway authored
This will allow for zora goerli to be upgraded through `op-upgrade`. The deploy config for a network is required for `op-upgrade` to be able to generate upgrade transactions for it.
-
Mark Tyneway authored
This will enable `op-upgrade` to build bundle transactions for pgn sepolia. A deploy config is required to `op-upgrade` to operate for a network.
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: legacy ISemver
-
mergify[bot] authored
-
protolambda authored
-
OptimismBot authored
op-node: update flags, remove BETA_ prefix
-
mergify[bot] authored
-
OptimismBot authored
cannon: remove old test-util preimage-cheat function
-
mergify[bot] authored
-
protolambda authored
-
protolambda authored
-
OptimismBot authored
op-node: remove beta prefix from rollup.load-protocol-versions and rollup.halt flags
-
protolambda authored
-
protolambda authored
Co-authored-by:
Sebastian Stammler <seb@oplabs.co>
-
protolambda authored
-
OptimismBot authored
correct fault-proof.md typos
-
- 23 Sep, 2023 3 commits
-
-
Roberto Bayardo authored
-
Mark Tyneway authored
L1 contract deploy: add support for customization of the IMPL_SALT
-
Mark Tyneway authored
Update the legacy contracts to use `ISemver` over `Semver`. Reduces the codesize and no longer needs execution to populate the semver. One step closer to killing the `Semver` contract.
-