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

fix(credential-w3c): forward DID resolution options to the resolver #1344

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

mirceanis
Copy link
Member

What issue is this PR fixing

fixes #1343

What is being changed

Plugin methods that rely on did-resolver can now accept an optional resolutionOptions parameter that gets forwarded to the DID resolver.

Affected packages:
@veramo/credential-w3c
@veramo/credential-ld
@veramo/credential-eip712
@veramo/did-comm

Quality

Check all that apply:

  • I want these changes to be integrated
  • I successfully ran pnpm i, pnpm build, pnpm test, pnpm test:browser locally.
  • I allow my PR to be updated by the reviewers (to speed up the review process).
  • I added unit tests.
  • I added integration tests.

@mirceanis mirceanis added this to the v6 milestone Feb 22, 2024
@nickreynolds nickreynolds merged commit 7237efd into next Feb 22, 2024
10 checks passed
@nickreynolds nickreynolds deleted the 1343-resolver-options branch February 22, 2024 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[proposal] forward DID resolution options to the DID resolver when creating or verifying credentials
3 participants