- 12 Aug, 2023 38 commits
-
-
Mark Tyneway authored
-
lbeder authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
lbeder 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 2 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
-