parallelchain-io / hotstuff_rs

Rust implementation of the HotStuff consensus algorithm.
34 stars 4 forks source link

The Chain ID of received blocks and quorum certificates are not checked #10

Closed lyulka closed 6 months ago

lyulka commented 10 months ago

Problem

The Chain ID of Progress Messages are checked, but the Chain ID of the blocks and the inner quorum certificates are not checked.

lyulka commented 6 months ago

Fixed in HotStuff-rs v0.3.