- 17 Mar, 2022 2 commits
- 16 Mar, 2022 6 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
-
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 6 commits
-
-
inphi authored
-
Matthew Slipper authored
Infra repo, add op-replica
-
Matthew Slipper authored
minor teleportr API fixes
-
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 5 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
-
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 16 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
-
Conner Fromknecht authored
These will be used to facilitate HTTP requests to the API server.
-
Conner Fromknecht authored
This will ensure performance on queries for a specific deposit by txn_hash/address does not degrade as the table grows.
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Matthew Slipper authored
maint: clear dependency warnings
-
Nicholas McGuire authored
-
Matthew Slipper authored
chore: change service generated env variables
-
Kelvin Fichter authored
Clears out most of the dependency warnings (mainly unmet peer dependency warnings) by adding or updating various dependencies. Still seeing two warnings that can only be fixed by updating to the latest hardhat. See discussion in #2260 for more context about our attempts to upgrade to the latest version of hardhat.
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
- 10 Mar, 2022 1 commit
-
-
Antonis Kogias authored
-