wormhole-explorer/deploy/tx-tracker-backfiller/env
agodnic 19743322e4
Retrieve sender address for each transaction (#408)
### Summary

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

The WormholeScan UI needs to display the sender address for each token bridge VAA. This pull request modifies the `tx-tracker` service to obtain that information for Solana and eight EVM chains.

The transaction sender will become accessible through the following endpoints:
* `GET /api/v1/global-tx/{chain}/{emitter}/{seq}`: field `originTx.from`.
* `GET /api/v1/transactions`: field `originAddress`.
In both cases, the field is nullable (i.e.: sometimes it may not be available due to eventual consistency or internal errors)
2023-06-14 17:46:53 -03:00
..
production.env Retrieve sender address for each transaction (#408) 2023-06-14 17:46:53 -03:00
staging.env Retrieve sender address for each transaction (#408) 2023-06-14 17:46:53 -03:00
test.env Retrieve sender address for each transaction (#408) 2023-06-14 17:46:53 -03:00