nickreynolds
nickreynolds
**Bug severity** 3 **Describe the bug** Trying to add a key to a DID using `didManagerAddKey` fails if the key is not managed by the agent **To Reproduce** Steps to...
``` async createSelectiveDisclosureRequest( args: ICreateSelectiveDisclosureRequestArgs, context: IAgentContext, ): Promise { try { const identifier = await context.agent.didManagerGet({ did: args.data.issuer }) const data: Partial = args.data delete data.issuer Debug('veramo:selective-disclosure:create-sdr')('Signing SDR with',...
Adds libp2p libraries to did-comm and base package `devDependencies` to test that these packages can be imported correctly Not to be merged until https://github.com/uport-project/veramo/pull/1004 is resolved, and then `base` branch...
## What is being changed - All Veramo packages now produce ESM instead of CommonJS. This is determined by `type: "module"` in each package's `package.json` file. - The majority of...
**Is your feature request related to a problem? Please describe.** Currently, it is not possible to use "pure ESM" packages in Veramo, due to import incompatibilities between ESM and CommonJS....
The challenge function has the following check: `require(appWasMade(_listingHash) || listing.whitelisted);` I believe the 2nd half of the conditional (`listing.whitelisted`) is unnecessary, as a whitelisted listing will always have an `appExpiry...
**Bug severity** 3 **Describe the bug** tktktk **To Reproduce** Steps to reproduce the behaviour: tktktk **Observed behaviour** tktktkt **Expected behaviour** tktktk **Details** tktktk **Additional context** tktktk **Versions (please complete the...
**Bug severity** 4 **Describe the bug** If `handleMessage` is passed a credential that contains a `credentialStatus` property, but that property cannot be validated (e.g. it would be false or the...
Using the [Alice / Bob Identities and secrets (private keys) that already exist in the spec](https://identity.foundation/didcomm-messaging/spec/#appendix-a-secrets-for-test-vectors), encrypt the following DIDComm message: ``` { type: 'https://didcomm.org/trust-ping/2.0/ping', from: 'did:example:alice', to: 'did:example:bob', id:...