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 ad17090a0f No global config 8 years ago
..
README.md Update README.md 10 years ago
common.go Merge remote-tracking branch 'origin/replay' 8 years ago
common_test.go No global config 8 years ago
height_vote_set.go No global config 8 years ago
height_vote_set_test.go No global config 8 years ago
log.go Make consensus logs use default log handler 9 years ago
mempool_test.go No global config 8 years ago
reactor.go fixes from review 8 years ago
replay.go No global config 8 years ago
replay_test.go fixes from review 8 years ago
state.go No global config 8 years ago
state_test.go No global config 8 years ago
version.go bump rpc version; add consensus version 8 years ago
wal.go cswal_light logs own votes; fix tests 8 years ago
wal_test.go config: cswal_light, mempool_broadcast, mempool_reap 8 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