tendermint/consensus
Jae Kwon 2c1504f93c Reap takes maxTxs 2016-03-06 15:08:32 -08: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 Fix tests; Tests run in their own directory 2016-03-06 15:05:50 -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 tests; Tests run in their own directory 2016-03-06 15:05:50 -08:00
log.go Make consensus logs use default log handler 2015-12-21 17:26:08 -08:00
reactor.go consensus: dont allow peer round states to decrease 2016-03-05 16:41:54 -05:00
replay.go drain internalMsgQueue and wait for cswal on quit 2016-02-29 18:02:22 -05:00
replay_test.go Fix tests; Tests run in their own directory 2016-03-06 15:05:50 -08:00
state.go Reap takes maxTxs 2016-03-06 15:08:32 -08:00
state_test.go Fix tests; Tests run in their own directory 2016-03-06 15:05:50 -08:00
wal.go consensus: don't wait for wal if conS not running 2016-03-03 06:32:08 +00: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