DaevMithran

Results 7 comments of DaevMithran
trafficstars

> You don't want to use %20 in the path everywhere, only when the tails file is actually pushed to the tails server (with `put_file` I believe). In this case...

@ianco Instead of a separate endpoint for managed and unmanged wallets, - How about returning the wallet token for unmanaged wallets in the response of GET multitenancy/wallets itself? As there...

@TimoGlastra I beleive the failing test cases are due to the previous commits. I'll create another pull request for v0.2.3 then. I'll remove the breaking change

@andrewwhitehead can you review this ?

You are passing the wrong arguments for CreatePresentationAsync while creating a presentation for connectionless transport, You should use a different method. - current arguments: **CreatePresentationAsync**(IAgentContext agentContext, string proofRecordId, RequestedCredentials requestedCredentials);...

@Eengineer1 **@digitalbazaar/ed25519-signature-2020** has a few issues in typescript support when I tried integrating it, So I am using [**@digitalcredentials/ed25519-signature-2020**](https://www.npmjs.com/package/@digitalcredentials/ed25519-signature-2020) which is a fork of **@digitalbazaar/ed25519-signature-2020** with a better typescript support...

Closing and implementing new approach suggested in https://github.com/openwallet-foundation/credo-ts/pull/2326