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 bcb3ef3abd Update README.md 10 years ago
..
README.md Update README.md 10 years ago
log.go saving development state... 10 years ago
pol.go fix tests 10 years ago
pol_test.go Validation tests 10 years ago
priv_validator.go consensus cleanup, privValidator config 10 years ago
proposal.go fix tests 10 years ago
reactor.go made ValidatorSet.Hash deterministic; fix off-by-1 bugs 10 years ago
state.go made ValidatorSet.Hash deterministic; fix off-by-1 bugs 10 years ago
state_test.go Store BlockParts && also Validation on its own. 10 years ago
test.go Validation tests 10 years ago
vote_set.go nil bugs 10 years ago
vote_set_test.go Don't send bitarrays, just send height/round/type/index. 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