-
Notifications
You must be signed in to change notification settings - Fork 55
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
AnonCreds Credentials using the W3C Standard - implementation #271
Commits on Nov 7, 2023
-
feat: Add CredentialW3C credential format
Signed-off-by: Abdulbois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4471a7 - Browse repository at this point
Copy the full SHA d4471a7View commit details -
feat: Work on credential conversion methods
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6127276 - Browse repository at this point
Copy the full SHA 6127276View commit details
Commits on Nov 9, 2023
-
feat: W3C credential and presentation format support
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf062a3 - Browse repository at this point
Copy the full SHA cf062a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be394d - Browse repository at this point
Copy the full SHA 9be394dView commit details -
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5fa8a90 - Browse repository at this point
Copy the full SHA 5fa8a90View commit details -
feat: Code refactoring and fixes
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7def052 - Browse repository at this point
Copy the full SHA 7def052View commit details
Commits on Nov 10, 2023
-
feat: Reuse implemented service methods
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e3fb30 - Browse repository at this point
Copy the full SHA 4e3fb30View commit details -
feat: Changed reference to anoncreds-cs dependency
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d42a36 - Browse repository at this point
Copy the full SHA 5d42a36View commit details -
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3a0f9b - Browse repository at this point
Copy the full SHA e3a0f9bView commit details -
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbc46fc - Browse repository at this point
Copy the full SHA cbc46fcView commit details -
fix: Fixed sample code in function documentation
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f531aa - Browse repository at this point
Copy the full SHA 7f531aaView commit details -
Use W3C credentials/presentation in multiple credentials test
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f6519b - Browse repository at this point
Copy the full SHA 3f6519bView commit details -
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea7188b - Browse repository at this point
Copy the full SHA ea7188bView commit details
Commits on Nov 13, 2023
-
Added function to retrieve credential attribute
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 572001a - Browse repository at this point
Copy the full SHA 572001aView commit details
Commits on Nov 14, 2023
-
Different predicate representation + pass cred def into conversion me…
…thod Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65eb5b6 - Browse repository at this point
Copy the full SHA 65eb5b6View commit details
Commits on Nov 15, 2023
-
Support case incentive case + refactored presentation creation/verifi…
…cation Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 731734f - Browse repository at this point
Copy the full SHA 731734fView commit details -
Fixed issue with taking revocation state
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5676fd8 - Browse repository at this point
Copy the full SHA 5676fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30099e0 - Browse repository at this point
Copy the full SHA 30099e0View commit details -
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e594ec - Browse repository at this point
Copy the full SHA 8e594ecView commit details
Commits on Nov 16, 2023
-
Corrected non-anoncreds proof parsing
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46d3dcc - Browse repository at this point
Copy the full SHA 46d3dccView commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 498b28e - Browse repository at this point
Copy the full SHA 498b28eView commit details -
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4bc7ad - Browse repository at this point
Copy the full SHA e4bc7adView commit details
Commits on Nov 21, 2023
-
Use credential status property for exposing revocation registry id
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 142af17 - Browse repository at this point
Copy the full SHA 142af17View commit details -
Moved w3c methods to separate folders
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cdebb35 - Browse repository at this point
Copy the full SHA cdebb35View commit details
Commits on Nov 22, 2023
-
Move w3c modules under the feature
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37444c4 - Browse repository at this point
Copy the full SHA 37444c4View commit details -
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 354d92b - Browse repository at this point
Copy the full SHA 354d92bView commit details -
Use serde alias for type and id fields
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa67696 - Browse repository at this point
Copy the full SHA fa67696View commit details
Commits on Nov 29, 2023
-
Refactored demo tests to work with both legacy and w3c formats
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac39a95 - Browse repository at this point
Copy the full SHA ac39a95View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dd376e8 - Browse repository at this point
Copy the full SHA dd376e8View commit details
Commits on Dec 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 95b01e2 - Browse repository at this point
Copy the full SHA 95b01e2View commit details
Commits on Dec 4, 2023
-
Added check of encoded attributes
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b825666 - Browse repository at this point
Copy the full SHA b825666View commit details
Commits on Dec 6, 2023
-
Changed name of create and verify presentation functions to be consis…
…tent with the design Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8267bc9 - Browse repository at this point
Copy the full SHA 8267bc9View commit details
Commits on Dec 7, 2023
-
Signed-off-by: artem.ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77df074 - Browse repository at this point
Copy the full SHA 77df074View commit details -
Merge remote-tracking branch 'origin/main' into anoncreds-wc3
# Conflicts: # docs/design/w3c/w3c-representation.md
Configuration menu - View commit details
-
Copy full SHA for 59a8a8c - Browse repository at this point
Copy the full SHA 59a8a8cView commit details