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
Eugene Kim 485127cfba
Change block reward 0.001 → 0.1 HRX/sig
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 block reward 0.001 → 0.1 HRX/sig 6 years ago
consensus_leader.go [cleanup] remove offline peer handler 6 years ago
consensus_leader_msg.go add ConstructConsensusMessage to the message payload 6 years ago
consensus_leader_msg_test.go [cleanup] remove peers variable from consensus New function 6 years ago
consensus_leader_test.go [cleanup] remove peers variable from consensus New function 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 [consensus] add set consensus ID function 6 years ago
consensus_validator.go migrate bls identity from address to public key 6 years ago
consensus_validator_msg.go fix typos 6 years ago
consensus_validator_msg_test.go [cleanup] remove peers variable from consensus New function 6 years ago
consensus_validator_test.go [cleanup] remove peers variable from consensus New function 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.