wormhole-explorer/tx-tracker/chains
agodnic d8bb9c46f6
`tx-tracker`: add support for the "Base" blockchain (#568)
### Description

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

This pull request adds support for the "Base" blockchain in different parts of the codebase:
* The functions `domain.TranslateEmitterAddress`, `domain.EncodeTrxHashByChainID` and `domain.DecodeNativeAddressToHex`.
* The `tx-tracker` service: it now connects to a Base RPC node to fetch origin transaction metadata.
2023-07-20 16:37:21 -03:00
..
api_algorand.go Improve performance in the `tx-tracker` service (#519) 2023-07-11 16:31:45 -03:00
api_aptos.go Fix missing `txHash` for chains 1 and 22 (#530) 2023-07-13 12:26:38 -03:00
api_cosmos.go Fix tx tracker performance issues (#537) 2023-07-14 10:39:09 -03:00
api_evm.go Improve performance in the `tx-tracker` service (#519) 2023-07-11 16:31:45 -03:00
api_solana.go Improve performance in the `tx-tracker` service (#519) 2023-07-11 16:31:45 -03:00
api_sui.go Fix tx tracker performance issues (#537) 2023-07-14 10:39:09 -03:00
chains.go `tx-tracker`: add support for the "Base" blockchain (#568) 2023-07-20 16:37:21 -03:00
util.go Add retry logic to the `tx-tracker` service (#480) 2023-07-04 15:25:08 -03:00