- 30 Nov, 2021 20 commits
-
-
Ben Wilson authored
-
Ben Wilson authored
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop -> Master PR
-
Mark Tyneway authored
l2geth: allow for unprotected txs
-
Mark Tyneway authored
-
Mark Tyneway authored
ops: pin docker-compose version to 3.4
-
Mark Tyneway authored
-
Matthew Slipper authored
go/proxyd: Add support for additional SSL certs
-
Mark Tyneway authored
-
kf authored
-
Mark Tyneway authored
-
Mark Tyneway authored
When syncing from L2, all transactions were assumed to be protected. To prevent a network split for replicas, the DTL needs to check for transactions that are not protected and handle parsing the `v` parameter appropriately.
-
Mark Tyneway authored
The old transaction batch serialization assumed that the correct chain id was used as there was a custom transaction serialization used. Now that the full RLP of the transactions are submitted to L1 for availability, it is possible to enable non EIP155 transactions. This allows for universal addresses to be used, where the same address exists across many chains. A test is updated to test specifically that transactions that are not protected with a chain id can be submitted and accepted by the sequencer.
-
Matthew Slipper authored
-
Mark Tyneway authored
feat: add CTC and SCC contract bindings
-
Mark Tyneway authored
gas-oracle: fix the gas price metric
-
Mark Tyneway authored
The `gas-price` metric was renamed to `gas_price` as using a `-` is invalid syntax in a prometheus metric. Fixes https://github.com/ethereum-optimism/optimism/issues/1819
-
Mark Tyneway authored
The `docker-compose` setup uses features that are not available in all versions. This pins the `docker-compose` setup to version `3.4` instead of just `3`. It is known to work under the following versions: ``` $ uname -or 5.10.70-1-MANJARO GNU/Linux $ docker-compose --version Docker Compose version 2.0.1 $ docker --version Docker version 20.10.9, build c2ea9bc90b ```
-
- 25 Nov, 2021 2 commits
-
-
Matthew Slipper authored
ENG-1670 - improve proxyd metrics, support local rate limiter
-
Matthew Slipper authored
-
- 24 Nov, 2021 16 commits
-
-
smartcontracts authored
fix: remove branch restrictions for some workflows
-
Kelvin Fichter authored
-
smartcontracts authored
feat: clean up and comment aliasing utils
-
kf authored
-
smartcontracts authored
maintenance: remove event types from core utils
-
Kelvin Fichter authored
-
Mark Tyneway authored
Develop -> Master Release PR
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop -> Master PR
-
Mark Tyneway authored
batch-submitter: trigger release
-
Mark Tyneway authored
Trigger a release of the batch submitter with the yatm fix. The batch submitter would get stuck in a loop on kovan, attempting to submit a transaction with a bad nonce over and over again. The fix was to add a hook function that can notice when there is a nonce error.
-
Mark Tyneway authored
ci: publish builder latest only
-
Mark Tyneway authored
Develop -> Master Release PR
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
- 23 Nov, 2021 2 commits
-
-
Mark Tyneway authored
Develop -> Master PR
-
Mark Tyneway authored
batch-submitter: ENG-1688 fix bug causing Kovan to fall behind
-