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
I encountered an issue when trying to issue a chained credential from a signify issuer to a signify holder. See reproduction script here: WebOfTrust/signify-ts#144
Please also refer to discord discussion:
Yeah, there appears to be a missing step in KERIA and I'm not sure where it should go. When you grant a credential to another AID, you need to send over any supporting data like registry events, registry anchoring events and all chained credentials (and all their associated events). We handle this in the grant kli command, but because in KERIA we issue the grant via the generic exchanges endpoint, there is no where to put this functionality.
Probaby, like the admit endpoint that has to parse and save the credential, we need a grant endpoint that streams out the supporting data.
I encountered an issue when trying to issue a chained credential from a signify issuer to a signify holder. See reproduction script here: WebOfTrust/signify-ts#144
Please also refer to discord discussion:
From @pfeairheller
Actual result
Script keeps printing "[]", which is the list of credentials received from the holders agent.
Expected result
Script should print the credential and exit.
The text was updated successfully, but these errors were encountered: