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.
 
 
 
 
 
 
Ethan Buchman 6fef314423 version bump and release branch 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 consensus: t.Fatal -> panic 8 years ago
height_vote_set.go consensus: hvs.Reset(height, valSet) 8 years ago
height_vote_set_test.go consensus: t.Fatal -> panic 8 years ago
log.go Make consensus logs use default log handler 9 years ago
mempool_test.go consensus: increase mempool_test timeout 8 years ago
reactor.go fixes from review 8 years ago
replay.go No global config 8 years ago
replay_test.go consensus: t.Fatal -> panic 8 years ago
state.go tests: broadcast_tx with tmsp; p2p 8 years ago
state_test.go crank consensus timeout parameters for tests (see #236) 8 years ago
version.go version bump and release branch 8 years ago
wal.go cswal_light logs own votes; fix tests 8 years ago
wal_test.go consensus: t.Fatal -> panic 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