Filip Burlacu

Results 16 issues of Filip Burlacu

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

[SD-JWT](https://www.ietf.org/id/draft-fett-oauth-selective-disclosure-jwt-02.html) defines a mechanism to issue claim sets (just like how a JWT contains a claim set) to holders that can then selectively disclose a subset of these claims to...

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...

Similar to present-proof APIs, where an optional connection ID parameter is added (in #3116) to `SendRequestPresentation` and `SendProposePresentation`, to use instead of `MyDID` + `TheirDID`, connection ID would be a...

With the backend merger of the present-proof protocol's handlers for V2 and V3, the REST API calls for V2 and V3 versions of endpoints go through the same handler. To...

Below is the AFGO implementation status of all [AIP 2.0](https://github.com/hyperledger/aries-rfcs/tree/main/concepts/0302-aries-interop-profile#aries-interop-profile-version-20) Aries RFCs, divided roughly by topic. ### Base Requirements **Base Aries Concepts** - [x] 0003-protocols - [x] 0004-agents - [x]...

Happens intermittently, more reliably on CI: ``` WARNING: DATA RACE Write at 0x00c0002833b0 by goroutine 13: github.com/hyperledger/aries-framework-go/cmd/aries-agent-mobile/pkg/wrappers/rest.TestAries_RegisterHandler() /home/runner/work/aries-framework-go/aries-framework-go/cmd/aries-agent-mobile/pkg/wrappers/rest/aries_test.go:108 +0x5b3 testing.tRunner() /opt/hostedtoolcache/go/1.16.6/x64/src/testing/testing.go:1193 +0x202 Previous write at 0x00c0002833b0 by goroutine 21: github.com/hyperledger/aries-framework-go/cmd/aries-agent-mobile/pkg/wrappers/rest.TestAries_RegisterHandler.func1()...

[This recent commit](https://github.com/bcgov/von-network/commit/8da3bc7b2b0e424baccee6d5268d9d153efb2e7d) introduces a dependency on the docker compose V2 plugin, which is as-yet in beta and not distributed to all clients, eg, linux docker command lines, as are...

ACA-Py seems to be permissive, in a certain sense, with the format that a base64 attachment payload can take: [`b64_payload = unpad(set_urlsafe_b64(self.base64, True))`](https://github.com/hyperledger/aries-cloudagent-python/blob/main/aries_cloudagent/messaging/decorators/attach_decorator.py#L426). However, this still enforces that the message...

The [DIDComm/DID doc conventions](https://github.com/hyperledger/aries-rfcs/blob/master/features/0067-didcomm-diddoc-conventions/README.md#service-conventions) for services state that `recipientKeys` and `routingKeys` are arrays of DID key references, rather than arrays of raw key values.