tendermint/consensus
Ethan Buchman dd788c5631 consensus: fix race from OnStop accessing cs.Height 2016-07-11 20:55:07 -04:00
..
README.md Update README.md 2014-11-20 05:28:01 -08:00
common.go Merge remote-tracking branch 'origin/replay' 2016-01-28 19:53:22 -08:00
common_test.go consensus: fix more races in tests 2016-07-11 20:40:48 -04:00
height_vote_set.go No global config 2016-05-08 15:00:58 -07:00
height_vote_set_test.go No global config 2016-05-08 15:00:58 -07:00
log.go Make consensus logs use default log handler 2015-12-21 17:26:08 -08:00
mempool_test.go No global config 2016-05-08 15:00:58 -07:00
reactor.go fixes from review 2016-04-26 22:17:13 -04:00
replay.go No global config 2016-05-08 15:00:58 -07:00
replay_test.go fixes from review 2016-04-26 22:17:13 -04:00
state.go consensus: fix race from OnStop accessing cs.Height 2016-07-11 20:55:07 -04:00
state_test.go consensus: fix more races in tests 2016-07-11 20:40:48 -04:00
version.go bump rpc version; add consensus version 2016-04-19 20:45:33 -04:00
wal.go cswal_light logs own votes; fix tests 2016-04-19 20:45:33 -04:00
wal_test.go config: cswal_light, mempool_broadcast, mempool_reap 2016-03-03 06:31:59 +00: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