Closed nick-mobilecoin closed 11 months ago
Closing as not needed, per
At this time thinking this isn't needed, the only thing that was using Report with Ord was the NewEReportResponse which was removed in https://github.com/mobilecoinfoundation/mobilecoin/pull/3454
IFF
Report
needsOrd
andPartialEq
we should bring in the logic from the MobileCoin repo as it was done to conform to a security audit.https://github.com/mobilecoinfoundation/mobilecoin/blob/4dbbf0353078b94818358ef0ac10aa8d07394f0a/attest/core/src/report.rs#L80
At this time thinking this isn't needed, the only thing that was using
Report
withOrd
was theNewEReportResponse
which was removed in https://github.com/mobilecoinfoundation/mobilecoin/pull/3454