yangl1996 / prism-rust

Rust implementation of the Prism consensus protocol
MIT License
100 stars 19 forks source link

Add a thread to request missing blocks #80

Open yangl1996 opened 5 years ago

yangl1996 commented 5 years ago

Currently we just passively wait for a block to come. This could be buggy when we increase the topology size and start losing messages.

bagavi commented 5 years ago

We will need this for large scale tests.