wormhole-explorer/api/routes/wormscan
agodnic 37d6d42c19
Remove duplicated code in token database (#356)
### Summary

Tracking issue: https://github.com/wormhole-foundation/wormhole-explorer/issues/344

Before this pull request, there were two separate token databases (one being used by the InfluxDB backfiller, and another one in the `common/` module being used by the analytics service).

Having two different token databases resulted in inconsistencies, due to each of these databases containing different tokens.

This PR unifies those two databases into a single one, under the `common/` module.
2023-05-30 11:14:19 -03:00
..
address Add route `GET /api/v1/address/{address}` (#228) 2023-04-12 15:51:33 -03:00
governor [API] Fix governor endpoints (#202) 2023-03-22 13:41:11 -03:00
infrastructure
observations [API] Several fixes related to pagination (#144) 2023-02-09 14:28:39 -03:00
transactions Remove duplicated code in token database (#356) 2023-05-30 11:14:19 -03:00
vaa [API] Accept additional address formats (#170) 2023-02-28 17:50:23 -03:00
routes.go New endpoint: top chain pairs by number of transfers (#307) 2023-05-12 13:05:18 -03:00