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/Deserialize to TargetInfo #365

Merged
merged 1 commit into from
Jul 18, 2023
Merged

Conversation

nick-mobilecoin
Copy link
Collaborator

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

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

Future Work

Serializing for Quote3 and Report types.

@nick-mobilecoin
Copy link
Collaborator Author

nick-mobilecoin commented Jul 18, 2023

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@meowblecoinbot meowblecoinbot requested a review from a team July 18, 2023 15:43
@github-actions github-actions bot added size/M PRs with less than 250 lines of changes dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 18, 2023
@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Merging #365 (1cfffa1) into main (e548815) will increase coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #365      +/-   ##
==========================================
+ Coverage   87.73%   87.82%   +0.09%     
==========================================
  Files          40       40              
  Lines        5414     5456      +42     
==========================================
+ Hits         4750     4792      +42     
  Misses        664      664              
Impacted Files Coverage Δ
core/sys/types/src/lib.rs 100.00% <100.00%> (ø)
core/types/src/target_info.rs 100.00% <100.00%> (ø)

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

The `TargetInfo` type is used to go to/from an enclave from the
untrusted application, so it needs to support serialization.
@nick-mobilecoin nick-mobilecoin requested review from eranrund and dolanbernard and removed request for a team July 18, 2023 16:18
This was referenced Jul 18, 2023
@nick-mobilecoin nick-mobilecoin merged commit c37b8d8 into main Jul 18, 2023
@nick-mobilecoin nick-mobilecoin deleted the nick/serialize-types branch July 18, 2023 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code size/M PRs with less than 250 lines of changes
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants