You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jae Kwon f325675b83 Do not wipe cs.Votes upon SwitchToConsensus 10 years ago
..
types uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 10 years ago
README.md Update README.md 10 years ago
config.go Config is passed into each module. Remove tendermint/confer 10 years ago
height_vote_set.go Do not wipe cs.Votes upon SwitchToConsensus 10 years ago
log.go Package import path change 10 years ago
reactor.go Do not wipe cs.Votes upon SwitchToConsensus 10 years ago
state.go Do not wipe cs.Votes upon SwitchToConsensus 10 years ago
state_test.go Fixed tests 10 years ago
test.go uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 10 years ago
vote_set.go consensus reactor code polish, fixed prs BitArray cache invalidation bug 10 years ago
vote_set_test.go uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 10 years ago

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