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

Add Serialize and Deserialize traits to Collateral #382

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

nick-mobilecoin
Copy link
Collaborator

@nick-mobilecoin nick-mobilecoin commented Jul 27, 2023

The Collateral type is used to go to/from an enclave from the
untrusted application, so it needs to support serialization.

The `Collateral` type is used to go to/from an enclave from the
untrusted application, so it needs to support serialization.
@nick-mobilecoin
Copy link
Collaborator Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@github-actions github-actions bot added the size/L PRs with more than 500 lines of changes label Jul 27, 2023
@meowblecoinbot meowblecoinbot requested a review from a team July 27, 2023 17:02
@nick-mobilecoin nick-mobilecoin removed the request for review from a team July 27, 2023 17:03
@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Merging #382 (849d3cb) into main (bbb7534) will increase coverage by 0.15%.
Report is 2 commits behind head on main.
The diff coverage is 96.03%.

@@            Coverage Diff             @@
##             main     #382      +/-   ##
==========================================
+ Coverage   88.14%   88.30%   +0.15%     
==========================================
  Files          40       40              
  Lines        5527     5627     +100     
==========================================
+ Hits         4872     4969      +97     
- Misses        655      658       +3     
Files Changed Coverage Δ
dcap/types/src/collateral.rs 96.00% <96.03%> (+0.16%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/L PRs with more than 500 lines of changes
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants