tendermint/consensus
Jae Kwon bcb3ef3abd Update README.md 2014-11-20 05:28:01 -08:00
..
README.md Update README.md 2014-11-20 05:28:01 -08:00
log.go saving development state... 2014-08-30 04:17:10 -07:00
pol.go fix tests 2014-11-05 03:11:39 -08:00
pol_test.go Validation tests 2014-11-05 03:12:05 -08:00
priv_validator.go consensus cleanup, privValidator config 2014-11-05 03:11:37 -08:00
proposal.go fix tests 2014-11-05 03:11:39 -08:00
reactor.go made ValidatorSet.Hash deterministic; fix off-by-1 bugs 2014-11-05 03:12:07 -08:00
state.go made ValidatorSet.Hash deterministic; fix off-by-1 bugs 2014-11-05 03:12:07 -08:00
state_test.go Store BlockParts && also Validation on its own. 2014-11-05 03:12:06 -08:00
test.go Validation tests 2014-11-05 03:12:05 -08:00
vote_set.go nil bugs 2014-11-05 03:12:06 -08:00
vote_set_test.go Don't send bitarrays, just send height/round/type/index. 2014-11-05 03:12:06 -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