-
## 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…
-
I'm in the process of migrating a number of agents from `@aries-framework` `0.4.x` to `@credo-ts` `0.5.x-alpha.y` - I've commented on #1569 regarding an issue backing up `postgres` backends but this i…
-
Ref https://github.com/uncefact/spec-untp/pull/23/files
-
Add support for [Aries RFC 0453](https://github.com/hyperledger/aries-rfcs/tree/master/features/0453-issue-credential-v2) to support the interoperability with other Agents around the Credential Issuan…
-
At present, the `/exchanges/*` endpoints are being implemented to have optional authz. That is, implementers can add authz to those endpoints if their use cases require it.
At least one implementer…
-
I use a multi-tenancy configuration with the Aries Framework's tenants module, version 0.4.2, for both the issuer and holder agent. On the issuer side, I create a credential offer and an oob invitatio…
-
Hi,
I've found out that the mediated connection request has an empty string as a controller of the DIDDoc's public key.
The similar bug has been reported and already resolved - #877
The bug ap…
-
Running in an Ubuntu VM (18.04/20.04 -->tried both)
Following basic steps in this demo app:
1. script to start ngrok for agent tunnel
2. manager build and then manage up
Getting the followin…
-
It was recently brought to my attention that the DIDComm services being generated from AFJ are either using the wrong service type (DIDCommMessaging vs did-communication) or that the service block isn…
-
I've created a multi-tenant solution where PostgreSQL, version 14.10, serves as the database. The module setup for Askar and tenants is outlined as follows:
```
askar: new AskarModule({
aries…