Skip to content
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

[1527] Add support for gossip batched observations #1676

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

marianososto
Copy link
Collaborator

@marianososto marianososto commented Sep 9, 2024

  • Add support for gossip batched observations #1527
  • Update wormhole-foundation/wormhole dependency in order to consume the latest batch-observation changes.
  • ObservationHandler: contemplate handling SignedObservationBatch messages. For each message ( a batch), iterate and insert them in the individual observation channel.
  • Add 2 new prometheus metrics:
    • batch_observation_total : counter for tracking the amount of batch messages we receive.
    • batch_size_observations : guage metric for tracking the sizes of the different batch messages.
  • Remove bootstrap node server from testnet (certus.one)

@marianososto marianososto linked an issue Sep 9, 2024 that may be closed by this pull request
@marianososto marianososto changed the title 1527 add support for gossip batched observations [1527][WIP] Add support for gossip batched observations Sep 9, 2024
@marianososto marianososto self-assigned this Sep 9, 2024
@marianososto marianososto marked this pull request as ready for review September 10, 2024 21:41
@marianososto marianososto changed the title [1527][WIP] Add support for gossip batched observations [1527] Add support for gossip batched observations Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for gossip batched observations
3 participants