parallelchain-io / hotstuff_rs

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

Update locked view on receiving nudge with `justify.phase == Prepare` #9

Closed lyulka closed 6 months ago

lyulka commented 11 months ago

Problematic line

https://github.com/parallelchain-io/hotstuff_rs/blob/67e6d76050afe6fa76e85b66fe41fb4b41cdc012/src/algorithm.rs#L389

Safety argument

TODO.

lyulka commented 6 months ago

Implemented in HotStuff-rs v0.3.