minor changes
This commit is contained in:
parent
0c76055222
commit
16b1e502bd
7
main.py
7
main.py
@ -1,5 +1,12 @@
|
||||
# iotaFS a.k.a iotaShitPoc
|
||||
|
||||
# Big TODOs:
|
||||
# - map from binary file to position in chain
|
||||
# -> ability to read of size easily and read / write in chunks is 1000000% more efficient
|
||||
# - remove old / big stuff from cache
|
||||
# - async sync with tangle -> 1000% more efficiency
|
||||
# - implement deltas for fileTree or switch to actuall tree with links
|
||||
|
||||
from iota import Iota, ProposedTransaction, Address, TryteString, Tag
|
||||
from iota.crypto.addresses import AddressGenerator
|
||||
from iota.crypto.types import Seed
|
||||
|
Loading…
Reference in New Issue
Block a user