aries-framework-go
aries-framework-go copied to clipboard
Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
Aries currently supporting presentation exchange [V1 ](https://identity.foundation/presentation-exchange/spec/v1.0.0/) TASKS: 1. Upgrade aries presentation exchange to support [V2](https://identity.foundation/presentation-exchange/) 2. Universal wallet to support both Presentation Exchange V1 & V2 for interoperability. 3....
Cover Connection protocol with BDD tests
Performing calculations involving the size of potentially large strings or slices can result in an overflow (for signed integer types) or a wraparound (for unsigned types). An overflow causes the...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [axios](https://github.com/axios/axios) from 0.23.0 to 0.27.2. Release notes Sourced from axios's releases. v0.27.2 0.27.2 (April 27, 2022) Fixes and Functionality: Fixed FormData posting in browser environment by reverting #3785 (#4640)...
Signed-off-by: Jan Christoph Ebersbach Use the following template for your PR (make sure you follow our [guidelines](CONTRIBUTING.md#pull-request): **Title:** Correct order of test arguments. **Description:** The order of test arguments is...
how can I get the verifier's DID in the aries demo? This is in case a holder gets a proof request and holder wants to know the DID of the...
Design can be found [here](https://wiki.hyperledger.org/display/ARIES/Aries+Framework+Go+Wallet). **Wallet APIs** - [x] all interfaces and providers needed for wallet **KMS** - [x] name spacing in localkms https://github.com/hyperledger/aries-framework-go/issues/2435 - [x] VC wallet KMS client...
In server scenarios, we should also consider the impact of clustering and also allowing for bounded cache sizing. We could consider decoupling the two concepts - a KMS cache and...
Data models to be validated against their JSON LD context before being saved into the wallet content store. - Use JSON LD compact mechanism used for validating verifiable credentials. [Reference...