tendermint/consensus
Jae Kwon ceed000c58 Use ResetFor... callback instead of EventSwitch for mempool new blocks 2015-09-29 12:31:34 -04:00
..
README.md Update README.md 2014-11-20 05:28:01 -08:00
config.go Config is passed into each module. Remove tendermint/confer 2015-05-17 16:19:57 -07:00
height_vote_set.go addVote takes index 2015-09-15 14:26:42 -04:00
log.go Package import path change 2015-04-01 17:30:16 -07:00
reactor.go better mempool queueing 2015-09-28 22:58:02 -04:00
state.go Use ResetFor... callback instead of EventSwitch for mempool new blocks 2015-09-29 12:31:34 -04:00
test.go addVote takes index 2015-09-15 14:26:42 -04: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