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 5e015bc669 Probable fix for #140 9 years ago
..
README.md Update README.md 10 years ago
config.go Config is passed into each module. Remove tendermint/confer 9 years ago
height_vote_set.go RPCResponse.Result && EventData are registered interfaces; -skip_upnp option 9 years ago
log.go Package import path change 9 years ago
reactor.go Probable fix for #140 9 years ago
state.go Parts -> PartsHeader; *_parts -> *_parts_header in sign_bytes 9 years ago
state_test.go Fixed tests 9 years ago
test.go RPCResponse.Result && EventData are registered interfaces; -skip_upnp option 9 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