Adam Burdett

Results 8 issues of Adam Burdett

This PR removes did registry class and uses a list instead. Simplifying the code. Signed-off-by: Adam Burdett Co-authored-by: Daniel Bluhm

# UNDER RAPID DEVELOPMENT! This draft PR updates ACA-PY to use python-3.7 along with dependency updates. For questions during development please reach out to @burdettadam or @dbluhm.

Currently, assumptions are made about the auth table stored on indy ledgers during checks for an endorser. For example, the role of an endorser will always have the authority to...

I have a few initial questions. - It is unclear to me who is creating the schema `@id`, the client or server? Should the `@id` be included in the txn...

This PR makes key types pluggable to enable plugins to define and register new ones. Signed-off-by: Adam Burdett

To support different did methods in plugins we need to support did method pluggability. This PR changes the default methods to be static and registered into a registry of methods...

If you create a credential definition in one agent, write it to the ledger, open up a new agent, and try to create a credential definition using the same did...

input field for retrieving schema from the ledger does not indicate what it is expecting. it would be very helpful if the place holder said something like `schema_id`.