-
Notifications
You must be signed in to change notification settings - Fork 41
Nesting and frames support #91
Comments
Noting I saw this, but need to play around with things a bit before I can come back with an answer. I think this is mainly going to come down to upgrading how we use the frame API in json-ld or updating json-ld.js |
Did some digging on this so far, but stopping for the day. This is the value of compactInputProofDocument that's being passed into jsonld.frame on line 138
This seems a bit odd to me so I need to do some more digging into if the One thing that seems odd about this is some of the nodes are properly labelled More to come on this next week! |
the blank nodes were only being transformed in the node identifier portion of the nQuad. This caused issues in how the nQuads would be converted back from RDF to JSON which in-advertently broke the ability for a proof to be derived from a nested structure. This fix makes it so that all blank node identifiers are transformed properly rather than just the node identifiers (first part of the nQuad). re #91
the blank nodes were only being transformed in the node identifier portion of the nQuad. This caused issues in how the nQuads would be converted back from RDF to JSON which in-advertently broke the ability for a proof to be derived from a nested structure. This fix makes it so that all blank node identifiers are transformed properly rather than just the node identifiers (first part of the nQuad). re #91
…96) the blank nodes were only being transformed in the node identifier portion of the nQuad. This caused issues in how the nQuads would be converted back from RDF to JSON which in-advertently broke the ability for a proof to be derived from a nested structure. This fix makes it so that all blank node identifiers are transformed properly rather than just the node identifiers (first part of the nQuad). fixes #91
trying to figure out how to get deriveProof on nest claims, for example:
with
The text was updated successfully, but these errors were encountered: