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 073efb6776 Refactor basic consensus message checking 6 years ago
..
README.md Add readme for consensus 6 years ago
consensus.go Refactor basic consensus message checking 6 years ago
consensus_engine.go Rename state.StateDB to state.DB (#255) 6 years ago
consensus_leader.go Refactor basic consensus message checking 6 years ago
consensus_leader_msg.go Refactor consensus message signing 6 years ago
consensus_leader_msg_test.go Merge branch 'master' of github.com:harmony-one/harmony into goimports 6 years ago
consensus_leader_test.go Basic multisig checking for consensus 6 years ago
consensus_state.go Migrate to BLS 6 years ago
consensus_test.go Migrate to BLS 6 years ago
consensus_validator.go Refactor basic consensus message checking 6 years ago
consensus_validator_msg.go Refactor consensus message signing 6 years ago
consensus_validator_msg_test.go Basic multisig checking for consensus 6 years ago
consensus_validator_test.go Add multi-sig check on validator commit phase 6 years ago
errors.go Integrate eth code into harmony with a simple main entry point 6 years ago

README.md

Consensus package includes the Harmony BFT consensus protocol code.

For now, the current implementation is still in experimental phase because it's coded using the two-round Schnorr-based multi-signature similar to Byzcoin's design.

We will migrate to BLS-based multi-signature following Harmony's new consensus protocol design.