tendermint/consensus
Jae Kwon 1b95c09160 consensus refactor: add HeightVoteSet 2015-06-19 15:30:21 -07:00
..
types chain_id written as string not hex in WriteSignBytes 2015-05-30 20:20:04 -04:00
README.md Update README.md 2014-11-20 05:28:01 -08:00
config.go Config is passed into each module. Remove tendermint/confer 2015-05-17 16:19:57 -07:00
height_vote_set.go consensus refactor: add HeightVoteSet 2015-06-19 15:30:21 -07:00
log.go Package import path change 2015-04-01 17:30:16 -07:00
pol.go pass chainID through sign interfaces 2015-05-29 18:14:19 -04:00
pol_test.go pass chainID through sign interfaces 2015-05-29 18:14:19 -04:00
reactor.go consensus refactor: reconstruct LastCommits upon restart 2015-06-19 15:30:21 -07:00
state.go consensus refactor: reconstruct LastCommits upon restart 2015-06-19 15:30:21 -07:00
state_test.go pass chainID through sign interfaces 2015-05-29 18:14:19 -04:00
test.go Package import path change 2015-04-01 17:30:16 -07:00
vote_set.go consensus refactor: reconstruct LastCommits upon restart 2015-06-19 15:30:21 -07:00
vote_set_test.go consensus refactor: reconstruct LastCommits upon restart 2015-06-19 15:30:21 -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