Rolson Quadras

Results 79 issues of Rolson Quadras

Add BDD tests to show [WACI Issuance DIDComm flow](https://identity.foundation/waci-presentation-exchange/#issuance-2). Note: WACI uses - [DIDComm v2](https://identity.foundation/didcomm-messaging/spec/) - [Issue Credential v3](https://github.com/decentralized-identity/waci-presentation-exchange/blob/main/issue_credential/README.md) - Connection less messaging (No DID Exchange) [Steps - Success Scenario](https://identity.foundation/waci-presentation-exchange/#issuance):...

Add BDD tests to show [WACI DIDComm flow](https://identity.foundation/waci-presentation-exchange/#interoperability-profile). Note WACI uses - [DIDComm v2](https://identity.foundation/didcomm-messaging/spec/) - [Present-proof v3](https://github.com/decentralized-identity/waci-presentation-exchange/blob/main/present_proof/present-proof-v3.md) - Connection less messaging (No DID Exchange) Steps; 1. Alice gets [OOB](https://identity.foundation/waci-presentation-exchange/#json-message) message...

When sending some messages, the clients might need to pass the parentThreadID so that the receiving agent can know the context. The [presentproof client](https://github.com/hyperledger/aries-framework-go/blob/main/pkg/client/presentproof/client.go) doesn't support passing the parentThreadID. https://github.com/hyperledger/aries-framework-go/blob/597c11d023f433cf557fa376117f7018d9473ea6/pkg/client/presentproof/client.go#L119

[AFG currently requires](https://github.com/hyperledger/aries-framework-go/blob/main/cmd/aries-js-worker/README.md#build-it) Node v12.x (in maintenance mode). The project [needs to support Node v16](https://nodejs.org/en/about/releases/) (LTS in Oct 2021), along with NPM v7.

Implement [Keylist Query](https://github.com/hyperledger/aries-rfcs/tree/master/features/0211-route-coordination#key-list-query) and [Keylist](https://github.com/hyperledger/aries-rfcs/tree/master/features/0211-route-coordination#key-list) messages. Part of #837

aip 2.0

Currently, [AFG uses](https://github.com/hyperledger/aries-framework-go/blob/main/go.mod#L38) https://github.com/xeipuuv/gojsonschema library for JSONSchema validations. The library doesn't look like actively maintained at the moment, as the last update was in Oct 2020. Need to look for...

Add support for [DIF .well-known DID Configuration spec](https://identity.foundation/.well-known/).

enhancement

As part of #1124, support for multiple Inbound transports was added. The endpoint for the inbound is required for DIDs(invitation and DID Document) and Router(endpoint given to connected agent to...

To Be Updated

rfc

The current jwilder/nginx-proxy image doesn't allow to expose multiple ports per virtual hosts. The DIDComm related images like router, adapters expose multiple ports. We need to find a solution to...