Commit Graph

7 Commits

Author SHA1 Message Date
julian merlo 969cae4534 Improve log and remove rpc for ethereum 2024-02-14 10:10:19 -03:00
julian merlo 4fb7d9d86e Add params for client 2024-02-12 16:53:47 -03:00
julian merlo 548797f60a Remove params for client 2024-02-12 16:49:10 -03:00
julian merlo d12ef9b3a0 Improve names 2024-02-12 16:34:59 -03:00
julian merlo e9be36bfd6 Add retry for evm and sui 2024-02-12 16:24:35 -03:00
Martin Picco 59705a5bad
Implement rpc pool library (#1085)
* Add rpc-pool dependency and make the minimum changes to make the codebase compatible with it

* Implement rpc provider pools for EVMs and Sui

* Implement rpc provider pools for Solana

* Adapt tests to new repo interfaces and constructors

* Fix tests

* Modify gh action to use the xlabs registry

* Mock rpc-pool module for tests

* Set up husky and pre commit hook to run prettier

* Bump rpc-pool

* Expand default mainnet rpc configs

* Add link-staged to run prettier for staged files

* prettier config

* Address PR comments

* Add bsc rpc node

* fix rpc configs
2024-02-07 16:50:05 -03:00
Matías Martínez 0e4efd6673
[Blockchain Watcher] Separating get and poll actions (#843)
* adding more overrides via env var

* simplifying default cfg files

* shared evm repo

* move get evm logs to new action

* move get solana txs to new action

* minor folder cleanup

* smaller docker image

* add chain to evm block repo logs
2023-12-04 09:47:02 -03:00