Ariel Gentile

Results 28 issues of Ariel Gentile

Implementation of module fully supporting [Aries RFC 0509](https://github.com/hyperledger/aries-rfcs/blob/main/features/0509-action-menu/README.md) for both `requester` and `responder` roles. Protocol states and information are stored in records of type `ActionMenuRecord`. As this protocol currently defines...

Currently, Agent uses by default an in-memory message queue for outbound messages when a session with the receiver is not established, using an `InMemoryMessageRepository` instance as message repository used by...

I've seen that when processing Offer Credential messages, `CredentialService` creates a `CredentialRecord` whose `threadId` is set to Offer Credential message's `id`. This is usually fine because the flow starts with...

After the fix #946, I noticed a problem when an agent does not have an endpoint (e.g. mobile agent not bound to a mediator yet) and uses WebSocket as outbound...

As explained in [the protocol](https://github.com/hyperledger/aries-rfcs/tree/main/features/0685-pickup-v2#live-mode), when Live mode is enabled and provided there is a persistent connection alive, the mediator must send any message for the recipient immediately. My question...

After a good [discussion in Discord](https://discord.com/channels/1022962884864643214/1206550058837868544) with @valavanisleonidas, we found out that if we create a bare React Native project, the app crashes when attempting to use almost any AnonCreds...

Implementation of [Issue Credential V3](https://github.com/decentralized-identity/waci-didcomm/tree/main/issue_credential) and [Present Proof V3](https://github.com/decentralized-identity/waci-didcomm/blob/main/present_proof/present-proof-v3.md), based on V2 protocols and updating them to use attachments for DIDComm V2. This is dependent on https://github.com/hyperledger/aries-framework-javascript/pull/1546 (as there are...

Refactor Basic Messages modules to support both V1 and V2 protocols. At the moment, in order to not introduce breaking changes in API level, when messages are sent, the framework...

Discover Features 2.0 is one of those protocols that are suitable for both DIDComm V1 and V2. However, this becomes a bit complicated because current AFJ model considers that a...

This is a case where a mobile agent (which uses a mediator for incoming messages) creates a multi-use out of band invitation with autoAcceptConnection enabled, and another agent receives it....