-
Notifications
You must be signed in to change notification settings - Fork 220
fix: presenting proof for non Mdoc VCs #2226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix: presenting proof for non Mdoc VCs #2226
Conversation
Signed-off-by: Mostafa Gamal <moscd3@gmail.com>
|
Signed-off-by: Mostafa Gamal <moscd3@gmail.com>
Is this issue also present in the latest 0.6 alpha? Since this PR won't affect 0.5.x releases |
I assume it is, since the same cause is in the main branch |
We ended up patching 0.5.13 to get Bifold to work with SD-JWT and JWTs |
@TimoGlastra Any thing needs to be done for this fix to go in? |
I'm not really sure what is causing this error. The pex library should return an array. And the version being used in for pex 0.6 is different than 0.5 So:
So before merging i'd like to understand the root cause, as the pex library should return an array in all cases |
@TimoGlastra Couple of things here
When its not, the object is structured this way
So, if PEX library returns and array regardless, this function has to be refactored to always construct the object About testing, I can't see any docs or sample implementation for credo-6 to try with. Please guide me if you have more info |
This fixes #2222