tendermint/consensus
Ethan Buchman 261647a012 Enter* -> enter*. Comments/fixes from Jae 2015-12-13 20:48:09 -05:00
..
README.md Update README.md 2014-11-20 05:28:01 -08:00
common_test.go Enter* -> enter*. Comments/fixes from Jae 2015-12-13 20:48:09 -05:00
config.go Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
height_vote_set.go Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
log.go Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
reactor.go conR uses events to trigger newstep & hasvote broadcasts 2015-12-13 19:30:15 -05:00
state.go Enter* -> enter*. Comments/fixes from Jae 2015-12-13 20:48:09 -05:00
state_test.go Enter* -> enter*. Comments/fixes from Jae 2015-12-13 20:48:09 -05: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