tendermint/consensus
Jae Kwon 5971617ac3 ... 2015-05-06 00:47:20 -07:00
..
types Made all JSON fields lower_case 2015-05-01 17:26:49 -07:00
README.md Update README.md 2014-11-20 05:28:01 -08:00
log.go Package import path change 2015-04-01 17:30:16 -07:00
pol.go Made all JSON fields lower_case 2015-05-01 17:26:49 -07:00
pol_test.go Support nil pointers for Binary. 2015-04-12 17:46:16 -07:00
reactor.go ... 2015-05-06 00:47:20 -07:00
state.go more debug messages for consensus 2015-05-04 11:18:21 -07:00
state_test.go Add Network to SignBytes, to prevent network clashes 2015-04-20 23:59:52 -07:00
test.go Package import path change 2015-04-01 17:30:16 -07:00
vote_set.go BitArray takes a pointer receiver. More logging 2015-05-05 23:01:19 -07:00
vote_set_test.go Package import path change 2015-04-01 17:30:16 -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