- 19 Jul, 2023 1 commit
-
-
Mark Tyneway authored
Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
- 18 Jul, 2023 11 commits
-
-
Mark Tyneway authored
-
Mark Tyneway authored
The deploy config type in typescript is no longer required. The Go version should now be considered the canonical version. This is prep work for creating validation scripts in `op-chain-ops` for deploy config JSON files that are added to the repository to ensure that they have sane values, are not missing any values and do not have any extra values. This will make it easier to add or remove values over time, reducing the number of implementations from 3 to 2 as there is also a solidity version. The solidity version currently has additional config that is not in the Go version, a follow up PR will add those values to the Go version. Also remove `ethers` from `contracts-bedrock` as a dep as it is no longer needed.
-
OptimismBot authored
op-node: Enable p2p alt sync by default.
-
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 28 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.
-