TBD54566975 / web5-spec

Web5 Spec
https://tbd54566975.github.io/web5-spec/
Apache License 2.0
7 stars 5 forks source link

Add select credentials test vector with multiple Fields #158

Closed tomdaffurn closed 1 month ago

tomdaffurn commented 3 months ago

In the test vectors for the Presentation Exchange "select credentials" feature, no test case has an Input Descriptor with more than one Field. test-vectors/presentation_exchange/select_credentials.json

Add a new test vector that has an Input Descriptor with multiple Fields.

This is necessary to demonstrate a bug in the web5-go implementation of SelectCredentials. It might also be present in other language SDKs.

It will also exercise the AND relationship of multiples Fields in an InputDescriptor

decentralgabe commented 1 month ago

related to #171