The core protocol of WoopChain
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.
 
 
 
woop/consensus
Rongjian Lan da45cdeef5 Fix the broadcast bug introduced by for loop deferencing to the last element (for loop variable is just a temp pointer to the element) 6 years ago
..
consensus.go Fix the broadcast bug introduced by for loop deferencing to the last element (for loop variable is just a temp pointer to the element) 6 years ago
consensus_leader.go added mem report 6 years ago
consensus_leader_test.go Add block verification in validator node; link verification function from Node obj to Consensus obj 6 years ago
consensus_test.go Add client directory for client related codes; refactor message protocol files 6 years ago
consensus_validator.go replace block hash by transaction hash 6 years ago
consensus_validator_test.go Add block verification in validator node; link verification function from Node obj to Consensus obj 6 years ago
message.go Add client directory for client related codes; refactor message protocol files 6 years ago