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

bug(metadata): metadata update for non-committee validators triggers indices change #2037

Open
olegshmuelov opened this issue Feb 16, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@olegshmuelov
Copy link
Contributor

Description

  1. Unexpected indices change for Non-Committee Validators
    When updating metadata for a non-committee validator, the update unexpectedly triggers an indices change. This behavior is incorrect as the validator is not part of the committee and should not affect the indices change.

  2. Indices change triggered with no actual metadata change (needs reproduction)
    In certain scenarios, an indices change is triggered without any change in the metadata update itself. This issue needs further reproduction and investigation to confirm.

Expected behavior

  • Metadata updates for non-committee validators should not trigger indices changes.
  • If there is no actual change in the metadata, no indices change should be triggered.
@olegshmuelov olegshmuelov added the bug Something isn't working label Feb 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant