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
Always fetch the chain description on follow-chain. (#4532)
## Motivation
`follow-chain` synchronizes the new chain only if `--sync` is specified.
Otherwise it doesn't even verify that the chain exists.
## Proposal
Without `--sync`, still download the chain description. If that fails,
don't add the chain to the wallet.
## Test Plan
An end-to-end test was extended.
## Release Plan
- These changes should be backported to the latest `testnet` branch,
then
- be released in a new SDK.
## Links
- Closes#4529.
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments