wormhole-explorer/api/handlers/observations
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
..
model.go Remove unused observation fields version and upadte docs (#355) 2023-05-29 10:53:52 -03:00
repository.go [API] Fix sorting order in observation endpoints (#357) 2023-05-30 11:35:30 -03:00
service.go fix: use full address (#193) 2023-03-16 15:42:34 -03:00