artem.ivanov
artem.ivanov
Signed-off-by: artem.ivanov
The Corresponding Aries-Test branch containing compatibility fixes: https://github.com/Artemkaaas/aries-protocol-test-suite/tree/vcx-against-test-suite
Hello, Team You are doing really great job! I see that the main direction of project evaluation is related DIDComm messaging of the first version. Do you have any plans...
Started work on splitting the Alice/Faber demo into smaller cases. Using this we can add demos for various optional modules. - `Main` - general demo of issuing credentials and presenting...
## Plan The related work was already started in the [PR](https://github.com/hyperledger/aries-framework-javascript/pull/1096) but the branch got significantly outdated due to AFJ architecture changes and there are tons of the conflicts which...
At the state decline method from the proof module only update the state of the corresponding record on the Hodler/Prover side. But according to the [Present Proof RFC](https://github.com/hyperledger/aries-rfcs/tree/main/features/0454-present-proof-v2#choreography-diagram) decline action...
`getFormatData` functions currently return only messages connected to the protocol instance. Can we extend the result value of `getFormatData` functions to return `createdAt` time in addition to the messages? Using...
As a verifier application, I would show a loader when the proof is received and is in processing (because it takes several seconds to query ledgers). Is there a way...