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 d31d3c58ad Recheck txs 9 years ago
..
README.md Update README.md 10 years ago
common.go Merge remote-tracking branch 'origin/replay' 9 years ago
common_test.go Fix tmsp/example import paths 9 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 HeightVoteSet bug where first catchup vote doesn't get added 9 years ago
log.go Make consensus logs use default log handler 9 years ago
reactor.go fast sync fixes 9 years ago
replay.go catchup replay fix 9 years ago
replay_test.go Merge remote-tracking branch 'origin/replay' 9 years ago
state.go Recheck txs 9 years ago
state_test.go Merge remote-tracking branch 'origin/replay' 9 years ago
wal.go Merge remote-tracking branch 'origin/replay' 9 years ago
wal_test.go msgLogFP -> write ahead log 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