wormhole-explorer/common
walker-16 bc3110f3d4
Modify intialize to support fallback url and rate limit (#1093)
* Modify intialize to support fallback url and rate limit

* Add fallback and rate limit config for all the chains

* remove unused WormchainTxDetail struct

* Add pool of items to common

* Add rpc pool to tx-tracker

* Rename chain url to baseUrl

* add fallback to wormchain chains

* update tx-tracker fetchone to use rpc pool

* Modify backfiller to use rpc pool

* fix merge to main run files

* Add rpc pool to controller

* remove comments

* fix pool sort function

* Add rpc pool to all the chains

* Fix algorand, aptos, sui integrations

* Fix pool solana

* remove api_sei3 old implementation

* Add metrics to get success/error rpc call

* Add rpc field in call rpc metric

* Fix common go.mod and remove unused if condition

* Update go.mod tx-tracker

* Create rpc count prometheus metrics

* Add fallback to insert originTx if rcp fail

* Check if the transaction doesn't exists

* Modify in tx-tracker already processed method

* fix wormchain rpc

* Add rpc settings as json file

* Enable overwrite to stress test

* Add rpc provider as k8s secret

* Add metrics to get vaa retry processing
Co-authored-by: ftocal fert1335@gmail.com

* Add worker pool in consumer for tx-tracker

* fix config by env

* Set consumer workers in 1

---------

Co-authored-by: Fernando Torres <fert1335@gmail.com>
2024-03-19 15:47:43 -03:00
..
client Fix parsedPayload use as any type for different kind of messages (#1169) 2024-03-04 16:49:54 -03:00
coingecko Create api notional with historical prices (#931) 2024-01-02 10:38:03 -03:00
configuration Add support to sepolia chains (#1001) 2024-01-22 11:01:18 -03:00
dbconsts [ISSUE-1213] Refactor of top-contributors stats and activity job (#1215) 2024-03-18 10:21:42 -03:00
dbutil Fix [api] get transactions by address and add mongo query monitor (#707) 2023-09-25 16:50:16 -03:00
domain Fix token address from native token address in vaa-payload-parser response (#1066) 2024-02-01 11:26:51 -03:00
events Handle transfer-redeemed event from blockchain-watcher (#1039) 2024-01-24 14:51:04 -03:00
health Improve fly reliability (#1094) 2024-02-06 21:00:45 -03:00
logger logging as json (#208) 2023-03-23 15:36:50 -03:00
pool Modify intialize to support fallback url and rate limit (#1093) 2024-03-19 15:47:43 -03:00
prices Add transfer prices backfiller in analytics (#1153) 2024-02-27 15:17:59 -03:00
repository Add backfiller for pipeline (#1221) 2024-03-15 16:44:24 -03:00
types Handle native tx hash for solana when receive event from blockchain-watcher (#851) 2023-12-04 16:29:38 -03:00
utils Modify intialize to support fallback url and rate limit (#1093) 2024-03-19 15:47:43 -03:00
go.mod Modify intialize to support fallback url and rate limit (#1093) 2024-03-19 15:47:43 -03:00
go.sum Modify intialize to support fallback url and rate limit (#1093) 2024-03-19 15:47:43 -03:00