entropyxyz / manul

Round-based distributed protocols
https://docs.rs/manul
GNU Affero General Public License v3.0
1 stars 1 forks source link

Handle cases where a remote node sent an unexpected echo message #23

Open fjarri opened 6 days ago

fjarri commented 6 days ago

The remote node might have sent an echo message where the round did not expect any, or not send one when one was expected. This should be a provable offense in both cases. Should we make the node sign a serialized Option<EchoBroadcast>?