tendermint/consensus
Jae Kwon 6c48642ff9 don't cache the block/header hashes. fixes a cache invalidation bug 2015-01-19 14:08:53 -08:00
..
types block module -> import as blk 2015-01-15 22:43:15 -08:00
README.md Update README.md 2014-11-20 05:28:01 -08:00
log.go Write log also to a file. 2015-01-08 17:24:04 -08:00
pol.go block module -> import as blk 2015-01-15 22:43:15 -08:00
pol_test.go block module -> import as blk 2015-01-15 22:43:15 -08:00
reactor.go Ensure correct peer vote bitarray capacity 2015-01-16 02:51:54 -08:00
state.go don't cache the block/header hashes. fixes a cache invalidation bug 2015-01-19 14:08:53 -08:00
state_test.go block module -> import as blk 2015-01-15 22:43:15 -08:00
test.go test bondTx 2015-01-17 01:56:55 -08:00
vote_set.go Ensure correct peer vote bitarray capacity 2015-01-16 02:51:54 -08:00
vote_set_test.go block module -> import as blk 2015-01-15 22:43:15 -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