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 24fd9d67b8 More goimports 6 years ago
..
README.md Add readme for consensus 6 years ago
consensus.go More goimports 6 years ago
consensus_engine.go Rename state.StateDB to state.DB (#255) 6 years ago
consensus_leader.go Followup on previous PR comments 6 years ago
consensus_leader_msg.go fix import order 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 Merge branch 'master' of github.com:harmony-one/harmony into goimports 6 years ago
consensus_state.go Migrate to BLS 6 years ago
consensus_test.go Migrate to BLS 6 years ago
consensus_validator.go Followup on previous PR comments 6 years ago
consensus_validator_msg.go Merge and add build path 6 years ago
consensus_validator_msg_test.go Migrate to BLS 6 years ago
consensus_validator_test.go Merge branch 'master' of github.com:harmony-one/harmony into goimports 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.