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: [OIDC4VP] Verifier interaction with Trust registry #1539

Conversation

mishasizov-SK
Copy link
Contributor

No description provided.

@cla-bot cla-bot bot added the cla-signed label Nov 24, 2023
Copy link

codecov bot commented Nov 24, 2023

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (3b5ec5b) 85.55% compared to head (5b120c3) 85.56%.

❗ Current head 5b120c3 differs from pull request most recent head 019ec88. Consider uploading reports for the commit 019ec88 to get more accurate results

Files Patch % Lines
pkg/service/clientattestation/trustregistry.go 88.88% 3 Missing and 3 partials ⚠️
...ce/clientattestation/client_attestation_service.go 88.88% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1539   +/-   ##
=======================================
  Coverage   85.55%   85.56%           
=======================================
  Files         171      171           
  Lines       10988    11005   +17     
=======================================
+ Hits         9401     9416   +15     
- Misses       1141     1142    +1     
- Partials      446      447    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mishasizov-SK mishasizov-SK changed the title [OIDC4VP] Verifier interaction with Trust registry feat: [OIDC4VP] Verifier interaction with Trust registry Nov 24, 2023
@mishasizov-SK mishasizov-SK force-pushed the feat-Verifier-interaction-with-Trust-registry branch 7 times, most recently from b861345 to 5b120c3 Compare November 29, 2023 11:23
@mishasizov-SK mishasizov-SK marked this pull request as ready for review November 29, 2023 11:23
Signed-off-by: Mykhailo Sizov <mykhailo.sizov@securekey.com>
@mishasizov-SK mishasizov-SK force-pushed the feat-Verifier-interaction-with-Trust-registry branch from 5b120c3 to 019ec88 Compare November 29, 2023 11:50

type CredentialMetadata struct {
CredentialID string `json:"credential_id"`
Types []string `json:"types"`
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be credential_types, issuer_id, issuance_date, and expiration_date?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

correct. Will update on next iteration.

@fqutishat fqutishat merged commit 05e86f7 into trustbloc:main Nov 29, 2023
7 checks passed
@mishasizov-SK mishasizov-SK deleted the feat-Verifier-interaction-with-Trust-registry branch May 22, 2024 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants