- 18 Mar, 2022 9 commits
-
-
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 3 commits
-
-
Javed Khan 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 4 commits
-
-
smartcontracts authored
various small BaseServiceV2 improvements
-
Mark Tyneway authored
docs: update contributing.md for exit code 137
-
Mark Tyneway authored
-
Will Cory authored
Error message when this happens can be unhelpful sometimes
-
- 11 Mar, 2022 5 commits
-
-
Matthew Slipper authored
feat: add teleportr API server
-
Matthew Slipper authored
Set the message-relayer package to private
-
Kelvin Fichter authored
Improves the log lines within BaseServiceV2 when the service is being shut down. Follows the pattern already laid out in the main() function which will log when key events happen.
-
Kelvin Fichter authored
Fixes the snake case function for metric names to properly account for strings which include "L1" or "L2". Normally these would be split into "L_1" and "L_2" respectively, but we want to join these since they're quite common and "L_1" looks silly.
-
Conner Fromknecht authored
-