-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support tombstone'd value states in the storage-layer (#161)
* Adjust the public crate-level types which are commonly utilized by clients (not storage implementers) * Move AkdValue and AkdLabel to binary vectors instead of strings * Identify tombstones in client & add flag to support them, verification of hash coming * Tombstoning at the storage layer * Verify the hash of the plaintext value compared to the hash in the existence proof * Adding test coverage around tombstoned entries in the key history. * Debugging statements and rustfmt + clippy * CI clippy * Cleanup of leaf hashing logic * PR review * Clippy still failing client-side on Mac, so fixing CI indentified clippy lints * merge clippy's * rustfmt after clippy :sad_eyes: * PR review: move tombstone to empty array of data and add more test coverage * Addressing: #170. Adding a top N key updates to the history call. Also forcing key history proofs to be in max -> min, such that they go from highest version to lowest * clippy lint caught in CI Co-authored-by: Sean Lawlor <[email protected]>
- Loading branch information
Showing
27 changed files
with
1,439 additions
and
621 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.