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 d87667a0c2 Conform to go-wire new TypeByte behavior for broadcasts 9 years ago
..
README.md Update README.md 10 years ago
common_test.go Prefix TMSP messages with length 9 years ago
config.go Refactor to move common libraries out of project 9 years ago
height_vote_set.go Improve logging 9 years ago
log.go Tweak logging; allow consensus to bypass filter 9 years ago
reactor.go Conform to go-wire new TypeByte behavior for broadcasts 9 years ago
state.go Conform to go-wire new TypeByte behavior for broadcasts 9 years ago
state_test.go Fireable -> EventSwitch; rs in EventDataRoundState; fixes from review 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