CodeChain-io / CodeChain-io/codechain
Optimize the gossip method by modifying peer states
Open
consensus
experimental
- Dominant language
- Rust
- Stars
- 256
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
In the VRF-based randomized leader election, the method `request_proposal_to_any` is awkward. If the tendermint module introduce a new peer state "priority", it can request proposals only to the nodes whose priorities are the highest.
Contributor guide
Assessment
This issue has not been assessed yet.