wormhole-explorer/api/handlers/transactions
agodnic 69251f136d
[API] Run scorecard queries concurrently (#339)
### Summary

Before pull request, in `GET /api/v1/scorecards`, the queries for each scorecard were being executed sequentially. This PR changes the handler to run all those queries concurrently.

Tracking issue: https://github.com/wormhole-foundation/wormhole-explorer/issues/336
2023-05-23 14:50:19 -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 [API] Run scorecard queries concurrently (#339) 2023-05-23 14:50:19 -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