veramo icon indicating copy to clipboard operation
veramo copied to clipboard

chore: next major release

Open mirceanis opened this issue 1 year ago • 1 comments

New features in this release:

#1239 - use IPFS CID for identifying credentials/presentations and messages in the data-store #1259 - add hash to credential columns in the DB for querying #1261 - reuse key conversion code from did-jwt #1242 - update ethersjs to v6 #1218 - querying DIDs by alias no longer depends on the provider #1268 - added ability to check which credential formats can be used for an issuer/credential combination #1282 - add DIDComm coordinate-mediation v3 support #1318 - use dynamic schemas for plugins #1316 - implement Multikey support #1331 - allow verifiers to use all verification methods that match #1332 - align did:key to spec #1334 - use blockchainAccountId from any DID method

mirceanis avatar Oct 25 '23 10:10 mirceanis

Codecov Report

Attention: Patch coverage is 90.52453% with 112 lines in your changes are missing coverage. Please review.

Project coverage is 89.95%. Comparing base (3dfc601) to head (ab16cbd). Report is 3 commits behind head on main.

Files Patch % Lines
packages/did-comm/src/didcomm.ts 83.75% 32 Missing :warning:
packages/did-provider-key/src/resolver.ts 91.33% 24 Missing :warning:
...ackages/did-provider-peer/src/peer-did-provider.ts 64.40% 21 Missing :warning:
packages/utils/src/did-utils.ts 76.59% 11 Missing :warning:
...d-comm/src/protocols/trust-ping-message-handler.ts 57.14% 9 Missing :warning:
...es/credential-eip712/src/agent/CredentialEIP712.ts 88.23% 4 Missing :warning:
packages/did-comm/src/transports/transports.ts 92.50% 3 Missing :warning:
.../protocols/coordinate-mediation-message-handler.ts 66.66% 2 Missing :warning:
packages/remote-server/src/messaging-router.ts 50.00% 2 Missing :warning:
packages/utils/src/jwk-did-utils.ts 33.33% 2 Missing :warning:
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1284      +/-   ##
==========================================
+ Coverage   84.92%   89.95%   +5.02%     
==========================================
  Files         167      176       +9     
  Lines       18120    27695    +9575     
  Branches     2036     2200     +164     
==========================================
+ Hits        15388    24912    +9524     
- Misses       2732     2783      +51     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Nov 01 '23 18:11 codecov-commenter