Zilliqa / zq2

Zilliqa 2.0 code base
Apache License 2.0
9 stars 0 forks source link

feat: Calculate view jump based on high_qc updated_at time #1835

Open 86667 opened 2 days ago

86667 commented 2 days ago

These changes fix the linked bug in which restarting a node multiple times whilst consensus is not met causes the view to jump forward too far. Here, we determine the view jump number off of the high_qc which will not have changed since the original node shut down.