tendermint/consensus
Jae Kwon 7cf85c5e71 Change commit timeout to 1 sec for testing 2016-01-09 20:22:10 -08:00
..
README.md Update README.md 2014-11-20 05:28:01 -08:00
common_test.go Make order be decided first; Remove TMSP Commit/Rollback 2016-01-08 16:51:20 -08:00
config.go Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
height_vote_set.go Fix HeightVoteSet bug where first catchup vote doesn't get added 2015-12-31 15:11:51 -08:00
height_vote_set_test.go Fix HeightVoteSet bug where first catchup vote doesn't get added 2015-12-31 15:11:51 -08:00
log.go Make consensus logs use default log handler 2015-12-21 17:26:08 -08:00
reactor.go Make Receive() logging consistent 2015-12-31 14:27:05 -08:00
state.go Change commit timeout to 1 sec for testing 2016-01-09 20:22:10 -08:00
state_test.go Make order be decided first; Remove TMSP Commit/Rollback 2016-01-08 16:51:20 -08: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