deps: bump ucantone (v1 DID context) and libforge (attested-sig fix)#29
Merged
Conversation
Bump ucantone 7985ec0 -> a8f24fe (adds acceptance of the DID Core v1 `@context`, https://www.w3.org/ns/did/v1, alongside v1.1) and libforge eb26d871 -> 2b55dbcf (fil-forge/libforge#43, attested did:web signatures). Without the ucantone bump, piri rejects DID documents whose `@context` is the older v1 form with: publishing location commitment: unable to resolve "did:web:delegator": parsing DID document JSON: @context must list ".../did/v1.1" first This blocks /blob/accept (and therefore every upload) against services that still serve a v1-context did:web document (e.g. the delegator), which is what the smelt e2e suite hit once the attested-signature login fix (libforge#43) was in place. Dependency-only change: builds, vets, and the fx app graph validation (pkg/fx/app) pass unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017yUxrDH8gWAA4ufwzuq657
frrist
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump the UCAN dependencies to unblock the attested-signatures / UCAN Principal Clarification rollout:
7985ec0→a8f24fe— accepts the DID Core v1@context(https://www.w3.org/ns/did/v1) alongsidev1.1.eb26d871→2b55dbcf— fil-forge/libforge#43, verify attested signatures fromdid:webauthorities.Why
With the attested-signature login fix (libforge#43) in place on the upload service, the smelt e2e suite got past
guppy loginbut then failed on every upload at piri's/blob/accept:The published
piri:mainimage runs the older ucantone (7985ec0), which accepts av1.1@contextonly and therefore rejects the delegator'sv1-contextdid:webdocument. ucantonea8f24feaddsv1acceptance (intended backward-compat on input), which fixes the resolution. The delegator needs no change.Once this merges and
piri:mainis rebuilt, the smelt e2e (see fil-forge/smelt#7) can go green.Testing
Dependency-only change (
go.mod/go.sum).go build ./...,go vet ./..., and the fx dependency-graph test (pkg/fx/app) all pass locally.🤖 Generated with Claude Code
https://claude.ai/code/session_017yUxrDH8gWAA4ufwzuq657
Generated by Claude Code