-
Notifications
You must be signed in to change notification settings - Fork 83
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
Add functions vcx_credential_get_attributes, vcx_disclosed_proof_get_proof_request_attachment #141
Conversation
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
59daf6c
to
24e79d7
Compare
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Codecov Report
@@ Coverage Diff @@
## master #141 +/- ##
==========================================
- Coverage 50.76% 50.71% -0.06%
==========================================
Files 151 151
Lines 22798 22916 +118
Branches 6028 6064 +36
==========================================
+ Hits 11574 11621 +47
- Misses 7654 7707 +53
- Partials 3570 3588 +18
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
…and wrapper Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
libvcx/src/aries/handlers/issuance/holder/states/offer_received.rs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also extend Java and iOS wrapper? Probably any mobile app would want to use this.
7b882ac
to
505c73e
Compare
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
505c73e
to
d3c677e
Compare
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
7a966d9
to
5f89ddb
Compare
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please rename added function for proof to getProofRequestAttachment as we agreed
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
74859b5
to
2a1b9d4
Compare
Signed-off-by: Miroslav Kovar miroslavkovar@protonmail.com