Skip to content
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

Select Credentials #81

Merged
merged 12 commits into from
May 7, 2024
Merged

Select Credentials #81

merged 12 commits into from
May 7, 2024

Conversation

diehuxx
Copy link
Contributor

@diehuxx diehuxx commented May 3, 2024

late List<SelectCredentialTestVector> vectors;

setUpAll(() {
final vectorsJson = getJsonVectors('presentation_exchange/select_credentials.json');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

running into trouble reading the vectors from the submodule. i'll take another stab at it in the morning

@diehuxx diehuxx marked this pull request as ready for review May 3, 2024 18:46
selectionCandidate[tokenPath.token] = value;
break;
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if this loop ends and no paths matched, there's no need to continue evaluating the current vcJwt

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@diehuxx diehuxx merged commit 44d0e96 into main May 7, 2024
1 check passed
@diehuxx diehuxx deleted the pex branch May 7, 2024 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants