tendermint/consensus
Jae Kwon dfdd3cf18f Tweak channel for performance test 2015-12-09 13:53:31 -08:00
..
README.md Update README.md 2014-11-20 05:28:01 -08:00
common_test.go Fix tests for counter application using uin64 2015-12-09 09:37:36 -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 Tweak logging; allow consensus to bypass filter 2015-12-09 09:38:09 -08:00
reactor.go Tweak channel for performance test 2015-12-09 13:53:31 -08:00
state.go Tweak logging; allow consensus to bypass filter 2015-12-09 09:38:09 -08:00
state_test.go Allow for test apps to return nil hashes 2015-12-04 00:59:02 -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