Skip to content
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

feat: issue credential v2 #649

Closed

Conversation

NB-MikeRichardson
Copy link
Contributor

No description provided.

NB-PrasadKatkar and others added 30 commits December 14, 2021 18:27
Signed-off-by: NB Prasad Katkar <prasad@northernblock.io>
refactor: resolve feedback for problem report (openwallet-foundation#584)
Signed-off-by: NB Prasad Katkar <prasad@northernblock.io>
Signed-off-by: NB Prasad Katkar <prasad@northernblock.io>
Signed-off-by: NB Prasad Katkar <prasad@northernblock.io>
Signed-off-by: Mike Richardson <mike.richardson@northernblock.io>
Signed-off-by: NB-Karim <karim.northernblock@gmail.com>
Signed-off-by: Mike Richardson <mike.richardson@northernblock.io>
Signed-off-by: NB Prasad Katkar <prasad@northernblock.io>
Signed-off-by: NB Prasad Katkar <prasad@northernblock.io>
Signed-off-by: NB Prasad Katkar <prasad@northernblock.io>
Signed-off-by: NB-Karim <karim.northernblock@gmail.com>
Signed-off-by: Mike Richardson <mike.richardson@northernblock.io>
Signed-off-by: NB Prasad Katkar <prasad@northernblock.io>
Signed-off-by: Mike Richardson <mike.richardson@northernblock.io>
Signed-off-by: NB-Karim <karim.northernblock@gmail.com>
Signed-off-by: NB-Karim <karim.northernblock@gmail.com>
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>
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>
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>
Signed-off-by: Mike Richardson <mike.richardson@northernblock.io>
@TimoGlastra TimoGlastra linked an issue May 4, 2022 that may be closed by this pull request
Signed-off-by: Timo Glastra <timo@animo.id>
Signed-off-by: Timo Glastra <timo@animo.id>
Signed-off-by: Timo Glastra <timo@animo.id>
Signed-off-by: Timo Glastra <timo@animo.id>
Signed-off-by: Timo Glastra <timo@animo.id>
Copy link
Contributor

@TimoGlastra TimoGlastra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've left a few more comments. I'm going to accept this PR and think it may be good to merge on the account that the outstanding comments just raised will be resolved as soon as possible.

I've opened this pr to address some small issues, also with the migration script: NB-MikeRichardson#27

In addition I have one more general comment:

  • Offer credential interface is shared between offer credential and out of band offer. They should have separate interfaces as one requires a connectionId and the other explicitly doesn't need one.

.gitignore Show resolved Hide resolved

expect(v2Proposal.message.formats.length).toBe(1)
expect(v2Proposal.message.formats[0].format).toEqual('hlindy/cred-filter@v2.0')
// expect(v2Proposal.message.formats[1].format).toEqual('aries/ld-proof-vc-detail@v1.0')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// expect(v2Proposal.message.formats[1].format).toEqual('aries/ld-proof-vc-detail@v1.0')

Comment on lines +29 to +30
public type = V1CredentialPreview.type
public static type = `https://didcomm.org/issue-credential/1.0/credential-preview`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public type = V1CredentialPreview.type
public static type = `https://didcomm.org/issue-credential/1.0/credential-preview`
public readonly type = V1CredentialPreview.type
public static readonly type = 'https://didcomm.org/issue-credential/1.0/credential-preview'

NB-MikeRichardson and others added 7 commits May 5, 2022 08:39
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>
Signed-off-by: Mike Richardson <mike.richardson@northernblock.io>
@TimoGlastra TimoGlastra closed this May 6, 2022
@TimoGlastra TimoGlastra mentioned this pull request May 7, 2022
12 tasks
@NB-MikeRichardson NB-MikeRichardson deleted the feat/icv2 branch May 10, 2022 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adopt RFC 0592: Indy Attachment Format Add support for 0453: Issue Credential v2
6 participants