MystenLabs / mysticeti

Mysticeti: Low-Latency DAG Consensus with Fast Commit Path
Apache License 2.0
55 stars 28 forks source link

[refactor] leader timeout after quorum received #61

Closed akichidis closed 10 months ago

akichidis commented 10 months ago

This PR is refactoring the process of proposing a leader on timeout when a quorum has been received. For that a signal component has been introduced in order to propagate the round when threshold clock advances. That was also necessary to make sure that simulation tests run properly.