-
Notifications
You must be signed in to change notification settings - Fork 691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide heartbeat update subscription mechanism #1768
Closed
evan-gray opened this issue
Oct 20, 2022
· 0 comments
· May be fixed by paradiseisbeautiful/wormhole#187, Mustafaovais/wormhole#13, Pwn20wn/wormhole#134, davidevernizzi/wormhole#305 or davidevernizzi/wormhole#307
Closed
Provide heartbeat update subscription mechanism #1768
evan-gray opened this issue
Oct 20, 2022
· 0 comments
· May be fixed by paradiseisbeautiful/wormhole#187, Mustafaovais/wormhole#13, Pwn20wn/wormhole#134, davidevernizzi/wormhole#305 or davidevernizzi/wormhole#307
Comments
evan-gray
added a commit
that referenced
this issue
Oct 31, 2022
This was referenced Oct 12, 2024
This was referenced Oct 16, 2024
This was referenced Oct 16, 2024
This was referenced Oct 19, 2024
This was referenced Oct 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
I would like to reuse the p2p component to be able to spy on guardian heartbeats. There should be some mechanism to receive an update via a channel akin to observations and VAAs.
Current Behavior
A
NewGuardianSetState
is passed into p2p and updated directly with heartbeats, without an opportunity to receive the heartbeat.Possible Solution
The
GuardianSetState
could take an update channel as an argument and publish to the channel whenever the set is updated (SetHeartbeat
)Context (Environment)
Building an indexer for the wormhole ecosystem.
https://github.com/wormhole-foundation/wormhole-explorer/blob/main/fly/main.go#L110
The text was updated successfully, but these errors were encountered: