CodeChain-io / CodeChain-io/foundry
Lock on a block only when the block is verified
Open
consensus
- Dominant language
- Rust
- Stars
- 36
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Our Tendermint implementation locks on a block if 2/3 of prevotes are collected even though the block is not received yet. Changing the behavior should not affect safety. If more than 2/3 of peers are byzantine(very rare case) the node should not send a precommit on the block.
Contributor guide
Assessment
This issue has not been assessed yet.