Go to file
agodnic 1ef666322c
Fix missing `txHash` for chains 1 and 22 (#530)
### Summary

This pull request changes the retry logic in the `tx-tracker`.

When failing to process a transaction, the associated SQS message will be left to expire and will reappear after `visibilityTimeout` seconds. As a side effect, there will be several retries before giving up.
2023-07-13 12:26:38 -03:00
.github/workflows
analytics
api Remove unused fields from the origin transaction model (#528) 2023-07-12 16:47:33 -03:00
common
contract-watcher fix contract-watcher processing (#531) 2023-07-13 12:06:46 -03:00
deploy fix contract-watcher processing (#531) 2023-07-13 12:06:46 -03:00
devnet
fly
jobs
parser
pipeline
spy
tx-tracker Fix missing `txHash` for chains 1 and 22 (#530) 2023-07-13 12:26:38 -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/