didcomm-rust icon indicating copy to clipboard operation
didcomm-rust copied to clipboard

Results 21 didcomm-rust issues
Sort by recently updated
recently updated
newest added

Bumps [axios](https://github.com/axios/axios) to 1.6.7 and updates ancestor dependency [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer). These dependencies need to be updated together. Updates `axios` from 0.21.4 to 1.6.7 Release notes Sourced from axios's releases. Release v1.6.7...

dependencies

The idea is to refactor SecretsResolver which provided the private key to the library, so that it does not need to hand it down. KMS will do the operations with...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

I am trying to build uniffy project from tag `0.4.1,` but running the build command gives the following error output. ```` ➜ uniffi cargo build --release Updating crates.io index Updating...

I'm not too familiar with how the DIDPeer DIDs are supposed to work, but according to [this comment](https://github.com/decentralized-identity/didcomm-demo/issues/2#issuecomment-1736076657), it appears that there may be some issues with Peer DID Numalgo...

DIDComm rust implementation does not include the id of the attachment, when forwarding the message. On other hand didcomm-jvm validates whether the attachment contains the id and fails. This makes...

As implemented, calling `pack_encrypted` with the `to` DID not requiring forwarding will cause the returned `PackEncryptedMetadata` to omit the `messaging_service` parameter. I suggest always returning the `messaging_service` parameter, even when...

## What While using version 0.4.1 in Uniffi Swift, whenever I try to send a message with extra headers I get the following error: `UniffiInternalError.rustPanic("Failed to convert arg \'msg\': Malformed:...

didcomm-rust/wasm demo is failing in step https://github.com/sicpa-dlab/didcomm-rust/tree/main/wasm#run-demo - more specifically, during the `npm run start` command... ![image](https://github.com/sicpa-dlab/didcomm-rust/assets/6101736/1035c5c4-76cd-414f-979a-f2fe62affd6c) ``` C:\web7sandbox\repos\didcomm-rust\wasm\demo>npm ll [email protected] | C:\web7sandbox\repos\didcomm-rust\wasm\demo | JS demo for didcomm +-- @types/[email protected]...

## What > Give a brief description of the objective of this issue. What needs to be discussed? > > - User stories are good: As a [user] I want...