-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Heartbeats: Changes to the inactivity claim trigger (#3816)
Refs: #3796 Here we introduce the following changes to the heartbeat inactivity claim trigger: - So far, inactivity claims have been issued with an empty inactive members set. This is a problem as the on-chain contract expects it to be non-zero. We comply with this requirement here. - Heartbeat signing errors are no longer counted as consecutive heartbeat inactivity failures. If signing fails, the most probable cause is the signing threshold that was not met. As an inactivity claim requires that threshold to be met as well, there is no sense in triggering that process in this case. Moreover, in case of a signing error, the inactive members set cannot be determined which violates the requirement from the first point
- Loading branch information
Showing
5 changed files
with
149 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.