-
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
fix: Bring claim_v2
branch up to date with main
branch
#809
Conversation
…patool#58) Co-authored-by: Jack Farzan <[email protected]> Co-authored-by: Eric Scouten <[email protected]>
* Update README.md Co-authored-by: Rand McKinney <[email protected]>
* reduce release binary size * Add -info option, improve error handling * improve error reporting
* Better message when fail to fetch remote manifest * Add info integration tests * Update sdk to get remote manifest data * info not found integration test * fix manifest size report for remote
…ntauth/c2patool#76) * treat source with claim as default parent ingredient
authored-by: Rand McKinney <[email protected]>
Adapted from https://github.com/adobe/xmp-toolkit-rs * Build crate 3x/week and alert on error * Include recommended fix for CodeCov flakiness * Add notes about warnings in publish workflow
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## claim_v2 #809 +/- ##
============================================
- Coverage 81.52% 80.27% -1.26%
============================================
Files 93 120 +27
Lines 30528 32993 +2465
============================================
+ Hits 24889 26485 +1596
- Misses 5639 6508 +869 ☔ View full report in Codecov by Sentry. |
* Apply changes from merge commit 13889dd * Introduce `cose::TimeStampStorage` enum * Plumb TimeStampStorage through first layers of SDK * Port `sigTst2` changes from `claim_v2` branch. See 6028853 * Port `sigTst2` validation changes from claim_v2 branch. See 6028853 * Move P1363 format check earlier in validation. See 6028853 * Pick up `claim_v2` changes to ContentInfo parsing. See bfdadc1
# Conflicts: # internal/crypto/src/time_stamp/mod.rs # sdk/src/cose_sign.rs # sdk/src/store.rs # sdk/src/utils/test.rs
…812) (Will allow me to make some other things private.)
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.
approved
Adds default support for LogItem
No description provided.