You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pulled Attributes out of the Ord implementation for ReportBody we need to determine if that will be needed once ReportBody is upgraded to the mc-sgx-core-types version.
TargetInfo
frommc-sgx-core-types
#3421Ord
andPartialEq
forReport
sgx#373IsvSvn
frommc-sgx-core-types
#3434ReportData
frommc-sgx-core-types
#3435Attributes
formmc-sgx-core-types
#3438Attributes
out of theOrd
implementation forReportBody
we need to determine if that will be needed onceReportBody
is upgraded to themc-sgx-core-types
version.ConfigId
frommc-sgx-core-types
#3439Attributes
, theConfigId
is no longer in theOrd
implementation ofReportBody
ConfigSvn
frommc-sgx-core-types
#3440CpuSvn
frommc-sgx-core-types
#3441IsvProductId
frommc-sgx-core-types
#3442MiscellaneousSelect
frommc-sgx-core-types
#3443FamilyId
frommc-sgx-core-types
#3444ExtendedProductId
frommc-sgx-core-types
#3445Report
andReportBody
frommc-sgx-core-types
#3449ReportBody
fromReport
s ord implementation, need to determine if this will be needed onceReport
is upgraded tomc-sgx-core-types
version,mobilecoin/attest/core/src/report.rs
Line 82 in be640b9
NewEReportResponse
was using ord and it was removed in Remove unusedNewEReportResponse
#3454mc-sgx-attestation-verifier::Evidence
. Unneeded serialized quote3 and collateral and that was enough. Add De/Serialize forQoute3
sgx#367 and AddSerialize
andDeserialize
traits toCollateral
sgx#382The text was updated successfully, but these errors were encountered: