Commit Graph

9 Commits

Author SHA1 Message Date
Julian Merlo cda84a0aee Merge to base branch 2023-11-28 18:29:25 -03:00
Julian Merlo 73f3287a9d Improve strategy implementation 2023-11-28 16:33:23 -03:00
Julian Merlo 050e117a16 Crate strategy test 2023-11-28 15:47:46 -03:00
Julian 80b0a6c1bc
[Blockchain Watcher] Feature 817/add hexagonal prefix (#824)
* Put hexadecimal prefix

* Create id variable

* Add error log

* Add error log

* Remove bigint in getBlock params

---------

Co-authored-by: Julian Merlo <julianmerlo@MacBook-Pro-de-Julian.local>
2023-11-28 11:48:12 -03:00
Julian Merlo 4b3a3ff225 Create repository strategy 2023-11-27 09:10:56 -03:00
Julian 1109c5d135
Change repository name and cretae error foulder (#819)
* Change repository name and cretae error foulder

* Rename SolanaFailure file

* Rename SolanaFailure file

---------

Co-authored-by: Julian Merlo <julianmerlo@MacBook-Pro-de-Julian.local>
2023-11-24 13:03:48 -03:00
matias martinez 29279fee9b adding 429 handling http client 2023-11-14 09:52:04 -03:00
Matías Martínez 9782e90320
[Blockchain watcher] Adding light observability (#793)
* using configured default winston logger

* wait for new block

* adding basic metrics

* staging mainnet config

* send hexa block number

* simpler log format

* better error logs

* wait when no block available
2023-11-14 08:08:34 -03:00
Matías Martínez 00e5d6a6a2
Blockchain Watcher: ethereum -> sns implementation (#790)
* evm block repo implementation

* adding sns publisher

* adding external config and initial runner

* fix: start from latest if no fromBlock configured

* feat: add dryRun option

* fix: handler filtering and eth_getLogs filter payload

* local e2e

* actual sns arns for testnet

* smaller docker image

* deployment changes
2023-11-10 09:28:37 -03:00