tendermint/consensus
Jae Kwon 571a134318 BaseService and BaseReactor refactor and unification 2015-07-20 14:52:24 -07:00
..
types tendermint/account -> acm 2015-07-19 09:40:55 -07: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 info->notice, debug->info 2015-07-19 22:44:40 +00:00
log.go Package import path change 2015-04-01 17:30:16 -07:00
reactor.go BaseService and BaseReactor refactor and unification 2015-07-20 14:52:24 -07:00
state.go BaseService and BaseReactor refactor and unification 2015-07-20 14:52:24 -07:00
state_test.go Fixed tests 2015-06-24 14:04:40 -07:00
test.go uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 2015-06-25 20:28:34 -07:00
vote_set.go tendermint/account -> acm 2015-07-19 09:40:55 -07:00
vote_set_test.go uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 2015-06-25 20:28:34 -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