tendermint/consensus
Jae Kwon 85c8850ac2 Config names have no dots, are under_scored. 2015-05-12 17:40:29 -07:00
..
types Config names have no dots, are under_scored. 2015-05-12 17:40:29 -07:00
README.md
log.go
pol.go Made all JSON fields lower_case 2015-05-01 17:26:49 -07:00
pol_test.go
reactor.go fix bitArray nil bugs 2015-05-07 17:35:58 -07:00
state.go Config names have no dots, are under_scored. 2015-05-12 17:40:29 -07:00
state_test.go
test.go
vote_set.go Always return the validatorIndex upon AddVote() 2015-05-06 11:39:59 -07:00
vote_set_test.go

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