- 19 Mar, 2022 1 commit
-
-
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 18 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.
-
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 11 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
-
inphi authored
The BackendQueue can be used by verifiers to sync transactions from Google PubSub
-
inphi authored
-
- 16 Mar, 2022 9 commits
-
-
Murphy Law authored
-
smartcontracts authored
maint(dtl): remove unused L1DataTransportClient
-
smartcontracts authored
fix(sdk): comment out getMessagesByAddress
-
Murphy Law authored
dtl: Support Basic Authentication for RPC endpoints
-
Murphy Law authored
-
Adrian authored
-
Adrian authored
-
Adrian authored
-
Kelvin Fichter authored
Removes getMessagesByAddress from the SDK until we can get the function to work properly. Likely requires the indexer to be integrated into the SDK or to figure out some new way to quickly get all of the data we need. Better to comment this out to avoid confusion.
-
- 15 Mar, 2022 1 commit
-
-
inphi authored
-