tendermint/consensus
Jae Kwon 79304b0dd3 Create BlockCache and TxCache for performance. 2015-03-28 23:44:07 -07:00
..
types tendermint/block -> tendermint/types and tendermint/blockchain 2015-03-22 19:00:08 -07: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 Channel bytes are spelled fully, "XXXChannel" 2015-03-24 12:00:27 -07:00
pol_test.go tendermint/block -> tendermint/types and tendermint/blockchain 2015-03-22 19:00:08 -07:00
reactor.go Fix blockpool bugs and clean up log messages. 2015-03-25 23:04:17 -07:00
state.go Create BlockCache and TxCache for performance. 2015-03-28 23:44:07 -07:00
state_test.go tendermint/block -> tendermint/types and tendermint/blockchain 2015-03-22 19:00:08 -07:00
test.go Reactors can be stopped or started at any time. 2015-03-25 00:15:18 -07:00
vote_set.go BlockchainReactor syncs first before ConsensusReactor. 2015-03-25 11:50:28 -07:00
vote_set_test.go tendermint/block -> tendermint/types and tendermint/blockchain 2015-03-22 19:00:08 -07: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