This repository has been archived by the owner on May 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: trusted key-value store using sgxfs #61
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PiDelport
force-pushed
the
feat-trusted-kv-store-36
branch
3 times, most recently
from
May 18, 2021 18:19
2a1c2db
to
6e73119
Compare
longtomjr
reviewed
May 19, 2021
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.
Quick comments so far.
longtomjr
reviewed
May 19, 2021
…ng issue See the comment in rtc_tenclave/Cargo.toml
This contains in-memory implementations and a property test, so far.
PiDelport
force-pushed
the
feat-trusted-kv-store-36
branch
from
May 20, 2021 07:33
32f8f34
to
d20e6b4
Compare
This should be a lot simpler to work with.
This lets formatting and analysis work better.
This fits better with how the copying store implementations work.
PiDelport
force-pushed
the
feat-trusted-kv-store-36
branch
from
May 20, 2021 07:38
d20e6b4
to
a1524d0
Compare
This no longer performs IO to ensure that the root directory exists.
This replaces the interim StoreResult type.
This was referenced May 20, 2021
Leave the signatures in place as comments, for now, as a reading aid.
longtomjr
approved these changes
May 20, 2021
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.
Awesome, looks good. Thanks!
PiDelport
force-pushed
the
feat-trusted-kv-store-36
branch
from
May 20, 2021 17:01
78ac81b
to
1d53fa4
Compare
Cool, thanks! I just fixed some clippy checks and added a round-trip test, which should be minor: I'll go ahead and merge. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(Closes #36)