forked from ARK-Builders/ark-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs-storage
: Add FolderStorage struct (ARK-Builders#81)
* init Signed-off-by: pushkarm029 <[email protected]> * fix Signed-off-by: pushkarm029 <[email protected]> * fix Signed-off-by: pushkarm029 <[email protected]> * fix Signed-off-by: pushkarm029 <[email protected]> * added tests Signed-off-by: pushkarm029 <[email protected]> * fix Signed-off-by: pushkarm029 <[email protected]> * fix Signed-off-by: pushkarm029 <[email protected]> * few fixes Signed-off-by: pushkarm029 <[email protected]> * fmt Signed-off-by: pushkarm029 <[email protected]> * Add property based testing for FolderStorage (ARK-Builders#86) * Add property test * Use print statements * experimental changes Signed-off-by: pushkarm029 <[email protected]> * fix Signed-off-by: pushkarm029 <[email protected]> * fix Signed-off-by: pushkarm029 <[email protected]> * Refactor to remove unwraps * Fix folderstorage model with strong deletes --------- Signed-off-by: pushkarm029 <[email protected]> Co-authored-by: pushkarm029 <[email protected]> * Fix formatting * fix Signed-off-by: pushkarm029 <[email protected]> * fix Signed-off-by: pushkarm029 <[email protected]> * remove bincode Signed-off-by: pushkarm029 <[email protected]> * Change folderstorage file extension to json * fix Signed-off-by: pushkarm029 <[email protected]> --------- Signed-off-by: pushkarm029 <[email protected]> Co-authored-by: Ishan Bhanuka <[email protected]>
- Loading branch information
1 parent
06fadc6
commit 6c4d8a0
Showing
7 changed files
with
935 additions
and
21 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.