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 a8ee0377d5 Use tmsp.Client interface 8 years ago
..
README.md Update README.md 10 years ago
common.go Merge remote-tracking branch 'origin/replay' 9 years ago
common_test.go Use tmsp.Client interface 8 years ago
config.go Refactor to move common libraries out of project 9 years ago
height_vote_set.go Fix HeightVoteSet bug where first catchup vote doesn't get added 9 years ago
height_vote_set_test.go Fix tests; Tests run in their own directory 8 years ago
log.go Make consensus logs use default log handler 9 years ago
reactor.go consensus: dont allow peer round states to decrease 8 years ago
replay.go drain internalMsgQueue and wait for cswal on quit 8 years ago
replay_test.go Fix tests; Tests run in their own directory 8 years ago
state.go Reap takes maxTxs 8 years ago
state_test.go Fix tests; Tests run in their own directory 8 years ago
wal.go consensus: don't wait for wal if conS not running 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