Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Incompatibility with recent update in Signify-TS #21

Open
2 tasks
nkongsuwan opened this issue Jan 6, 2024 · 0 comments
Open
2 tasks

Incompatibility with recent update in Signify-TS #21

nkongsuwan opened this issue Jan 6, 2024 · 0 comments

Comments

@nkongsuwan
Copy link

nkongsuwan commented Jan 6, 2024

There are recent changes in Signify-TS that breaks the current implementation of qvi-ts.

  • client.credentials().issue() now requires an object as an input.
const credRes = await client1.credentials().issue({
        issuerName: 'issuerName',
        registryId: regk,
        schemaId: SCHEMA_SAID,
        data: vcdata,
        recipient: holder,
        datetime: TIME,
    });
  • In IssueCredentialArgs of Signify-TS, data, rules, and source have type Record<string, unknown>, which cannot be automatically converted from the class objects defined in this project.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant