You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jae Kwon 0db6b0b005 Maybe fixed validatorSet.IncrementAccum() 10 years ago
..
types Package import path change 10 years ago
README.md Update README.md 10 years ago
log.go Package import path change 10 years ago
pol.go Errorf -> fmt.Errorf 10 years ago
pol_test.go Support nil pointers for Binary. 10 years ago
reactor.go Merge remote-tracking branch 'origin/websockets' into develop 10 years ago
state.go Maybe fixed validatorSet.IncrementAccum() 10 years ago
state_test.go Package import path change 10 years ago
test.go Package import path change 10 years ago
vote_set.go Package import path change 10 years ago
vote_set_test.go Package import path change 10 years ago

README.md

The core consensus algorithm.

  • state.go - The state machine as detailed in the whitepaper
  • reactor.go - A reactor that connects the state machine to the gossip network