-
Notifications
You must be signed in to change notification settings - Fork 21
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
DCAP Attestation for Full-Service #950
Conversation
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.
changes look good, just needs some cargo fmt and probably a few CI updates for the rust version
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #950 +/- ##
==========================================
- Coverage 60.12% 54.82% -5.31%
==========================================
Files 88 124 +36
Lines 12356 15831 +3475
Branches 2010 2742 +732
==========================================
+ Hits 7429 8679 +1250
- Misses 3238 5124 +1886
- Partials 1689 2028 +339 ☔ View full report in Codecov by Sentry. |
Motivation
This PR updates full-service to support DCAP attestation. This will be needed for MobileCoin 6.0 support. EPID attestation is still supported during the transition period from 5.0 to 6.0.
In this PR