aboutsummaryrefslogtreecommitdiff
path: root/shard/lib/data/merklelist.ex
diff options
context:
space:
mode:
Diffstat (limited to 'shard/lib/data/merklelist.ex')
-rw-r--r--shard/lib/data/merklelist.ex8
1 files changed, 2 insertions, 6 deletions
diff --git a/shard/lib/data/merklelist.ex b/shard/lib/data/merklelist.ex
index 9b44ee8..c450ca7 100644
--- a/shard/lib/data/merklelist.ex
+++ b/shard/lib/data/merklelist.ex
@@ -1,12 +1,8 @@
defmodule SData.MerkleList do
@moduledoc"""
- A simple Merkle list store.
+ A simple Merkle list store. Not used.
- Future improvements:
- - When messages are inserted other than at the top, all intermediate hashes
- change. Keep track of the mapping from old hashes to new hashes so that get
- requests can work even for hashes that are not valid anymore.
- - group items in "pages" (bigger bundles)
+ TODO delete this module
"""
defstruct [:root, :top, :cmp, :store]