-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description In `iroh-sync`: * feat: Add `Store::remove_replica` to remove a replica (namespace secret key and all entries) * feat: Adds `closed` atomic bool on `Replica` to ensure no operations can be performed on closed or removed replicas * refactor: To not add yet another `Arc` for the `closed` marker, move all things into `InnerReplica` In `iroh`: * feat: Add `DocDrop` to RPC protocol * rename `StopSync` to `Leave` * feat: Add `doc leave` command to CLI / console. `doc leave` runs `DocStopSync` in the RPC layer (we already had that), * feat: Add `doc drop` command to delete a document ## Notes & open questions Fixes #1497 ## Change checklist - [x] Self-review. - [x] Documentation updates if relevant. - [x] Tests if relevant.
- Loading branch information
Showing
15 changed files
with
395 additions
and
124 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.