-
Notifications
You must be signed in to change notification settings - Fork 27
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
fix error prevs commit #599
Conversation
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.
- Can you add a commit message?
- Can you please add a test that checks that when we send pre-prepare, we don't only attach the previous commit signatures when periodical leader rotation is enabled?
5f8fbf3
to
91d443d
Compare
done |
internal/bft/view_test.go
Outdated
comm := &mocks.CommMock{} | ||
commWG := sync.WaitGroup{} | ||
comm.On("BroadcastConsensus", mock.Anything).Run(func(args mock.Arguments) { | ||
fmt.Println("Sending", args.Get(0)) |
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.
please remove the print
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.
Ugh, my inattention.
Fixed it.
…der rotation is on Signed-off-by: Fedor Partanskiy <fredprtnsk@gmail.com>
91d443d
to
2917046
Compare
No description provided.