- 22 Mar, 2022 5 commits
-
-
Ben Wilson authored
Internal and public replicas for mainnet and kovan 0.5.14
-
Ben Wilson authored
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
- 20 Mar, 2022 3 commits
-
-
Matthew Slipper authored
fix(rhc): bug in replica-healthcheck dockerfile
-
Matthew Slipper authored
indexer: bump go-ethereum dep to v1.10.16
-
Matthew Slipper authored
teleportr: bump go-ethereum to v1.10.16
-
- 19 Mar, 2022 3 commits
-
-
Matthew Slipper authored
feat: add Min/MaxStateRootElements configurations
-
Mark Tyneway authored
https://github.com/ethereum/go-ethereum/releases/tag/v1.10.16 This is a useful version to upgrade to due to the HTTP2 fix in the RPC client.
-
Mark Tyneway authored
https://github.com/ethereum/go-ethereum/releases/tag/v1.10.16 This is a useful version to upgrade to due to the HTTP2 fix in the RPC client.
-
- 18 Mar, 2022 20 commits
-
-
Murphy Law authored
l2geth: Sync from Backend Queue Introducing a new Backend verifiers can use to synchronize transactions from an external message queue. The *Queue* Backend can be used to follow a sequencer via Google PubSub. Sequencers, when configured, can now send transactions to an external message Queue. To facilitate failover recovery without causing a chainsplit. The sequencer will only accept transactions once they've been successfully published to the configured external message queue.
-
Kelvin Fichter authored
Fixes a bug in the dockerfile for the replica-healthcheck. Healthcheck does not run properly as a result of this bug.
-
Conner Fromknecht authored
This commit adds configuration hooks to bound the number of state roots that are permitted in state root batches. Specifically, the minimum allows us to amortized the cost of adding state roots to the CTC contract. Additionally, the maximum is used in place of the old limit based on tx size, since this is more natural and mirrors the minimum bound.
-
Murphy Law authored
-
inphi authored
-
Matthew Slipper authored
contracts: batch compression ratios in fetch-batches task
-
Matthew Slipper authored
feat: bss plaintext tx size enforcement
-
inphi authored
-
inphi authored
-
inphi authored
and use l1 block params during tx apply
-
Mark Tyneway authored
-
Matthew Slipper authored
feat: add SuggestGasTipCap fallback in teleportr api server
-
Matthew Slipper authored
maint: update readme links and remove smockv1 package
-
Matthew Slipper authored
indexer changeset
-
Matthew Slipper authored
feat: txmgr return ErrReverted if confirmed tx reverts
-
Matthew Slipper authored
Remove bad changeset
-
inphi authored
-
Matthew Slipper authored
-
Matthew Slipper authored
[fix] Refactored Dockerfiles
-
Conner Fromknecht authored
Currently the txmgr treats confirmation of a transaction as successful if it achieves the proper confirmation depth, however it fails to acknowledge the possibility that the transaction reverts. Thus to an external caller the transaction silently succeeds. This commit now inspects the receipt and returns an ErrReverted failure in the event that receipt.Status is not 1. This allows higher level applications to add logging/telemetry or take action on these events.
-
- 17 Mar, 2022 9 commits
-
-
Javed Khan authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
This commit adds helper methods to extract some of the serialization logic into testable functions, and also add hooks to easily extend for future formats.
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
inphi authored
-
Antonis Kogias authored
-