Closed hylim-tech-lover closed 8 months ago
You are correct. The comments should refer to Verifiable Credential.
The floating comment refers to the verification result.
Now that data type is collectively called IVerifyResult
and it's inline doc should be updated to refer to credentials as well as presentations.
There is a similar floating comment in the ICredentialVerifier.ts file.
Feel free to open a PR with the fix.
The floating comment refers to the verification result. Now that data type is collectively called IVerifyResult and it's inline doc should be updated to refer to credentials as well as presentations.
Alright noted. I will be ignoring those.
Feel free to open a PR with the fix.
Sure thing. I will be making the PR shortly after today.
Is your feature request related to a problem? Please describe.
I noticed that the following code doesn't describe the field correctly (Line 114 and 124): https://github.com/decentralized-identity/veramo/blob/4696b5b2c9c9a6c0c8d2fb29e9789c2d63bd197c/packages/core-types/src/types/ICredentialIssuer.ts#L101-L126
Describe the solution you'd like
Additional context Correct if I am wrong as I believe the above is for
VerifiableCredential
and notVerifiablePresentation
.As a sidenote, I also noticed the lines below is point to nothing. Could you verify is it inserted by accidental or to be addressed in future?
https://github.com/decentralized-identity/veramo/blob/4696b5b2c9c9a6c0c8d2fb29e9789c2d63bd197c/packages/core-types/src/types/ICredentialIssuer.ts#L155-L160