cli: `rad id` allow missing default branch
If a peer had created any references but was also missing the
canonical branch, the rad id update command will fail when adding
that peer as a delegate.
Instead, the verification errors are tracked but only returned if there is not enough delegates for a threshold.
If a peer had created any references but was also missing the
canonical branch, the rad id update command will fail when adding
that peer as a delegate.
Instead, the verification errors are tracked but only returned if there is not enough delegates for a threshold.
Changes:
- Simplify
VerificationErrortype and the verification logic
Rebase and minor output fix.
Hotfix.