-
Notifications
You must be signed in to change notification settings - Fork 154
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
Use Attributes
form mc-sgx-core-types
#3438
Conversation
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
d248cc4
to
49bc1db
Compare
1f0bf0c
to
869659c
Compare
49bc1db
to
268c5cf
Compare
869659c
to
f968faf
Compare
268c5cf
to
7876c39
Compare
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.
This all looks fine to me except me being a bit suspicious about the Ord
stuff. Is there anything preventing attributes from deriving it?
Previously the `Attributes` was defined in `mc-attest-core`. Now the `Attributes` from `mc-sgx-core-types` is used.
7876c39
to
22ff7db
Compare
@nick-mobilecoin started a stack merge that includes this pull request via Graphite. |
@nick-mobilecoin merged this pull request with Graphite. |
Previously the
Attributes
was defined inmc-attest-core
. Now theAttributes
frommc-sgx-core-types
is used.