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 4bf2b14847 merge 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 merge 6 years ago
consensus_leader.go [cleanup] remove libp2p unicast support 6 years ago
consensus_leader_msg.go add ConstructConsensusMessage to the message payload 6 years ago
consensus_leader_msg_test.go add ConstructConsensusMessage to the message payload 6 years ago
consensus_leader_test.go [cleanup] remove libp2p unicast support 6 years ago
consensus_state.go Migrate to BLS 6 years ago
consensus_test.go fix travis checker errors 6 years ago
consensus_validator.go merge 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 merge 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.