wormhole-explorer/api/handlers/transactions
agodnic 4aca29fe7d
Generate volume metrics for unknown tokens (#348)
### Summary
This pull request fixes an issue in which volume metrics were not being generated for unknown tokens (i.e.: tokens that are not present in our database).

Also, the function that generated volume metrics was modified in order to handle timestamp collisions.
2023-05-29 10:54:09 -03:00
..
model.go [API] Add 24h messages to `GET /api/v1/scorecards` (#326) 2023-05-18 11:14:36 -03:00
queries.go Add total tx count and total tx volume by portal bridge for scorecards (#314) 2023-05-15 15:15:12 -03:00
queries_test.go Add total tx count and total tx volume by portal bridge for scorecards (#314) 2023-05-15 15:15:12 -03:00
repository.go Generate volume metrics for unknown tokens (#348) 2023-05-29 10:54:09 -03:00
repository_test.go Add total tx count and total tx volume by portal bridge for scorecards (#314) 2023-05-15 15:15:12 -03:00
service.go New endpoint: top chain pairs by number of transfers (#307) 2023-05-12 13:05:18 -03:00