feat: add teleportr API server#2251
Conversation
🦋 Changeset detectedLatest commit: f4f3054 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
cccbd96 to
118ce76
Compare
Codecov Report
@@ Coverage Diff @@
## develop #2251 +/- ##
========================================
Coverage 80.08% 80.08%
========================================
Files 77 77
Lines 2460 2460
Branches 450 450
========================================
Hits 1970 1970
Misses 490 490
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
64955ea to
26f4f48
Compare
mslipper
left a comment
There was a problem hiding this comment.
Should also add some HTTP request metrics as well - e.g., # of requests per path, # of HTTP errors, etc.
26f4f48 to
d1bf42a
Compare
This will ensure performance on queries for a specific deposit by txn_hash/address does not degrade as the table grows.
These will be used to facilitate HTTP requests to the API server.
d1bf42a to
f4f3054
Compare
Description
This PR adds the teleport API server that will be used to facilitate requests for the Gateway and track deposits/disbursements. Posting this sketch to get early feedback on the desired API.
Metadata