-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(credentials): add missing issue credential v1 proposal attributes #798
fix(credentials): add missing issue credential v1 proposal attributes #798
Conversation
Signed-off-by: Mike Richardson <mike.richardson@northernblock.io>
Signed-off-by: Mike Richardson <mike.richardson@northernblock.io>
Signed-off-by: Mike Richardson <mike.richardson@northernblock.io>
packages/core/src/modules/credentials/__tests__/V1CredentialService.propose.offer.test.ts
Outdated
Show resolved
Hide resolved
packages/core/src/modules/credentials/__tests__/V1CredentialService.propose.offer.test.ts
Outdated
Show resolved
Hide resolved
packages/core/src/modules/credentials/__tests__/V2CredentialService.offer.test.ts
Outdated
Show resolved
Hide resolved
packages/core/src/modules/credentials/protocol/v1/V1CredentialService.ts
Show resolved
Hide resolved
Signed-off-by: Mike Richardson <mike.richardson@ontario.ca>
Signed-off-by: Mike Richardson <mike.richardson@ontario.ca>
packages/core/src/modules/credentials/__tests__/V1CredentialServiceProposeOffer.test.ts
Outdated
Show resolved
Hide resolved
const { message: credentialProposal } = await credentialService.createProposal(proposeOptions) | ||
|
||
// console.log(credentialProposal.toJSON()) | ||
expect(credentialProposal.toJSON()).toMatchObject({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
…rviceProposeOffer.test.ts Signed-off-by: Timo Glastra <timo@animo.id>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you can fix the merge conflicts we can merge, thanks!
Codecov Report
@@ Coverage Diff @@
## main #798 +/- ##
==========================================
- Coverage 87.61% 87.61% -0.01%
==========================================
Files 438 438
Lines 10839 10838 -1
Branches 1905 1904 -1
==========================================
- Hits 9497 9496 -1
Misses 1280 1280
Partials 62 62
Continue to review full report at Codecov.
|
No description provided.