Open dbluhm opened 1 year ago
I see there is a did_indy plugin loaded when askar-anoncreds wallets are used that registers a regexp for did:indy, but all methods raised not implemented:
I see this is part of https://github.com/orgs/hyperledger/projects/26 "Ledger Agnostic AnonCreds in ACA-py" and one of the two remaining tasks (the other one is implementing did:web)
In addition, I also noticed that outside of the TODO plugin there are hardcoded did:sov prefixes:
and cases where code expects either "naked" or did:sov prefix and nothing else:
Following example of the Legacy Indy registry, implement a did:indy registry. This registry will share much of the backend code for interacting with ledgers with the Legacy Indy implementation. The only real difference will be support for did:indy identifiers instead of the legacy indy identifiers. See the did:indy method specification for more details on these identifiers.