aries-framework-go
aries-framework-go copied to clipboard
Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
In the WACI Issuance BDD tests, the proofs are hardcoded example values and aren't actually validated - we should do that to make it a more authentic test.
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):...
At the end of the WACI BDD tests there are short time.Sleep calls. These are here since, without them, messages like these get logged: ``` [aries-framework/http] 2022/01/31 23:55:13 UTC -...
Bug report **What I'm trying to do** resolve web did (did:web:did.actor:alice) which is supported by aries go as far i see: https://github.com/hyperledger/aries-framework-go/tree/main/pkg/vdr/web **Expected result** the DID Resolution or Document ```...
**What I'm trying to do** I'm trying to enforce the requirement for Verifiable Credential to have embedded proofs. **Expected result** It would be nice to have an option to enforce...
**What I'm trying to do** I trying to generate a presentation by credential Id. **Expected result** I should get back a signed verifiable presentation. **Actual result** I Get a presentation...
- [x] package name - `cm` @DRK3 - [x] fixing example in WACI spec - @rolsonquadras - [x] Wallet receiving offer Credential @DRK3 - [ ] need a function in...
Hello there, I am trying to import a private key in a mobile app, set up for using a local agent, so the kms is within the telephone. This is...
Due to recent updates in normalizing command controllers for DIDComm V1 & V2 support, command controller data models are not actually matching with the actual parameters a command controller is...
Every js BDD step that fetches router connections can occasionally fail with an error like this: `Error: aries wasm: code: 5004, message: get router connections: failed to get value from...