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

[FEATURE] Add snapshot state hash to snapshot analyzer module #254

Open
nickeskov opened this issue May 16, 2024 · 0 comments
Open

[FEATURE] Add snapshot state hash to snapshot analyzer module #254

nickeskov opened this issue May 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nickeskov
Copy link
Member

Аbstract
Snapshot analyzer criteria works only with legacy state hashes. With the latest node update it should analyze both state hashes:

  • legacy - the current one;
  • snapshot - the new one.

Motivation and Purposes
nodemon should detect all problems with all state hashes in order to cover new critical issues with snapshot state hashes.

** Specification**
The monitoring must send state hash alerts if it detects different legacy state hashes OR/AND snapshot state hashes.

Backwards Compatibility
All public waves networks support the latest update (v1.5.x). So the change is compatible for the public networks. Though, the snapshot state hash analysis part can be enabled with CLI flag or another if strict backward compatibility is important.

Examples and Implementation
No examples for now.

@nickeskov nickeskov added the enhancement New feature or request label May 16, 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
Projects
None yet
Development

No branches or pull requests

1 participant