George Mulhearn

Results 35 issues of George Mulhearn

Issue #, if available: #352 Note: This PR has been moved from my own fork to this. Original PR: https://github.com/awslabs/aws-mobile-appsync-sdk-android/pull/351 Description of changes: The startSubscription method in WebSocketConnectionManager now attempts...

pending-triage

**Describe the bug** The `startSubscription` method in `WebSocketConnectionManager` attempts to convert a `Subscription`'s variables into JSON by just calling `JSONObject(map)` over the subscription's `valueMap()` (see line 123 of `WebSocketConnectionManager`). This...

bug

part of this series of issues; https://github.com/hyperledger/aries-vcx/issues/ On sovrin ledgers, it is possible to register a NYM's verkey in an abbreviated form with a tilda prefix (e.g. `~CoRER63DVYnWZtK8uAzNbx`). Some indy...

part of this series of issues; https://github.com/hyperledger/aries-vcx/issues/1089 in the did_resolver_sov crate, if the did:sov DID does not have an endpoint attribute, then the entire DIDDoc fails to resolve. E.g. the...

https://github.com/hyperledger/aries-vcx/blob/main/did_core/did_methods/did_resolver_sov/src/resolution/utils.rs#L106C9-L106C54 The DIDDoc returned from `.resolve` of the `did_resolver_sov` crate does not have verification methods set in line with the spec. https://sovrin-foundation.github.io/sovrin/spec/did-method-spec-template.html#crud-operation-definitions My reading of the spec is that you're...

For new rust consumer of the aries_vcx crate, it would be nice if we had a simple CLI demo application/s of the classic Faber (issuer/verifier) and Alice (holder/prover) interactions. This...

There are a few inconsistencies in the Connection protocol impl that I've noticed and wanted to call out for some discussion. Apologies for stuffing them all into 1 issue, but...

The AATH results for RFC0023 & RFC0793 are inconsistent, there is likely a race condition going on where the agent is in the wrong state. # ACApy (Requester) Aries-VCX (Responder)...

Currently on every commit to master the CI will create a new image and tag it with `main`. However, on retagging, it will leave a dangling image for previous commits...

good first issue