Skip to content
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

add indyNamespace to the indy ledgers configuration (need to document this: https://hyperledger.github.io/indy-did-method/#indy-did-method-identifiers) #944

Closed
morrieinmaas opened this issue Jul 12, 2022 · 1 comment · Fixed by #965
Assignees
Milestone

Comments

@morrieinmaas
Copy link
Contributor

  • add indyNamespace to the indy ledgers configuration (need to document this: https://hyperledger.github.io/indy-did-method/#indy-did-method-identifiers)
  • add fully qualified identifier to the anon creds (schema|credential definition) records (replace the non qualified identifier before storing and after retrieving it). For indy we use the did:indy spec identifiers to store.
    • Note: Records stores fully qualified identifier as identifier.
    • Need to transform unqualified to qualified before storing or querying
    • Need to transform qualified to unqualified after retrieving
  • Need to return the fully qualified id somehow from the service (either by adding qualifiedId return value, or overriding the id before returning and the setting it as the unqualified again after storing it).
  • Ledger module construct fully qualified string/name. Check with that against record store

Originally posted by @TimoGlastra in #900 (comment)

@morrieinmaas
Copy link
Contributor Author

@TimoGlastra can you assing me, please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants