hub-node-core icon indicating copy to clipboard operation
hub-node-core copied to clipboard

Node.js implementation of the Identity Hub interfaces, business logic, and replication protocol.

Results 16 hub-node-core issues
Sort by recently updated
recently updated
newest added

Why are `context` and `type` mutually exclusive as per the implementation? And why does the developer_message say otherwise? https://github.com/decentralized-identity/hub-node-core/blob/1967c076f64e64969065aeb99b0e235272d62089/lib/models/ObjectQueryRequest.ts#L44-L51

Why is it that ObjectQueryRequests require the `interface` parameter but CommitQueryRequests don't?

I'd like clarification of whether the spec for CommitQueryRequests allows `object_id` and `revisions` to be used together (presumably so that `revisions` would further constrain the commits returned by the objects...

The [`main` property in this package](https://github.com/decentralized-identity/hub-node-core/blob/master/package.json#L7) references `dist/index.js`, which doesn't exist until `tsc` is run. Unfortunately when I installed the packaged via NPM, `tsc` didn't run automatically. Thus when I...

Running code in a browser/non-node client results in the exception _Uncaught (in promise) TypeError: Failed to execute 'fetch' on 'Window': Illegal invocation at indexOP.js:30496 at Generator.next () at indexOP.js:30436 at...

Hi guys, We have an implementation of the Hub Core end-to-end authenticated encryption and authentication scheme using JWE, JWS, JWT defined in the JOSE standards. To view the documentation of...

review