Go to file
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
.github
analytics
api Feature/handle governor fly event processor (#1436) 2024-05-31 15:38:21 -03:00
blockchain-watcher
common Feature/handle governor fly event processor (#1436) 2024-05-31 15:38:21 -03:00
contract-watcher
deploy Feature/handle governor fly event processor (#1436) 2024-05-31 15:38:21 -03:00
event-watcher
fly Feature/handle governor fly event processor (#1436) 2024-05-31 15:38:21 -03:00
fly-event-processor Feature/handle governor fly event processor (#1436) 2024-05-31 15:38:21 -03:00
jobs
notional
parser
pipeline
spy
tx-tracker Feature/handle governor fly event processor (#1436) 2024-05-31 15:38:21 -03:00
.gitignore
LEGAL.txt
LICENSE
Makefile
README.md
go.work

README.md

Wormhole Explorer

Background

WIP

It would be more efficient and reliable for...

  • an indexer to be populated by an independent party (Fly) listening on the p2p network
  • integrators to query a service for signed VAAs instead of round-robining the public guardian endpoints

More insight into Wormhole network status, stats, and messages would be great!

The service can even be extended to offer websockets or webhooks to stream new VAAs.

Components

Mongo

Mongo Express

Fly

References

https://hub.docker.com/_/mongo

https://www.mongodb.com/docs/drivers/go/current/