From 6b8573f60bac1a9563ee3b29fd952d4a95a30841 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 13 Jul 2020 15:10:58 +0200 Subject: [PATCH] fixed README typos --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cbdd503..a5c4271 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,14 @@ Changes compared to main.py: - switched to a way more efficient delta & milestone system - appending data to files without a re-upload possible, if file has not been closed (and therefore the last block is still unsealed) - - incremental r/w-keypair in directory-structure: mounting point in the fs can be choosen - and a single folder (and all contained files / folders ) can be shared with someone else - simply by giving them the r/w-keypair and last known milestone-pointer (address) for the folder + - incremental r/w-keypair in directory-structure: mounting point in the fs can be choosen and a single folder (and all contained files / folders ) can be shared with someone else simply by giving them the r/w-keypair and last known milestone-pointer (address) for the folder - sharing a folder in read-only mode by only giving them the r-key and the last known milestone-pointer - did I mention it has 1000x better performance? -Development was stopped, because a iota-snapshot will remove the fs (next AND main) from the tangle and require the data -to be bought from a fullnode. +Development was stopped, because a iota-snapshot will remove the fs (next AND main) from the tangle and require the data to be bought from a fullnode. If a transitional grace-period for snaphots gets implemented this could be circumvented by implementing a refresh, which would + - make a forced full milestone of the Genesis - rewrite all files - But until such a thing is implemented I dont see the point in continuing the development on what essentially was only - ment to be a poc. +But until such a thing is implemented I dont see the point in continuing the development on what essentially was only ment to be a poc. \ No newline at end of file