tendermint/consensus
Jae Kwon 383335d93c Added README docs for account/binary and renamed UInt -> Uint etc. 2014-12-22 18:10:17 -08:00
..
types Added README docs for account/binary and renamed UInt -> Uint etc. 2014-12-22 18:10:17 -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 Fixed tests 2014-12-21 21:47:38 -08:00
pol_test.go Fixed tests 2014-12-21 21:47:38 -08:00
reactor.go Fixed tests 2014-12-21 21:47:38 -08:00
state.go Fixed tests 2014-12-21 21:47:38 -08:00
state_test.go Fixed tests 2014-12-21 21:47:38 -08:00
test.go Fixed tests 2014-12-21 21:47:38 -08:00
vote_set.go Fixed tests 2014-12-21 21:47:38 -08:00
vote_set_test.go Fixed tests 2014-12-21 21:47:38 -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