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 0273086eb3 Add tests for consensus validator 6 years ago
..
README.md Add readme for consensus 6 years ago
consensus.go proto files 6 years ago
consensus_engine.go More cleanup on consensus code 6 years ago
consensus_leader.go moving services folder 6 years ago
consensus_leader_msg.go moving services folder 6 years ago
consensus_leader_msg_test.go Remove proto/consensus and migrate consensus message types fully to gRpc 6 years ago
consensus_leader_test.go Add tests for consensus leader code 6 years ago
consensus_state.go More cleanup on consensus code 6 years ago
consensus_test.go move trie and utils into internal 6 years ago
consensus_validator.go More cleanup on consensus code 6 years ago
consensus_validator_msg.go proto files 6 years ago
consensus_validator_msg_test.go Remove proto/consensus and migrate consensus message types fully to gRpc 6 years ago
consensus_validator_test.go Add tests for consensus validator 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.