Fantom-foundation / lachesis-rs

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

Make implementations of `Peer` #4

Closed AgustinCB closed 5 years ago

AgustinCB commented 6 years ago

That's the interface that defines how to communicate with other nodes.

We should make that communicates with other processes in the same box and another one that communicates through net

AgustinCB commented 6 years ago

Currently working on this, forgot to mention.