tendermint/consensus
Jae Kwon 0db6b0b005 Maybe fixed validatorSet.IncrementAccum() 2015-04-19 09:55:06 -07:00
..
types Package import path change 2015-04-01 17:30:16 -07:00
README.md Update README.md 2014-11-20 05:28:01 -08:00
log.go Package import path change 2015-04-01 17:30:16 -07:00
pol.go Errorf -> fmt.Errorf 2015-04-15 21:49:14 -07:00
pol_test.go Support nil pointers for Binary. 2015-04-12 17:46:16 -07:00
reactor.go Merge remote-tracking branch 'origin/websockets' into develop 2015-04-17 13:20:47 -07:00
state.go Maybe fixed validatorSet.IncrementAccum() 2015-04-19 09:55:06 -07:00
state_test.go Package import path change 2015-04-01 17:30:16 -07:00
test.go Package import path change 2015-04-01 17:30:16 -07:00
vote_set.go Package import path change 2015-04-01 17:30:16 -07:00
vote_set_test.go Package import path change 2015-04-01 17:30:16 -07:00

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