-
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
feat: issue credentials v2 (W3C/JSON-LD) #1092
feat: issue credentials v2 (W3C/JSON-LD) #1092
Conversation
Signed-off-by: Mike Richardson <[email protected]>
Signed-off-by: Mike Richardson <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1092 +/- ##
==========================================
+ Coverage 88.33% 88.40% +0.06%
==========================================
Files 701 706 +5
Lines 16111 16342 +231
Branches 2597 2640 +43
==========================================
+ Hits 14232 14447 +215
- Misses 1872 1888 +16
Partials 7 7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Mike Richardson <[email protected]>
Signed-off-by: Mike Richardson <[email protected]>
fix(routing): async message pickup on init (openwallet-foundation#1093)
@NB-MikeRichardson seems like tests are still failing. Can't merge before those are resolved... |
The failing test only seems to fail in 18.x. I have run this test on my local machine for all versions of node, and it runs fine except in 18.x. It is related to the Bbs signatures it seems. How does one go about fixing this test? |
It's the problem with BBS libraries. How can we avoid running them in node 18? |
Strangely enough I can get it running (sometimes) on my local machine (even with node 18). It seems to be inconsistent, do we know what the problem is with BBS libraries in 18.x? |
@NB-MikeRichardson for all tests that include BBS code you should use |
Signed-off-by: Mike Richardson <[email protected]>
Signed-off-by: Mike Richardson <[email protected]>
Signed-off-by: Mike Richardson <[email protected]>
No description provided.