- 18 Jul, 2023 8 commits
-
-
mergify[bot] authored
-
OptimismBot authored
fix(op-challenger): Remove Agent TraceProvider
-
Andreas Bigger authored
-
clabby authored
* init: Variable trace length support * Support variable trace lengths * chore: gas-snapshot * chore: bindings * chore: lint * chore: Bump Semver + :broom: * chore: resolve conflicts
-
Mark Tyneway authored
packages: remove unused package hardhat-deploy-config
-
Mark Tyneway authored
Removes an unused package from the monorepo as its no longer used. Its code can be found here: https://github.com/ethereum-optimism/optimism-legacy/tree/develop/packages/hardhat-deploy-config We can bring this back if its used in the future, keeping it around is a maintenance burden on the codebase and adds additional time for each commit, build, CI run etc.
-
Will Cory authored
Add Base Mainnet chain ID and contracts
-
Mark Tyneway authored
feat: port contracts periphery to contracts bedrock
-
- 17 Jul, 2023 32 commits
-
-
Mark Tyneway authored
-
Wilson Cusack authored
-
Mark Tyneway authored
-
Wilson Cusack authored
-
Mark Tyneway authored
op-e2e: bump a couple timeouts slightly
-
Wilson Cusack authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
OptimismBot authored
Revert "fix: Add missing contract deployments to contracts-bedrock"
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Changes the solidity version to 0.8.15 from 0.8.16 to ensure that the same version of solc is used.
-
Mark Tyneway authored
-
Mark Tyneway authored
This reverts commit 360cb821.
-
OptimismBot authored
op-e2e: only add a signer key to l1
-
Jason Yellick authored
The current code adds the same signing key to all Ethereum clients (including the L2 nodes). I found this to be quite confusing when parsing the code, and, it's unnecessary for the L2s to have signing keys.
-
Will Cory authored
More concise python More concise Co-authored-by:
Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by:
Matthew Slipper <me@matthewslipper.com> fix: Quick fix to missing yarn problem fix: remove foundryup try still sourcing it? fix: Add node.js to devnet tests fix: Correctly run node foundryup etc. desperately trying stuff OHHHH that's the bug: go had a bug in it add back foudnryup check version too fix: Install pnpm and yarn in ci builder todos comment in dockerfile
-
OptimismBot authored
op-challenger: Add tests for Position attack and defend
-
Adrian Sutton authored
-
OptimismBot authored
op-challenger: Remove unused examples
-