corestario / tendermint

Tendermint with an embedded BLS random beacon
Other
18 stars 6 forks source link

fix: round timeouts #68

Closed zavgorodnii closed 5 years ago

zavgorodnii commented 5 years ago

This PR adds round timeouts: if a round was active for more than DKGRoundTimeout, it is killed (and all messages for that round will be discarded). DKGRoundTimeout is a configurable value (currently defaults to 120 seconds).