minor changes

This commit is contained in:
Dominik Moritz Roth 2020-06-11 22:20:00 +02:00
parent 0c76055222
commit 16b1e502bd

View File

@ -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