- 19 Jul, 2023 10 commits
-
-
OptimismBot authored
cannon: Include inputs in proof files
-
mergify[bot] authored
-
OptimismBot authored
fix(release): eth-optimism -> ethereum/optimism
-
Will Cory authored
-
OptimismBot authored
feat: Improve release process
-
mergify[bot] authored
-
clabby authored
feat(ctb): Fuzz alphabet game resolution on full d=4 tree
-
Mark Tyneway authored
contracts-bedrock: delete deploy config type
-
Mark Tyneway authored
Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
Mark Tyneway authored
Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
- 18 Jul, 2023 29 commits
-
-
OptimismBot authored
feat(ufm): user facing monitoring service
-
mergify[bot] authored
-
Will Cory authored
-
Will Cory authored
-
Felipe Andrade authored
-
Will Cory authored
-
Felipe Andrade authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Felipe Andrade authored
-
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.
-
clabby authored
-
OptimismBot authored
cannon: Add Makefile to simplify common operations.
-
Adrian Sutton authored
State data, proof data and pre-image key/value are now separate fields instead of only being part of the encoded API step-input and oracle-input fields.
-
Adrian Sutton authored
Build into bin dir and add it to gitignore like other components.
-
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
-
clabby authored
-
clabby 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 1 commit
-
-
Mark Tyneway authored
-