wormhole-foundation / wormhole-explorer

We could have named this super-parakeet. Tweet tweet.
Other
30 stars 28 forks source link

[BUG-PROD] `api/v1/transactions` doesn't bring `globalTx.originTx` #963

Open SamantaCasal opened 8 months ago

SamantaCasal commented 8 months ago

Current behavior

The endpoint brings originTx: null when the following chains are the source chain:

  1. INJECTIVE

https://api.wormholescan.io/api/v1/transactions/19/00000000000000000000000045dbea4617971d93188eda21530bc6503d153313/4146?page=0&pageSize=10&sortOrder=ASC

Image

  1. SEI

https://api.wormholescan.io/api/v1/transactions/32/86c5fd957e2db8389553e1728f9c27964b22a8154091ccba54d75f4b10c61f5e/21295?page=0&pageSize=10&sortOrder=ASC

Image

  1. All chains that use WORMHOLE GATEWAY (OSMOSIS, EVMOS, KUJIRA)

https://api.wormholescan.io/api/v1/transactions/3104/aeb534c45c3049d380b9d9b966f9895f53abd4301bfaff407fa09dea8ae7a924/8660?page=0&pageSize=10&sortOrder=ASC

Image

https://api.wormholescan.io/api/v1/transactions/3104/aeb534c45c3049d380b9d9b966f9895f53abd4301bfaff407fa09dea8ae7a924/8602?page=0&pageSize=10&sortOrder=ASC

Image

Some transactions don't bring all globalTx data:

Examples:

https://api.wormholescan.io/api/v1/transactions/32/86c5fd957e2db8389553e1728f9c27964b22a8154091ccba54d75f4b10c61f5e/21294?page=0&pageSize=10&sortOrder=ASC

Image

SamantaCasal commented 8 months ago

OK: