Files
tendermint/consensus
Jae Kwon 733dfcf4ad Add dump_consensus_state rpc command. Made it a little more secure
by moving the PrivValidator out of RoundState.
2015-04-20 20:39:42 -07:00
..
2015-04-01 17:30:16 -07:00
2015-04-01 17:30:16 -07:00
2015-04-12 17:46:16 -07:00
2015-04-15 21:49:14 -07:00
2015-04-20 18:51:20 -07:00
2014-11-20 05:28:01 -08:00
2015-04-01 17:30:16 -07:00
2015-04-01 17:30:16 -07:00
2015-04-01 17:30:16 -07:00
2015-04-01 17:30:16 -07:00

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