-
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: new release #615
Merged
chore: new release #615
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
chore(release): v1.2.1 [skip ci]
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
chore(release): update versions in next v1.2.2
* fix(deps): bump did-jwt to 5.4.0 * chore(ci): use new cache key for yarn dirs * chore(deps): bump [email protected] * chore(deps): bump [email protected] * chore(ci): upgrade node to 14.x * test(did-resolver): resolve web did * chore: require node >= 14 Co-authored-by: Simonas Karuzas <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
* test(key-manager): add tests using testvectors for `keyManagerSign*` * feat(key-manager): add generic signing capabilities * feat(did-provider-ethr): use generic signer in did:ethr provider * fix(did-provider-ethr): fix web3 provider and transaction data for did:ethr CRUD fixes #522 * feat(key-manager): add default implementation to legacy sign methods that leverage the unified signer * test(key-manager): add extra tests using testvectors for `keyManagerSign()` * chore(kms-local): rename parameters of `sign()` method & separate signing code into methods
…on (#548) * fix(kms-local): replace buggy didcomm-js clone with anon encryption from `did-jwt` * remove the `libsodium-wrappers` dependency and replace it with `@stablelib/*`. This should make it easier to work with multiple JS environments using the same code. fixes #538 * chore(kms-local-react-native): remove the redundant `kms-local-react-native` module. BREAKING CHANGE: `@veramo/kms-local-react-native` is no more. On react-native, please use `@veramo/kms-local` instead, combined with `@ethersproject/shims`
Co-authored-by: Renovate Bot <[email protected]>
* feat(key-manager): add method to compute a shared secret fixes #541
* fix: added interfaces for did-comm * feat(did-resolver): add method to dereference a DID fragment (`getDIDComponentById`) * feat(did-comm): map recipients to local keys for did-comm unpacking * feat(did-comm): implement `unpackDIDCommMessageJWE` fixes #559 * feat(did-comm): implement `packDIDCommMessageJWE` fixes #558 * test(did-comm): add a basic did-comm pack/unpack test * feat(did-comm): add plaintext DID comm pack / unpack * feat(did-comm): add JWS DID comm pack / unpack * docs: cleanup and refactoring in did-comm * style(did-comm): move type definitions to smaller files * docs(did-comm): fix definitions and TSDoc for exported methods and types Co-authored-by: Oliver Terbu <[email protected]>
…viders (#597) * feat(did-discovery): types and interfaces * feat: alias and profile discovery providers * docs: inline API docs * test: note about a DB breaking test * fix: license * fix: constructor takes an array of providers
fixes #552 fixes #469 * feat: add sending didcomm messages * feat: add transport logic * fix(did-comm): message handler * docs: add more inline documentation for did-comm * fix: use http transport by default with didcomm * test(did-comm): integration test for sending data * test(did-comm): check didcomm events * style: refactoring and code reformatting Co-authored-by: Oliver Terbu <> Co-authored-by: Mircea Nistor <[email protected]> Co-authored-by: Simonas Karuzas <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #615 +/- ##
===========================================
+ Coverage 67.06% 77.77% +10.70%
===========================================
Files 71 78 +7
Lines 1670 2326 +656
Branches 276 417 +141
===========================================
+ Hits 1120 1809 +689
- Misses 444 515 +71
+ Partials 106 2 -104 |
Co-authored-by: Renovate Bot <[email protected]>
…ault (#617) * refactor(core): fix param & return types for getDIDComponentById * feat(cli): export new agent methods by default * `getDIDComponentById` from did-resolver * `packDIDCommMessage` from did-comm * `unpackDIDCommMessage` from did-comm * `sendDIDCommMessage` from did-comm * fix(deps): update builders-and-testers * fix(did-resolver): request LD DIDDocument by default
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.
sharedSecret
method tokey-manager
and KMS abstracts #541) (feat(key-manager): add method to compute a shared secret #555)key-manager
(feat(key-manager): implement JWE functionality directly inkey-manager
#557) ([proposal] JWE functionality should be implemented on thekey-manager
layer #556)did-jwt
@veramo/kms-local-react-native
is no more. On react-native, please use@veramo/kms-local
instead, combined with@ethersproject/shims
X25519
keys inkms-local
UniqueVerifiableCredential
for selective-disclosure (feat(sdr): returns UniqueVerifiableCredential #593)(ReturnUniqueVerifiableCredential
array forgetCredentialsForSdr
#496)getVerifiableCredentialsForSdr
andvalidatePresentationAgainstSdr
now returns{ hash: string, verifiableCredential: VerifiableCredential}
instead ofVerifiableCredential
getDIDComponentById()
methoddid:web
by default (feat(remote-server): express did:web verification relationships in DIDDocument #619)(verification relationships are not expressed in did:web docs served by remote-server #618)