-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Encrypt the ratchet key * Rename `RatchetKey` to `RevisionKey` * Fix wasm crate * Rename `*Serde` into `*Serializable` * Add `previous` backlinks to `PrivateDirectory` schema * Remember persisted CID in PrivateDirectory And store previous CID in previous links. Co-authored-by: Stephen <[email protected]> * Fixed not resetting `persisted_as` correctly Co-authored-by: Stephen <[email protected]> * Also implement `prepare_next_revision` for private files * Add TODOs for fixing up serialization * Make use of `let-else` ✨ 💄 * Store `previous` in `PrivateNodeHistory`. * Resolve bias in previous iterator towards `previous` nodes * Add docs & test * Also rotate the `inumber` when re-attaching trees * fix: Private shard block labels according to spec https://github.com/wnfs-wg/spec/blob/main/spec/private-wnfs.md#44-sharded-file-content-access * chore: Remove some logging, reduce diff * Documentation for `Encrypted` * Try to align on `impl BlockStore` and `impl RngCore` * Take a reference (fix incorrect manual merge) * Force a patch version for chrono Co-authored-by: Stephen <[email protected]>
- Loading branch information
Showing
19 changed files
with
729 additions
and
329 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
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.