wormhole-explorer/api/handlers/transactions
agodnic 98ae127278
[API] Expose emitter native addresses (#466)
### Description

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

The Wormhole Scan UI needs to provide a link to the emitter address for each VAA.

This pull request adds a field containing decoded emitter addresses in the following endpoints:
* `GET /api/v1/transactions`: field `emitterNativeAddress`
* `GET /api/v1/vaas*`: field `emiterNativeAddr`
2023-06-28 14:54:51 -03:00
..
model.go [API] Expose emitter native addresses (#466) 2023-06-28 14:54:51 -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] Expose emitter native addresses (#466) 2023-06-28 14:54:51 -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 Add cache to dashboard endpoints (#441) 2023-06-21 17:00:29 -03:00