lohanspies

Results 13 comments of lohanspies

This is a good start for the test harness. "Yes. You can look at the Aries Agent Test Harness (https://github.com/hyperledger/aries-agent-test-harness) to test that. But lots of people are using the...

@wip-abramson do you see this being another helper class inside the https://github.com/OpenMined/PyDentity/blob/master/libs/aries-basic-controller/aries_basic_controller/helpers/ folder or by adding this functionality to https://github.com/OpenMined/PyDentity/blob/master/libs/aries-basic-controller/aries_basic_controller/helpers/utils.py directly?

@wip-abramson starting to take a stab at this in this branch https://github.com/OpenMined/PyDentity/tree/issue_60 Have a look and then let us discuss the plan of action, especially around errors and passing back...

And on another note, don't think it is required to provide parsing for the whole verify object. Rather focus on the obvious and most relevant items.

@wip-abramson the basic implementation is done. needs more work like error checking etc and maybe renaming/moving around the code. check the bottom of https://github.com/OpenMined/PyDentity/blob/issue_60/tutorials/aries-basic-controller/notebooks/alice/Part%2010%20-%20Revocation.ipynb for an example. Example code of...

Agree. Can we make a list of things we know must change now so that I can take a stab at it? - [x] Rename to Class to be Presentation...

Hey @wip-abramson have a look at the latest commit for this issue. Let me know what is still outstanding. From the checklist, it is to create a notebook explaining the...

@vineeth14 can you maybe pick this up and complete the two outstanding items?

@frogman we just need to ensure the REST API is exposed over HTTPS by installing a cert as you mentioned.

Started with the testing of the OOB attachments in [this](https://github.com/OpenMined/PyDentity/tree/feature/oob_attachments) branch. Seems like AcaPy 0.5.6 does not currently support the `credential-offer` and `present-proof` message types