-
Notifications
You must be signed in to change notification settings - Fork 135
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
chore: feature release #745
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix(data-store): add support for db ConnectionOptions with entityPrefix fixes #724 * chore: use different infuraProjectId in tests * docs(core): simplify type definitions for VC/VP and link to spec * fix: private key migration Co-authored-by: Simonas Karuzas <[email protected]>
Run `veramo config check` in a terminal to do a simple syntax check on the agent.yml file
* Fix link to agent docs in README
* test: fix test async setup * chore(deps): bump DID dependencies * feat(did-provider-ethr): add X25519 keys to `keyAgreement` section fixes #743 * fix(did-comm): use more specific error messages for keyAgreement * fix(did-comm): compare compressed keys for secp256k1 fixes `packDidCommMessage()` using `jws` packing for Secp256k1 keys. * test(did-comm): cover more corner cases with tests
* fix(deps): update dependency commander to v8 * fix(cli): adapt to commander@8+ API Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Mircea Nistor <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #745 +/- ##
==========================================
+ Coverage 79.19% 81.78% +2.59%
==========================================
Files 85 85
Lines 2591 2652 +61
Branches 441 507 +66
==========================================
+ Hits 2052 2169 +117
+ Misses 537 481 -56
Partials 2 2 |
simonas-notcat
approved these changes
Nov 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This will trigger a new release with a minor version bump.
save
option #713)Run
veramo config check
in a terminal to do a simple syntax check on theagent.yml
filekeyAgreement
section (did:ethr provider addKey with X25519 key type does not addkeyAgreement
section to DID doc #743)fixes
packDidCommMessage()
usingjws
packing for Secp256k1 keys.