Skip to content
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

Hare testing & fixes #467

Merged
merged 7 commits into from Jan 22, 2019
Merged

Hare testing & fixes #467

merged 7 commits into from Jan 22, 2019

Conversation

gavraz
Copy link
Contributor

@gavraz gavraz commented Jan 21, 2019

  • Added simulation testing
  • Fixed bug in handling early messages. Fixed simulator broadcast to be non-blocking
  • Fixed the interface of signing & verifier

@@ -400,6 +400,11 @@ func (proc *ConsensusProcess) processPreRoundMsg(msg *pb.HareMessage) {

func (proc *ConsensusProcess) processStatusMsg(msg *pb.HareMessage) {
// record status

if proc.statusesTracker == nil {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this

)

//func init() {
// go http.ListenAndServe(":3030", nil)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't leave this at the repo

@gavraz gavraz merged commit f276327 into develop Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants