- 18 Mar, 2022 11 commits
-
-
Matthew Slipper authored
contracts: batch compression ratios in fetch-batches task
-
Matthew Slipper authored
feat: bss plaintext tx size enforcement
-
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
-
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 8 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
-
Antonis Kogias authored
-
- 16 Mar, 2022 8 commits
-
-
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 7 commits
-
-
inphi authored
-
Matthew Slipper authored
Infra repo, add op-replica
-
Matthew Slipper authored
minor teleportr API fixes
-
Adrian authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
This commit fixes: * A bug in /status where is_available always returns false. * A bug in /track where the "teleport" key was incorrectly capitalized. * A bug in /track and /history where disbursements were never populated, also changes the behavior to show null when the disubrsement has not been processed.
-
Conner Fromknecht authored
-
- 14 Mar, 2022 4 commits
-
-
Kelvin Fichter authored
Removes the unused L1DataTransportClient class which added extra dependencies but was not being used anywhere in the codebase. I also searched for usage of the class on GitHub and found no results. I think we can safely remove this because we haven't needed it for anything in over a year and we have other ways to get data out of the DTL when we need it.
-
Ben Wilson authored
-
inphi authored
-
Matthew Slipper authored
ci: publish indexer docker image
-
- 12 Mar, 2022 2 commits
-
-
smartcontracts authored
various small BaseServiceV2 improvements
-
Mark Tyneway authored
docs: update contributing.md for exit code 137
-