-
Notifications
You must be signed in to change notification settings - Fork 200
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
fix(anoncreds): wrong key name for predicates in proof object #1517
fix(anoncreds): wrong key name for predicates in proof object #1517
Conversation
There are some errors with the type checking |
Head branch was pushed to by a user without write access
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> Signed-off-by: Ry Jones <ry@linux.com> Signed-off-by: Ankur Banerjee <ankurdotb@users.noreply.github.com> Signed-off-by: Martin Auer <martin.auer97@gmail.com>
Signed-off-by: Martin Auer <martin.auer97@gmail.com>
Signed-off-by: Martin Auer <martin.auer97@gmail.com>
98fc8ed
to
71c430b
Compare
@@ -19,6 +19,7 @@ jobs: | |||
with: | |||
# pulls all commits (needed for lerna to correctly version) | |||
fetch-depth: 0 | |||
persist-credentials: false |
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.
I think this change should be reverted from this PR
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.
i removed it sorry
Signed-off-by: Martin Auer <martin.auer97@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #1517 +/- ##
===========================================
+ Coverage 62.83% 85.84% +23.00%
===========================================
Files 778 948 +170
Lines 17969 22627 +4658
Branches 3082 3957 +875
===========================================
+ Hits 11291 19424 +8133
+ Misses 6138 3021 -3117
+ Partials 540 182 -358
|
No description provided.