Go to file
agodnic 4ce2d1e329
Remove notional cache from the `api` component (#500)
### Summary

The `api` component was importing and initializing the notional cache, but not using it.

This pull request removes the unnecessary dependency.
2023-07-05 15:07:24 -03:00
.github/workflows
analytics Add prometheus metrics in analytics (#488) 2023-07-03 11:51:20 -03:00
api Remove notional cache from the `api` component (#500) 2023-07-05 15:07:24 -03:00
common [contract-watcher] Add opsgenie alerts and prometheus metrics (#472) 2023-06-30 11:25:09 -03:00
contract-watcher [contract-watcher] Add opsgenie alerts and prometheus metrics (#472) 2023-06-30 11:25:09 -03:00
deploy Remove notional cache from the `api` component (#500) 2023-07-05 15:07:24 -03:00
devnet
fly Fix max-sequece key in fly (#491) 2023-07-03 15:58:34 -03:00
jobs
parser Update parser Makefile (#501) 2023-07-04 17:48:47 -03:00
pipeline Change to deploy prometheus metrics for parser and pipeline (#497) 2023-07-04 15:23:26 -03:00
spy
tx-tracker [tx-tracker] Add support for Terra, Injective, Acala and Karura (#502) 2023-07-05 14:53:00 -03:00
.gitignore
LICENSE
Makefile
README.md
Tiltfile
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/