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
Minh Doan 1f8cd8c5b7 fix typos 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 apply new message protocol 6 years ago
consensus_leader.go apply new message protocol 6 years ago
consensus_leader_msg.go apply new message protocol 6 years ago
consensus_leader_msg_test.go Maps are reference types, so they are allways passed by reference. 6 years ago
consensus_leader_test.go Maps are reference types, so they are allways passed by reference. 6 years ago
consensus_state.go Migrate to BLS 6 years ago
consensus_test.go add leader pubkey in pong message 6 years ago
consensus_validator.go fix typos 6 years ago
consensus_validator_msg.go apply new message protocol 6 years ago
consensus_validator_msg_test.go Basic multisig checking for consensus 6 years ago
consensus_validator_test.go Change rnds in block to 32 bytes 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.