- 01 Dec, 2021 3 commits
-
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop -> Master PR
-
Mark Tyneway authored
fix: relayer docs + release
-
- 30 Nov, 2021 34 commits
-
-
Mark Tyneway authored
-
Mark Tyneway authored
The message relayer is turned off by default, mention how to turn it on in the docs.
-
Mark Tyneway authored
fix: change relayer workdir and use CMD instead of ENTRYPOINT for docker-compose
-
Mark Tyneway authored
ops: turn off message relayer
-
Mark Tyneway authored
proxyd: trigger release
-
Mark Tyneway authored
Don't bring up the message relayer in the docker-compose setup. This is a breaking change and will need to be communicated.
-
Mark Tyneway authored
-
Mark Tyneway authored
Fix proxyd release workflow
-
Mark Tyneway authored
Fixed gas-oacle tx/not_significant metric name
-
Ben Wilson authored
-
Ben Wilson authored
-
Ben Wilson authored
-
Ben Wilson authored
-
Harry Oh authored
-
Harry Oh 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
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 1 commit
-
-
smartcontracts authored
fix: remove branch restrictions for some workflows
-