- 03 Mar, 2022 3 commits
-
-
Matthew Slipper authored
-
Matthew Slipper authored
feat: fix teleportr ci, and lint target
-
Conner Fromknecht authored
Also fixes a linter error that wasn't caught while the CI was broken.
-
- 01 Mar, 2022 9 commits
-
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
l2geth: remove dead code
-
Mark Tyneway authored
Some left over dead code is removed. It has never been triggered and cannot be triggered due to the locks in the syncservice.
-
Matthew Slipper authored
l2geth: don't block read rpc when doing initial sync
-
Matthew Slipper authored
l2geth: fix startup logic for repairing queue index
-
Matthew Slipper authored
feat(dtl): hardcode bss hf1 index into the dtl
-
Kelvin Fichter authored
Hardcodes the index of the first BSS hardfork into the DTL, depending on the chain ID. This is easier than asking users to set an environment variable each time.
-
- 28 Feb, 2022 4 commits
-
-
Matthew Slipper authored
fix(rhc): dockerfile not properly including sdk
-
Matthew Slipper authored
feat(dtl): add patch contexts
-
Kelvin Fichter authored
Fixes an issue in the replica-healthcheck dockerfile where the file was not properly including the SDK. As a result, the replica-healthcheck service was not able to import the SDK and the service would break on start.
-
Matthew Slipper authored
interface bss-core metrics to allow for driver-specific metrics extensions
-
- 26 Feb, 2022 5 commits
-
-
Conner Fromknecht authored
The BatchPruneCount metric is not used by the proposer, so this is moved into he sequencer's extended metrics. Also adds additional tooling for extending metrics.
-
Conner Fromknecht authored
The core metrics can still reside within the bss-core package, but now drivers can extend the base object with additional metrics.
-
Matthew Slipper authored
batch-submitter: update to go-ethereum v1.10.16
-
Matthew Slipper authored
gas-oracle: update to go-ethereum v1.10.16
-
Matthew Slipper authored
proxyd: update to go-ethereum v1.10.16
-
- 25 Feb, 2022 3 commits
-
-
Mark Tyneway authored
Update to the latest release of go-ethereum. https://github.com/ethereum/go-ethereum/releases/tag/v1.10.16
-
Mark Tyneway authored
Update the `gas-oracle` to use the latest go-ethereum release https://github.com/ethereum/go-ethereum/releases/tag/v1.10.16
-
Mark Tyneway authored
Update to go-ethereum v1.10.16. Release notes: https://github.com/ethereum/go-ethereum/releases/tag/v1.10.16 This notably fixes the http2 bug in the rpc client. https://github.com/ethereum-optimism/optimism/pull/2078 will be able to be reverted after this is merged in
-
- 24 Feb, 2022 1 commit
-
-
Mark Tyneway authored
maintance: replaced l2Provider with env.l2Provider
-
- 23 Feb, 2022 7 commits
-
-
Mark Tyneway authored
chore(deps): bump follow-redirects from 1.14.7 to 1.14.8
-
Mark Tyneway authored
Fix and usability improvements for L1 gas and cost estimates in L2Provider
-
Matthew Slipper authored
packages/contracts: Add flag to automatically set ownership
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
- 22 Feb, 2022 2 commits
-
-
Matthew Slipper authored
dtl: Periodically log current l2 sync
-
Matthew Slipper authored
teleportr: add TeleportrDeposit and TeleportrDisburser contracts
-
- 21 Feb, 2022 1 commit
-
-
smartcontracts authored
fix: add logging to the DTL when BSS HF1 is live
-
- 20 Feb, 2022 5 commits
-
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Kelvin Fichter authored
Adds a basic log line to the DTL when BSS HF1 is active. Will also log when BSS HF1 is not active.
-
smartcontracts authored
feat(sdk): add approval fns to the SDK
-
Matthew Slipper authored
-