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
animeshg cb1085b5b1 test for consensus state 6 years ago
..
engine Break tie of core-consensus-core import cycle; add pRnd channel for consensus 6 years ago
README.md Say goodbye to Schnorr sig and kyber package and mark BLS done 6 years ago
consensus.go change BlsPubKey to ConsensusPubKey and remove unnecessary log 6 years ago
consensus_leader.go change BlsPubKey to ConsensusPubKey and remove unnecessary log 6 years ago
consensus_leader_msg.go add ConstructConsensusMessage to the message payload 6 years ago
consensus_leader_msg_test.go change BlsPubKey to ConsensusPubKey and remove unnecessary log 6 years ago
consensus_leader_test.go change BlsPubKey to ConsensusPubKey and remove unnecessary log 6 years ago
consensus_state.go Migrate to BLS 6 years ago
consensus_state_test.go test for consensus state 6 years ago
consensus_test.go change BlsPubKey to ConsensusPubKey and remove unnecessary log 6 years ago
consensus_validator.go change BlsPubKey to ConsensusPubKey and remove unnecessary log 6 years ago
consensus_validator_msg.go fix typos 6 years ago
consensus_validator_msg_test.go fix tests 6 years ago
consensus_validator_test.go change BlsPubKey to ConsensusPubKey and remove unnecessary log 6 years ago

README.md

Consensus package includes the Harmony BFT consensus protocol code, which uses BLS-based multi-signature to cosign the new block. The details are in Harmony's new consensus protocol design.