- 01 Dec, 2021 9 commits
-
-
Mark Tyneway authored
-
Mark Tyneway authored
node.js version 16 is currently the lts version so this commit updates each of the dockerfiles to use node version 16
-
Mark Tyneway authored
feat: more accurate gas-oracle gas metering
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop -> Master PR
-
Mark Tyneway authored
fix: relayer docs + release
-
Mark Tyneway authored
Convert the average block gas limit to a `uint64` in the codebase instead of it being used as a `float64`.
-
Mark Tyneway authored
Compute the gas used in an epoch based on the actual amount of gas used instead of assuming that the full block's worth of gas was used in each block.
-
- 30 Nov, 2021 31 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
-