-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(aggregator): avoid epoch service failure when a aggregator start …
…for the first time Epoch settings for the first "working" epoch were not available at start since they use the 'signer retrieval offset' of -1 and we handled discrepencies only starting the current epoch. Also `handle_discrepancies_at_startup` is modified to register data over four epochs instead of 3 to take in account the case when between its call and epoch service 'inform epoch' there's an epoch change.
- Loading branch information
Showing
2 changed files
with
19 additions
and
5 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