tendermint/consensus
Ethan Buchman bc2a721a0a clean up replay output 2016-01-14 18:58:12 -05:00
..
README.md
common_test.go timeoutProposeDelta 2016-01-14 18:58:11 -05: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 consensus: msg saving and replay 2016-01-14 18:58:11 -05:00
replay.go clean up replay output 2016-01-14 18:58:12 -05:00
state.go some cleanup; log time with consensus msgs 2016-01-14 18:58:11 -05:00
state_test.go timeoutProposeDelta 2016-01-14 18:58:11 -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