- 12 Aug, 2023 37 commits
-
-
Mark Tyneway authored
-
Mark Tyneway authored
Set the system config start block to the height at which the system config was initialized. It was initialized in this transaction: https://goerli.etherscan.io/tx/0x2ffa580195e51916c00feea8a2d1977793ab1e2c3c44a7101e5c0298b8d829b4 which was at height 8901153. This value is used as input to the next time that the contract is initialized.
-
OptimismBot authored
CI: Increase indexer resource class & assign CPUs
-
mergify[bot] authored
-
Joshua Gutow authored
-
Mark Tyneway authored
contracts-bedrock: fix system config initialize
-
Mark Tyneway authored
-
OptimismBot authored
chore: add log to record mapping between channel and block
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
mergify[bot] authored
-
Mark Tyneway authored
Every sentinel contract should have null values in their storage to make them unusable. Sometimes there are constraints on what these values can be in the initializer and they cannot be exactly 0 but must be close enough to make the contract useless. This commit updates the startBlock number so that it is not 0 because if it is 0 then it will be set to `block.number` which is not what we want.
-
Mark Tyneway authored
Revert "feat(ctb): Consolidate lock files into a single directory"
-
mergify[bot] authored
-
Mark Tyneway authored
-
Mark Tyneway authored
This reverts commit e7c69f35.
-
OptimismBot authored
chore: Remove Prettier Lint Comment
-
Andreas Bigger authored
-
OptimismBot authored
feat(ctb): Consolidate lock files into a single directory
-
mergify[bot] authored
-
Matthew Slipper authored
contracts-bedrock: modularize deploy script
-
mergify[bot] authored
-
Mark Tyneway authored
deploy-config: use recent L1 timestamp for L2OO
-
Mark Tyneway authored
-
Mark Tyneway authored
By setting the value to `-1`, the deploy script will fetch a recent timestamp from L1 to use as the L2 Output Oracle's starting timestamp.
-
refcell.eth authored
-
Maurelian authored
Also standardizes on the usage of the term lock except in the case of gas-snapshot which is fairly standard in the industry and so is kept to prevent confusion. fix(ctb): Update storage-lock file paths Co-authored-by:
clabby <ben@clab.by>
-
mergify[bot] authored
-
OptimismBot authored
Merge pull request #6669 from ethereum-optimism/dependabot/go_modules/github.com/libp2p/go-libp2p-0.27.8 build(deps): bump github.com/libp2p/go-libp2p from 0.25.1 to 0.27.8
-
mergify[bot] authored
-
mergify[bot] authored
-
OptimismBot authored
bedrock-devnet: Handle exceptions in child processes
-
mergify[bot] authored
-
OptimismBot authored
Merge pull request #6718 from ethereum-optimism/dependabot/npm_and_yarn/types/chai-as-promised-7.1.5 build(deps-dev): bump @types/chai-as-promised from 7.1.4 to 7.1.5
-
mergify[bot] authored
-
- 11 Aug, 2023 3 commits
-
-
Adrian Sutton authored
Establishes infrastructure for e2e tests to create correct cannon trace values.
-
OptimismBot authored
fix(ctb): Use bundled ds-test in forge remap
-
mergify[bot] authored
-