Commit Graph

19 Commits

Author SHA1 Message Date
Ricardo Olarte 14161d1569
Feat/748 add last sequence number (#749)
* feat(743): add Wormchain support

* feat(748): Add lastSequeceNumber to lastBlocksByChain collection
2023-10-17 14:39:21 -03:00
Ricardo Olarte b6ce099a05
feat(743): add Wormchain support (#747) 2023-10-17 14:39:06 -03:00
Ricardo Olarte a9eb456031
feat(733): add rate-limit for EVMs chains (#738) 2023-10-11 15:38:06 -05:00
Ricardo Olarte a05dad5160
fix: persist behavior when finding redeemed events (#730) 2023-10-06 08:01:16 -05:00
Ricardo Olarte bc8a3114aa
Feat/evm transfer redeemed support (#727)
* feat(717): add support for transferRedeemed log message - EVM

* build: update .gitignore file
2023-10-03 15:03:52 -05:00
Ricardo Olarte a73b3c1605
feat: add near and terra support (#714)
* feat: add near and terra support

* fix: remove console.log
2023-09-26 18:22:55 -05:00
Ricardo Olarte 1ccaa98ca5
Feat/event watcher injective terra2 xpla support (#710)
* feat: add aptos support

* feat: add algorand support

* feat: add injective, terra2 and xpla support
2023-09-26 08:39:59 -05:00
Ricardo Olarte c0af7eac79
Feat/event watcher sui sei support (#706)
* feat: add aptos support

* feat: add algorand support

* feat: add sui and sei support
2023-09-25 14:20:31 -05:00
Ricardo Olarte 46cc06ec8c
Feat/event watcher solana aptos algorand support (#703)
* feat: add solana support

* feat: add aptos support

* feat: add algorand support
2023-09-25 08:09:31 -05:00
Ricardo Olarte 3209658b1e
Event watcher deployment (EVM) (#696)
* wip

* fix: only ethereum chain

* feat: add better logger information and handle errors for SNS and DB

* feat: add grafull shutdown handle

* feat: add health check handle validation

* fix types

* feat: add vaa log support for injective chain

* feat: add vaa log support for near chain

* feat: add vaa log support for terra chain

* fix: remove logs colors

* fix: SNS object model

* feat: change console.log to json format

* feat: add chain list and rpc list into .env file

* fix: lastBlockbyChain model data

* fix: change files/collections names

* fix: test

* fix: mongodb WormholeTxs model and reestructure

* fix: jsondb WormholeTxs model and reestructure

* fix: remove lastBlocksByChain.json file

* add environment variables for ethereum

* fix: keep unsignedVaa as Buffer

* feat: add version in console.log

* fix: sns message model and type

* build: add new envs config

* fix: yaml

* fix: use base64 string

* fix: vaa version

* feat(evm): add testnet support

* build: add P2P_NETWORK variable

* build: add P2P_NETWORK variable to staging-mainnet, staging-testnet

---------

Co-authored-by: Fernando Torres <fert1335@gmail.com>
2023-09-21 07:21:05 -07:00
Ricardo Olarte a525a1f686
Build/setup config (#673)
* chore: add aws config as development

* chore: add docker config
2023-08-29 12:54:46 -05:00
Ricardo Olarte be1ded3cee
Feat/algorand aptos logs support (#665)
* feat: Add algorand vaa logs support

* feat: Add aptos vaa logs support

* fix: comments
2023-08-25 11:47:19 -05:00
Ricardo Olarte 2fdc26a19e
feat: Add cosmwasm/sei vaa logs support (#663) 2023-08-24 06:26:01 -07:00
Ricardo Olarte 8f050a5bc5
Feat/sui logs support (#657)
feat: Add sui vaa logs support
2023-08-23 10:42:52 -05:00
Ricardo Olarte 23d349c9b2
feat: Add solana vaa logs support (#656) 2023-08-23 10:18:33 -05:00
Ricardo Olarte bf02b2054b
Refactor/event watcher (#647)
* feat: add EVM event-watcher support with mongodb

* refactor: DB, Watcher, SNS Classes
2023-08-22 13:52:30 -05:00
Ricardo Olarte 64dc83e079
feat: add EVM event-watcher support with mongodb / sns (#638)
* feat: add EVM event-watcher support with mongodb

* fix commons

* fix: PR comments

* feat: add SNS Client support

* fix: remove bigtable database support

---------

Co-authored-by: gipsh <gipshm@gmail.com>
2023-08-18 07:47:11 -05:00
gipsh 4c037b8338
add mongo db mock and infra (#633) 2023-08-11 12:28:54 -05:00
gipsh 01d935a17c
base code for event-watcher (#625)
* first commit event-watcher in ts

* add docker
2023-08-11 10:15:55 -03:00