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
Show locked; filter by weight; fetch all missing senders. (#4764)
## Motivation
It's sometimes useful to see the current locked block of each validator,
e.g. when debugging why a chain isn't making progress.
It's also helpful to focus on only the validators with a lot of voting
weight, since they matter most in that case.
For proposals we learn about from validators, we only fetch one missing
sender block.
## Proposal
Show some information about the locking block, if present. Add a
`--min-votes` option. Fetch _all_ missing sender blocks.
## Test Plan
I'm using this for debugging on `testnet_conway`. With the fix for
fetching missing senders I managed to get the locked block into my local
node's chain manager.
## Release Plan
- These changes should be ported to `testnet_conway` and released in a
new SDK.
## Links
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments