-
# Summary
## Problem
Users cannot recover their filesystem without a copy of their read key.
### Impact
A user could irrevocably lose the private data they have stored in WNFS.
## Solut…
-
## What exists in `rs-wnfs` today
Public File System:
- [x] `read`, `write`, `mkdir`, `ls`, `mv`, `rm`, of public files/directories
- [x] history for public files and directories
- [x] arbitrary…
-
I set up a brand new user 'jeff-test3' with the email address 'jeff+test3@fission.codes'
Trying to log into Brian's [gallery app](https://stupid-enormous-square-hero.fission.app/) I get some intere…
-
A method for receiving a file's metadata from a box by providing its CID
-
Get an error to receive a file with file path parameter:
```
file.receive("[cid]", false,"[FilePath]")
```
Error:
```
[Error: open /data/user/0/land.fx.fotos/files/fula/received////storage/emula…
-
# Summary
My linter and build chain complain about [this line](https://github.com/fission-codes/webnative/blob/db89623bbab458ccfdfa673b5e0804e36a1e3e7a/src/fs/v3/PublicRootWasm.ts#L439)
## Pro…
-
# Summary with details
I have a file [clearly available](https://1zoom.files.fission.name/p/1zm-test1/color-schemes-test1/Colors/1659714480000_16:48:00.000/1659714481311_4f80923d0fe_b9705a4ee1f) in…
-
### Context
This came up while working on #211. The root issue means that the MMPT is missing entries. More concretely:
* The MMPT is basically a key-value store. The values are (CIDs to) blobs …
-
We could use some more test coverage in `src/fs/`. Let's add some unit tests and prop checks to test this code.
bgins updated
2 years ago
-
Currently we keep a CID log, meaning, for every change we make, we store the root CID in an append-only local array. Based on this log we determine if the file system is ahead or behind. Now that we h…