-
Notifications
You must be signed in to change notification settings - Fork 0
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
Quorum duration problem? #6
Comments
On Fri, Jul 29, 2011 at 6:20 PM, von
Yes, I believe the most recent non-stale key is treated in a way such dan
|
Copied from von/PerProxy#14
The following response result in a quorum duration of 0. The reason is that right now the code looks for the oldest response for the last seen key and starts there. Problem is in this case at that exact time, only 2 notaries see the key, so duration comes back as zero.
What I think the check really wants to do, is assume for each non-stale response, it sees the last seen key until current time and evaluate with that assumption.
The text was updated successfully, but these errors were encountered: