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 7cf85c5e71 Change commit timeout to 1 sec for testing 9 years ago
..
README.md Update README.md 10 years ago
common_test.go Make order be decided first; Remove TMSP Commit/Rollback 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 Make Receive() logging consistent 9 years ago
state.go Change commit timeout to 1 sec for testing 9 years ago
state_test.go Make order be decided first; Remove TMSP Commit/Rollback 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