-
Modify https://github.com/hyperledger/aries-framework-javascript/blob/main/CONTRIBUTING.md to include some of the lessons learned from the 0.2.0 release.
That conversation started here https://wiki.h…
-
While Andrew W is going to make some IndyVDR improvements, the following action items can be done in AFJ
**No need to lookup schema**
There is no need to lookup both the credential definition ID and…
-
The DIDComm Remote Procedure Call (DRPC) protocol is a simple (for an Aries Framework like ACA-Py) request/response protocol where the controller / business logic does all the work of preparing and pr…
-
- Split config enums for holder and issuer/verifier (https://github.com/hyperledger/aries-framework-javascript/pull/367#discussion_r671827143)
- Remove indy-specific code from credential and proof ha…
-
https://github.com/hyperledger/aries-rfcs/tree/b3a3942ef052039e73cd23d847f42947f8287da2/features/0510-dif-pres-exch-attach
- [ ] Add support for DIF PE and RFC 0510
- [x] https://github.com/hyperl…
-
Based on a discussion in the AFJ channel on Rocket.Chat, I think it would be good to add a Why AFJ section with tradeoffs of using AFJ compared to other Aries frameworks.
Relevant discussion: https…
-
## Overview
I am encountering an issue when attempting to establish a connection between two different base agents after integrating the Tenants module in my implementation of the AFJ (Aries Framewor…
-
We've run into this case a few times with different didcomm messages, all ending up with an app crash.
The source of the problem is probably this root message handler:
https://github.com/hyperledg…
-
According to the recent clarification in [Peer DID Method Specification](https://identity.foundation/peer-did-method-spec/#generating-a-didpeer2), multiple services must be encoded individually:
>Whe…
-
In the demo guide, there is a section for platform specific setup. https://github.com/hyperledger/aries-framework-javascript/tree/main/demo#platform-specific-setup
The only link for NodeJS in this …