Closed mirceanis closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
165de35
) 85.50% compared to head (8689e0b
) 85.50%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What issue is this PR fixing
fixes #1319
What is being changed
The default CLI config gets an update to support creating and resolving did:jwk and did:peer. The CLI package gets 2 new plugin dependencies for these DID methods. The
PeerDidProvider
is more lenient aboutnum_algo
parameters for creation. It will default to 0 if nothing is provided.Quality
Check all that apply:
pnpm i
,pnpm build
,pnpm test
,pnpm test:browser
locally.