- 25 Jul, 2023 13 commits
-
-
OptimismBot authored
op-chain-ops: cleanup default gas limit
-
Mark Tyneway authored
-
Mark Tyneway authored
Use a single default value for when configuring the genesis value of the block gas limit for both L1 and L2 when it is not set in the deploy config. The value defaults to 30 million when it is not explicitly set. This PR is slowly moving changes out of https://github.com/ethereum-optimism/optimism/pull/6123 into their own smaller PRs so that they can be merged in independently of the final functionality.
-
OptimismBot authored
fix(op-challenger): Refactor Solver Component into its own Module
-
mergify[bot] authored
-
OptimismBot authored
fix(op-challenger): Small changes following #6413
-
mergify[bot] authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
OptimismBot authored
fix(op-challenger): Refactor AlphabetTraceProvider into a Module
-
mergify[bot] authored
-
mergify[bot] authored
-
Mark Tyneway authored
dockerfile: ci-builder update
-
- 24 Jul, 2023 21 commits
-
-
Mark Tyneway authored
Updates the version of python in the `ci-builder` package to a newer version of python 3. Without this change, the `bedrock-devnet` package will not run in `ci-builder`
-
Andreas Bigger authored
-
OptimismBot authored
fix comma
-
Felipe Andrade authored
-
felipe andrade authored
* feat(ufm): add op-ufm to tag-service * remove fault-detector
-
OptimismBot authored
fix(CODEOWNERS): Update Codeowners Packages and Go Codebases
-
mergify[bot] authored
-
OptimismBot authored
Add hook for executing cannon into trace provider.
-
Andreas Bigger authored
-
mergify[bot] authored
-
Adrian Sutton authored
* op-challenger: Remove dependency from config to flags. Now all CLI logic is encapsulated in cmd and flags module, with config and fault modules being focussed on business logic. * op-challenger: Move shared types into a types module Makes it much simpler to avoid dependency cycles by having core type definitions in a different module to the service wiring code that creates everything. * op-e2e: Update for new challenger modules. * op-challenger: Modify solver tests to not be dependent on implementation details of alphabet provider. Introduces the ClaimBuilder test utility to make creating claims in various situations easier and reduce duplication. * Fix merge issues --------- Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
refcell.eth authored
-
Adrian Sutton authored
* op-challenger: Remove dependency from config to flags. Now all CLI logic is encapsulated in cmd and flags module, with config and fault modules being focussed on business logic. * op-challenger: Move shared types into a types module Makes it much simpler to avoid dependency cycles by having core type definitions in a different module to the service wiring code that creates everything. * op-e2e: Update for new challenger modules.
-
Adrian Sutton authored
Currently just errors with information on what to manually generate.
-
OptimismBot authored
feat(op-challenger): Trace Type Flags for Cannon TraceProvider
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
# Conflicts: # op-challenger/challenger.go
-
OptimismBot authored
feat(op-challenger): Refactor Challenger Entrypoint
-
Adrian Sutton authored
-
mergify[bot] authored
-
- 23 Jul, 2023 2 commits
-
-
OptimismBot authored
contracts-bedrock: deploy eas implementations
-
Mark Tyneway authored
Deploy the Ethereum Attestation Service implementations to mainnet. These are meant to be proxied behind predeploy addresses in the future.
-
- 22 Jul, 2023 4 commits
-
-
Andreas Bigger authored
'service' for tighter package management.
-
asnared authored
-
OptimismBot authored
feat: Add gas estimation utilities
-
Will Cory authored
feat: Add feeEstimation function and move to correct package Apply suggestions from code review Co-authored-by:
Annie Ke <annieke8@gmail.com> fix: Remove the copy pasta from package.json Update packages/fee-estimation/README.md feat: Offer passing in viem client as an option better api and tests better docs all the docs fix: Make viem a peer dep typo fix: Refactor to use viem correctly (docs not updated yet) moar tests more explicit implementations Update packages/fee-estimation/src/estimateFees.ts fix: lint fix: Remove bad import and debugging fs.writeFile chore: pnpm up --latest packages feat: Add zora and base mainnet fix: linter
-