aries-framework-go icon indicating copy to clipboard operation
aries-framework-go copied to clipboard

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.

Results 173 aries-framework-go issues
Sort by recently updated
recently updated
newest added

Fixes: #3340 Signed-off-by: Filip Burlacu

* KMS storage interface now uses a minimal interface instead of requiring a full Aries storage provider implementation (from the spi package) * With this new approach, the consumer of...

**Title:** CL Anoncreds Crypto services **Description:** * Fourth PR to support CL in `af-go` [#180](https://github.com/hyperledger/aries-framework-go/issues/180) * This PR adds high-level Crypto services to work with CL Anoncreds with help of...

The build for the `afgo-interop` is failing in the Aries Agent Test Harness. In that repo, when I run: `./manage build -a afgo-interop` I get the following error at the...

**Title:** Webhook message has no content type **Description:** Add the content type to the request header in webhook Issue: https://github.com/hyperledger/aries-framework-go/issues/3158

When handling issuecredential actions at the client level, it could be useful to have a get by piid as we have for connections. For basic cases that don't rely on...

As a backward compatibility to support Connection protocol(RFC-0160) in AFGO, need to implement all features needed. - [x] https://github.com/hyperledger/aries-framework-go/issues/3299 - [x] https://github.com/hyperledger/aries-framework-go/issues/3300 - [ ] https://github.com/hyperledger/aries-framework-go/issues/3301 add new tasks as...

Function was available in the core but was missing from the JavaScript wrapper. Signed-off-by: Boran Car