George Aristy

Results 32 issues of George Aristy

We should upgrade to the newest versions of openjdk. Openjdk8 is old and is starting to present problems with the CI - see #89

scope
waiting

@victornoel milestone [`1.0.0`](https://github.com/llorllale/cactoos-matchers/milestone/1) is 100% complete. When are we releasing? :) #159 seems to me like an important one to scope into 1.0.0. Is there anything else? Edit: #175 also...

0crat/new

We currently can't tell whether a field or method defined in a superclass and being accessed from a subclass method is actually inherited. This is relevant for some metrics, eg....

bug
scope

- [ ] [definition of `presentation_definition`](https://github.com/hyperledger/aries-framework-go/blob/1a2446935030bdd42eb0a3c71f06ed93a3effbc5/pkg/doc/presexch/schema.go#L436-L471) should be hoisted to the top level (ref: https://github.com/decentralized-identity/presentation-exchange/pull/200) - [x] `Match` matches using the JSONLD `@context` whereas `CreateVP` matches using `credentialSchema.id` - [...

aip 2.0

Test Case ```go t.Run("fails if credential is not verifiable", func(t *testing.T) { agent := agent(t) // VC has no proof vc := &verifiable.Credential{ Context: []string{verifiable.ContextURI}, Types: []string{verifiable.VCType}, ID: uuid.New().URN(), Subject:...

bug

PR #2795 is adding support for RFC0593. As noted in a comment over there, support for P curves is blocked with the following obstacles: * registration of the newer `JsonWebKey2020`...

enhancement
blocked
aip 2.0

PR #2729 disables it because the logic depended on the previous behavior where the attached requests in the oob invitations were _replayed_ back to the sender instead of the new...

chore
bdd

Some parts of the WASM always assume it's running in the browser. For example, the `jsindexeddb` package is being loaded and [this](https://github.com/hyperledger/aries-framework-go/blob/master/pkg/storage/jsindexeddb/jsindexeddb.go#L49) call fails (there is no object named `indexedDB`...

bug
aries-js-worker

RFC0434 connection reuse (PR #2729) requires the ability to lookup connection records with the other party's DID. These DIDs either in `record.TheirDID` (if the sender rotated _towards_ to the target...

enhancement

The [`options`](https://github.com/hyperledger/aries-rfcs/blob/master/features/0593-json-ld-cred-attach/README.md#ld-proof-vc-detail-attachment-format) object of the `aries/[email protected]` format is a plain old JSON object. It would be better if this object is actually a JSONLD document with `@context` and `type` such...

AIP 2.0