-
Notifications
You must be signed in to change notification settings - Fork 516
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 ledger request signing issue; avoid duplicate public DID lookups #215
Fix ledger request signing issue; avoid duplicate public DID lookups #215
Conversation
andrewwhitehead
commented
Oct 11, 2019
- don't require a signature for get_txn_request in credential_definition_id2schema_id
- avoid repeated lookups of public DID when submitting ledger requests
…n_id2schema_id; avoid repeated lookups of public DID when submitting ledger requests Signed-off-by: Andrew Whitehead <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #215 +/- ##
==========================================
- Coverage 72.68% 72.66% -0.02%
==========================================
Files 219 219
Lines 10136 10147 +11
==========================================
+ Hits 7367 7373 +6
- Misses 2769 2774 +5 |
Ran the faber demo and it failed on this branch and master with the following error:
Please investigate (I think you know what the issue is) and add the fix to this PR. |
Signed-off-by: Andrew Whitehead <[email protected]>
Another error, this time in the Proof Request/Proof process. Ran the Alice/Faber demo through to the proof process and Alice's agent had this error:
Please investigate. Include in this or should it be a separate issue? |
Signed-off-by: Andrew Whitehead <[email protected]>
Working fine now. Review time. |
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.
Looks good, demo runs...