-
Notifications
You must be signed in to change notification settings - Fork 58
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: Claim v2 #707
base: main
Are you sure you want to change the base?
feat: Claim v2 #707
Conversation
…aim_v2 # Conflicts: # sdk/src/claim.rs
…aim_v2 # Conflicts: # sdk/src/cose_validator.rs # sdk/src/error.rs
…aim_v2 # Conflicts: # sdk/src/time_stamp.rs
…aim_v2 # Conflicts: # sdk/src/time_stamp.rs # sdk/src/wasm/webcrypto_validator.rs
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #707 +/- ##
==========================================
+ Coverage 78.82% 79.03% +0.21%
==========================================
Files 141 143 +2
Lines 32171 33936 +1765
==========================================
+ Hits 25358 26821 +1463
- Misses 6813 7115 +302 ☔ View full report in Codecov by Sentry. |
# Conflicts: # sdk/src/signer.rs # sdk/src/time_stamp.rs
Add validation_results method to reader. Add some ValidationResults docs
processes informational status (when we have them)
} | ||
(box_name.into(), 0) | ||
} | ||
|
||
/// Return the label for this assertion given its link | ||
pub fn assertion_label_from_link(assertion_link: &str) -> (String, usize) { |
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.
@scouten-adobe continue review from here (probably tomorrow)
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.
I ran out of time to review – please hold until I can review further.
Changes in this pull request
Support V2 Claim processing
Checklist
TO DO
items (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment.