wormhole-explorer/deploy
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
..
analytics Persist symbol and price for VAAs (#384) 2023-06-07 12:18:38 -03:00
api Add tvl envs in api deployment (#328) 2023-05-18 17:07:00 -03:00
common Changes to deploy on production environment (#331) 2023-05-19 13:39:16 -03:00
contract-watcher Add celo to contract-watcher(token bridge, wormhole connect contracts) (#393) 2023-06-09 17:57:22 -03:00
fly 297 contract watchertx trackeranalyticfly change access to use iam role (#306) 2023-05-10 15:49:40 -03:00
jobs Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
parser Add backfiller command to process vaa saved in database (#349) 2023-05-24 16:52:22 -03:00
pipeline 297 contract watchertx trackeranalyticfly change access to use iam role (#306) 2023-05-10 15:49:40 -03:00
spy Fix: adjust k8s resources limit and request (#234) 2023-04-13 16:35:27 -03:00
tx-tracker Retrieve sender address for each transaction (#408) 2023-06-14 17:46:53 -03:00
tx-tracker-backfiller Retrieve sender address for each transaction (#408) 2023-06-14 17:46:53 -03:00