Fantom-foundation / lachesis-rs

Lachesis BFT consensus for permission-less networks, in Rust
MIT License
34 stars 5 forks source link

Make `Node` capable of handling when someone on the network asks for a sync #5

Closed AgustinCB closed 6 years ago

AgustinCB commented 6 years ago

This looks like a nice place to use channels.

May require the introduce of thread safe wrappers.

AgustinCB commented 6 years ago

Grabbing this one as well.