You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
А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.
The text was updated successfully, but these errors were encountered:
Аbstract
Snapshot analyzer criteria works only with legacy state hashes. With the latest node update it should analyze both state hashes:
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.
The text was updated successfully, but these errors were encountered: