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
Improve log messages in synchronize_chain_state_from. (#4423)
## Motivation
I can't reproduce
#4422 locally, so we
have to try to get more helpful logs in CI if it happens again.
## Proposal
Improve log messages.
Also fix one `continue` in `synchronize_chain_state_from`: If we can't
download any of the required blobs we can skip this proposal
immediately, not just this blob.
## Test Plan
CI
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
## Links
- Related to #4422.
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments