axelarnetwork / tofn

A threshold cryptography library in Rust
Apache License 2.0
112 stars 23 forks source link

Sign round 2 should send complaints via p2p, not bcast #94

Closed ggutoski closed 3 years ago

ggutoski commented 3 years ago

Ok for now. But in the future we should instead split zkp_complaints into separate p2p messages. That way this round will have only p2p messages in both happy and sad paths, so we can eliminate an empty bcast in happy path (and empty p2ps in sad path).

_Originally posted by @ggutoski in https://github.com/axelarnetwork/tofn/pull/93#discussion_r674550278_

ggutoski commented 3 years ago

fixed in #132