А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.
Аbstract
Snapshot analyzer criteria works only with legacy state hashes. With the latest node update it should analyze both state hashes:
Motivation and Purposes
nodemonshould detect all problems with all state hashes in order to cover new critical issues with snapshot state hashes.** Specification**
The monitoring must send
state hashalerts 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.