The delegate CLI command and its proof helpers were removed during the UCAN 1.0 migration, so registerWithDelegator now panics. Reimplement proof generation using container.Encode(container.Base64Gzip, ...) and confirm the wire format the delegator service expects, then restore the IsRegistered/Register/RequestProofs flow.
Code: https://github.com/fil-forge/piri/blob/frrist/ucan1/cmd/cli/setup/register.go#L772
Raised in PR #8 review (alanshaw, C2/C3).
The
delegateCLI command and its proof helpers were removed during the UCAN 1.0 migration, soregisterWithDelegatornow panics. Reimplement proof generation usingcontainer.Encode(container.Base64Gzip, ...)and confirm the wire format the delegator service expects, then restore the IsRegistered/Register/RequestProofs flow.Code: https://github.com/fil-forge/piri/blob/frrist/ucan1/cmd/cli/setup/register.go#L772
Raised in PR #8 review (alanshaw, C2/C3).