wormhole-explorer/api/routes/wormscan
agodnic 9e2d3b445d
[API] Fix sorting order in observation endpoints (#357)
### Summary

This pull request fixes an issue in which all observation-related endpoints were returning results sorted by `id` (https://github.com/wormhole-foundation/wormhole-explorer/issues/358). The expected behavior is to sort results based on descending timestamp order instead.

Also, swagger docs were updated to document this behavior.
2023-05-30 11:35:30 -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 add make to docker 2023-02-05 09:52:56 -03:00
observations [API] Fix sorting order in observation endpoints (#357) 2023-05-30 11:35:30 -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