wormhole-explorer/fly-event-processor
walker-16 7545acb77e
Feature/handle governor fly event processor (#1436)
* changes in fly component to send governor status events

* split processor in vaaProcessor and governor processor

* add governor processsor v1

* Add endpoint in tx-tracker to calculate txHash for a vaa id

* fly-event-processor integration with new tx-tracker endpoint and refactor

* Add governor vaas endpoint in api

* api, fix amount data type in governor vaas endpoint

* fly-event-processor normalize emitter and txHash

* fly-event-processor fix nodeGovernorVaa id

* fly-event-processor control array not empty in insert/delete many operation

* add index in nodeGovernorVaas collection by vaaId

* add prometheus metrics

* add tx-tracker url for fly-event-processor deployment

* Add sns attributes into sns messages

Co-authored-by: walker-16 <agpazos85@gmail.com>

* fix governor vaa endpoint empty response

---------

Co-authored-by: Fernando Torres <fert1335@gmail.com>
2024-05-31 15:38:21 -03:00
..
cmd Feature/handle governor fly event processor (#1436) 2024-05-31 15:38:21 -03:00
config Feature/handle governor fly event processor (#1436) 2024-05-31 15:38:21 -03:00
consumer Feature/handle governor fly event processor (#1436) 2024-05-31 15:38:21 -03:00
domain Feature/handle governor fly event processor (#1436) 2024-05-31 15:38:21 -03:00
guardian 1301 create a backgroundrecurrent process which checks which duplicate vaas txs actually reached finality on the blockchain (#1359) 2024-05-07 16:38:16 -03:00
http Feature/handle governor fly event processor (#1436) 2024-05-31 15:38:21 -03:00
internal/metrics Feature/handle governor fly event processor (#1436) 2024-05-31 15:38:21 -03:00
processor Feature/handle governor fly event processor (#1436) 2024-05-31 15:38:21 -03:00
queue Feature/handle governor fly event processor (#1436) 2024-05-31 15:38:21 -03:00
storage Feature/handle governor fly event processor (#1436) 2024-05-31 15:38:21 -03:00
.gitignore 1301 create a backgroundrecurrent process which checks which duplicate vaas txs actually reached finality on the blockchain (#1359) 2024-05-07 16:38:16 -03:00
Dockerfile 1301 create a backgroundrecurrent process which checks which duplicate vaas txs actually reached finality on the blockchain (#1359) 2024-05-07 16:38:16 -03:00
Makefile 1301 create a backgroundrecurrent process which checks which duplicate vaas txs actually reached finality on the blockchain (#1359) 2024-05-07 16:38:16 -03:00
Readme.md 1301 create a backgroundrecurrent process which checks which duplicate vaas txs actually reached finality on the blockchain (#1359) 2024-05-07 16:38:16 -03:00
go.mod Fix go dependencies (#1448) 2024-05-28 11:30:41 -03:00
go.sum Fix go dependencies (#1448) 2024-05-28 11:30:41 -03:00

Readme.md

FlyEventProcessor