- 12 Aug, 2023 25 commits
-
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway 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"
-
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
-
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 15 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
-
OptimismBot authored
Merge pull request #6721 from ethereum-optimism/dependabot/docker/ops-bedrock/ethereum/client-go-v1.12.1 build(deps): bump ethereum/client-go from v1.12.0 to v1.12.1 in /ops-bedrock
-
mergify[bot] authored
-
inphi authored
-
inphi authored
-
inphi authored
-
inphi authored
-
inphi authored
-
Inphi authored
build: Fix pnpm lockfile
-
inphi authored
Regenerates the lockfile so it no longer contains SSH git repositories. A pnpm hook is introduced to assert during pnpm install that the lockfile does not contain SSH git repos.
-
dependabot[bot] authored
Bumps ethereum/client-go from v1.12.0 to v1.12.1. --- updated-dependencies: - dependency-name: ethereum/client-go dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [@types/chai-as-promised](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai-as-promised) from 7.1.4 to 7.1.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai-as-promised) --- updated-dependencies: - dependency-name: "@types/chai-as-promised" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
OptimismBot authored
op-program: Set retry when dialing
-