tendermint/consensus
Ethan Buchman 60f166e823 tendermint2 2015-03-31 15:33:31 -07:00
..
types tendermint2 2015-03-31 15:33:31 -07:00
README.md Update README.md 2014-11-20 05:28:01 -08:00
log.go tendermint2 2015-03-31 15:33:31 -07:00
pol.go tendermint2 2015-03-31 15:33:31 -07:00
pol_test.go tendermint2 2015-03-31 15:33:31 -07:00
reactor.go tendermint2 2015-03-31 15:33:31 -07:00
state.go tendermint2 2015-03-31 15:33:31 -07:00
state_test.go tendermint2 2015-03-31 15:33:31 -07:00
test.go tendermint2 2015-03-31 15:33:31 -07:00
vote_set.go tendermint2 2015-03-31 15:33:31 -07:00
vote_set_test.go tendermint2 2015-03-31 15:33:31 -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