-
Notifications
You must be signed in to change notification settings - Fork 35
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 script for single issuer and single holder ipex #126
add script for single issuer and single holder ipex #126
Conversation
Codecov Report
@@ Coverage Diff @@
## development #126 +/- ##
===============================================
+ Coverage 80.90% 80.94% +0.04%
===============================================
Files 42 42
Lines 4117 4173 +56
Branches 1027 1028 +1
===============================================
+ Hits 3331 3378 +47
- Misses 754 763 +9
Partials 32 32
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
Thanks @pfeairheller for the updates and adding the /ipex/admit to KERIA. I have tried this again by porting the "submitAdmit" function to here.
However, KERIA now becomes unresponsive after posting the /ipex/admit message. After debugging I found that execution stops in the Admitter when calling "parseOne" on the "iss" embed: WebOfTrust/keria@f80d976#diff-a169faf61f8a8fdf3be4d9d2a164f646003d0f5203efb18f599f4b59393327efR527
Do you have any idea as to what could cause the parser from getting stuck in an infinite loop. I am a bit worried that these background tasks can make the API unresponsive. I thought maybe the Doers was a way to prevent that? |
For ACDCs and anchors
Add in attachment serialization functions
Adding reference script for issuing a credential using a single issuer and a single holder. Includes updates to
ipex().grant()
from @kentbull.Original post: