tendermint/consensus
Ethan Buchman 94194fea46 fix logging proposal when we might not have it 2015-12-29 15:39:24 -05:00
..
README.md Update README.md 2014-11-20 05:28:01 -08:00
common_test.go Prefix TMSP messages with length 2015-12-20 08:18:39 -08:00
config.go Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
height_vote_set.go Improve logging 2015-12-09 12:30:42 -08:00
log.go Make consensus logs use default log handler 2015-12-21 17:26:08 -08:00
reactor.go Conform to go-wire new TypeByte behavior for broadcasts 2015-12-21 15:18:16 -08:00
state.go fix logging proposal when we might not have it 2015-12-29 15:39:24 -05:00
state_test.go Fireable -> EventSwitch; rs in EventDataRoundState; fixes from review 2015-12-14 00:38:19 -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