axelarnetwork / tofn

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

Track messages sent early for the next round #116

Closed milapsheth closed 3 years ago

milapsheth commented 3 years ago

While axelar-core provides all messages for the current round first, tofn as a standalone library shouldn't assume that and keep track of messages from the next round too.

milapsheth commented 3 years ago

WIP: need to add a few more things

milapsheth commented 3 years ago

Abandoned based on discussion mentioned in #102