Commit Graph

7 Commits

Author SHA1 Message Date
Julian Merlo cda84a0aee Merge to base branch 2023-11-28 18:29:25 -03:00
matias martinez 6cc462a415 remove duplicated tests 2023-11-28 16:53:17 -03:00
Julian Merlo 73f3287a9d Improve strategy implementation 2023-11-28 16:33:23 -03:00
matias martinez 4d71c0038c ratelimited solana client + increase coverage 2023-11-28 11:45:43 -03:00
Julian f29443d8b6
[Blockchain Watcher] Feature-813/fix-coverage-report (#815)
* Fix coverage report

* Run prettier

* Rollback global coverage value

* Set global coverage value to 55

* Add github PR template

* Run prettier

* Rename github template file

---------

Co-authored-by: Julian Merlo <[email protected]>
2023-11-23 13:23:27 -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
Matías Martínez 1ed4cec999
Blockchain watcher: adding domain and infra layers (#786)
* reorg domain-infra

* watch evm blocks action

* adding evm log parser

* wider prettier

* renaming watch action

* adding doc

* persist latest metadata

* gh action for blockchain-watcher

* adding log-message-published mapper

* deps: remove peers and nodemon

* adding handler for LogMessagePublished

* added parser for log message published

---------

Co-authored-by: chase-45 <[email protected]>
2023-11-07 15:25:06 -03:00