You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make chain manager recover from current_round bug. (#4728) (#4729)
Backport of #4728.
## Motivation
#4688 fixed a bug where
the chain manager would set its `signed_proposal` but not update the
current round accordingly. However, some existing chains may already be
in a bad state.
## Proposal
Detect the bad state and recompute the current round.
## Test Plan
Backport and see if it makes the affected chains recover. Otherwise we
should never see the warning log.
## Release Plan
- These changes should:
- be released in a new SDK,
- be released in a validator hotfix.
## Links
- Original bug fix:
#4688
- PR to main: #4728
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments