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

did:key resolver doesn't match the spec #1330

Closed
mirceanis opened this issue Jan 26, 2024 · 0 comments · Fixed by #1332
Closed

did:key resolver doesn't match the spec #1330

mirceanis opened this issue Jan 26, 2024 · 0 comments · Fixed by #1332
Assignees
Labels
bug Something isn't working

Comments

@mirceanis
Copy link
Member

Bug severity
4

Describe the bug
The spec examples for Ed25519 keys show documents containing Ed25519VerificationKey2020 or JsonWebKey2020 but our current resolver outputs only Ed25519VerificationKey2018 docs.

This prevents some use-cases, like creating a Ed25519Signature2020 using did:key.

https://w3c-ccg.github.io/did-method-key/#document-creation-algorithm

Versions (please complete the following information):

  • Veramo: <=5
@mirceanis mirceanis added the bug Something isn't working label Jan 26, 2024
@mirceanis mirceanis self-assigned this Jan 26, 2024
mirceanis added a commit that referenced this issue Jan 26, 2024
replace transmute resolvers with local implementation

fixes #1330
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant