You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jae Kwon 79304b0dd3 Create BlockCache and TxCache for performance. 9 years ago
..
types tendermint/block -> tendermint/types and tendermint/blockchain 9 years ago
README.md Update README.md 10 years ago
log.go Write log also to a file. 10 years ago
pol.go Channel bytes are spelled fully, "XXXChannel" 9 years ago
pol_test.go tendermint/block -> tendermint/types and tendermint/blockchain 9 years ago
reactor.go Fix blockpool bugs and clean up log messages. 9 years ago
state.go Create BlockCache and TxCache for performance. 9 years ago
state_test.go tendermint/block -> tendermint/types and tendermint/blockchain 9 years ago
test.go Reactors can be stopped or started at any time. 9 years ago
vote_set.go BlockchainReactor syncs first before ConsensusReactor. 9 years ago
vote_set_test.go tendermint/block -> tendermint/types and tendermint/blockchain 9 years ago

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