Shailesh Patil
Shailesh Patil
# Overview Fixes ATL-6420 ## Checklist ### My PR contains... * [ ] No code changes (changes to documentation, CI, metadata, etc.) * [ ] Bug fixes (non-breaking change which...
### Proposed feature https://github.com/hyperledger-identus/cloud-agent/blob/2d573235e4eb4eaa14d1435812d7f54477dc09ce/mercury/protocol-present-proof/Present-Proof-Protocol.md?plain=1#L18-L23 align the present proof protocol puri / type https://github.com/decentralized-identity/waci-didcomm/blob/main/present_proof/present-proof-v3.md ### Feature description Align the following fields in the Hyperledger Identus Present Proof protocol with (https://didcomm.org/present-proof/3.0/)WACI-DIDComm v3...
### Is this a regression? NO ### Description Right know when we have a proof request there's no information on holder side of what's being requested. Holder webhook data: PresentationStatusAdapter(presentationId=94acbe0f-ed87-4477-9757-4b4ba8c3461d,...
### Is this a regression? No ### Description SDJWT is similar flow as JWT so need to support similar to JWT { "connectionId": "{{VERIFIER_CONNECTION_ID}}", "proofs": [ { "schemaId": "{{baseUrl}}/schema-registry/schemas/{{SCHEMA_ID}}", "trustIssuers":...
### Proposed feature Currently, Identus uses a custom SD-JWT library built in Rust and integrated into the JVM ecosystem via UniFFI. However, this library lacks certain features and introduces additional...