aries-cloudagent-python
aries-cloudagent-python copied to clipboard
Add did:indy transaction version 2 support
This adds the ability to create a did:indy
with transaction version 2 algorithm. https://hyperledger.github.io/indy-did-method/#nym-transaction-version.
- It's created in a new /did/indy/create endpoint. If the controller tries to create it in the /wallet/did/create endpoint it will get a
indy
method not supported (same as before) and tell them to use the new endpoint. - Adds seed support with allow-insecure-seed configuration
- When starting up an agent wither a did:indy or did:sov seed can be used.
- Does a refactor on wallet startup function to reduce complexity.