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

Currently running aries wasm in browsers like iOS safari is causing: `maximum call stack size exceeded` while performing JSON LD related operations for credentials. Similar issues found in few other...

enhancement

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 3.1.0. Release notes Sourced from actions/upload-artifact's releases. v3.1.0 What's Changed Bump @​actions/artifact to v1.1.0 (actions/upload-artifact#327) Adds checksum headers on artifact upload (actions/toolkit#1095) (actions/toolkit#1063) v3.0.0 What's...

dependencies
github_actions

aries-framework-go should either update their require to v0.22.1 instead of [v0.22.0-beta](https://github.com/hyperledger/aries-framework-go/blob/main/go.mod#L12), or they should update to v0.23.1 (and btcec/v2 and btcd/btcutil) **What I'm trying to do** Trying to run the...

The `generate-test-keys` `Makefile` target uses `frapsoft/openssl`, which only has an `amd64` version. While this does seem to work currently (as it seems [that Docker makes use of QEMU to support...

**Title:** Problem report inside legacy connection **Summary:** - Add handling problem report messages inside protocol - Cover with unit tests

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

enhancement

* Are you filing a bug report? Yes **What I'm trying to do** Running the AATH test cases for ACA-Py and AF-Go **Expected result** Many of the tests fail on...

Your [BBS+ implementation](https://github.com/hyperledger/aries-framework-go/tree/main/pkg/crypto/tinkcrypto/primitive/bbs) is great! I can't find any other Golang implementations of the scheme. Would you consider exposing the functionality as an independent library to aid other Go developers...

With the changes made in https://github.com/decentralized-identity/credential-manifest/pull/113, Credential Responses (previously called Credential Fulfillments) can now indicate one of two cases: _fulfillment_ or _denial_. We should update our `cm` library with support...