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

optimization: (alan) only listen and get metatdata of committee validators #1703

Closed
y0sher opened this issue Sep 5, 2024 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request optimization Something to make SSV run more efficiently

Comments

@y0sher
Copy link
Contributor

y0sher commented Sep 5, 2024

Description

Mainly because message validation, our nodes gets metadata for all network vaildators (for mainnet now almost 40k), this overloads the ssv-node and the beacon node that has to track this validators, the message validation itself for all these validator messages also overloads the node.

This can work only in alan since previously having 500 validators made you listen to all network subnets hence you needed to know all validators.

Solution

  • Consider to pull metadata from beacon node only about validators that are part of your listened subnets.
  • Reject/ignore all messages that are not part of your subnet validators (this might happen automatically since you won't have their status and duties)
@y0sher y0sher added enhancement New feature or request optimization Something to make SSV run more efficiently labels Sep 5, 2024
@y0sher y0sher changed the title optimization: (alan) only listen to committee validators optimization: (alan) only listen and get metatdata of committee validators Oct 9, 2024
@nkryuchkov nkryuchkov self-assigned this Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request optimization Something to make SSV run more efficiently
Projects
None yet
Development

No branches or pull requests

2 participants