-
Notifications
You must be signed in to change notification settings - Fork 1
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
Don't Send FutureFCertRequests if currently verifying proposal. #93
Conversation
6950b23
to
aa843a2
Compare
5358e99
to
1296e60
Compare
replication_test.go
Outdated
|
||
storedBlock := storage.waitForBlockCommit(0) | ||
require.Equal(t, uint64(1), storage.Height()) | ||
// make sure it was indexed and no replication requests where sent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't check that no replication requests were sent though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea, i think checking for sent requests is actually unnecessary so i'm going to delete the comment
281170d
to
3f0dba2
Compare
Addresses #81