aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2018-09-25 19:57:35 +0200
committerAlex Auvolat <alex@adnab.me>2018-09-25 19:57:35 +0200
commit78e5caa664b860189ea86f95fe68ad5e6705897b (patch)
treec2d932af6ed1451b6c4bc11ebbe37ddc7ac8f90b /TODO
parentbfdcc107028f64d3d4a6e38ae9732d33182502d6 (diff)
downloadshard-78e5caa664b860189ea86f95fe68ad5e6705897b.tar.gz
shard-78e5caa664b860189ea86f95fe68ad5e6705897b.zip
s/block/page, change semantics to use more binaries, fixes
Diffstat (limited to 'TODO')
-rw-r--r--TODO19
1 files changed, 10 insertions, 9 deletions
diff --git a/TODO b/TODO
index 2034785..637f964 100644
--- a/TODO
+++ b/TODO
@@ -10,17 +10,9 @@ achieves our goals.
TASK LIST
=========
-- Highest priority: pagehash, sign
+- Highest priority: sign
- Medium priority: dht, ep, dep
-Fix page hash semantics (pagehash, EASY)
------------------------
-
-Store and transmit the term binary and not the term itself so that
-we are sure serialization is unique and hash is the same everywhere.
-
-Terminology: stop using the word "block", use "page" everywhere.
-
DHT to find peers for a given shard (dht, EASY)
-----------------------------------
@@ -148,3 +140,12 @@ be only called on the items that are new in the last n (ex. 100)
items of the resulting tree, this is not implemented in the MST but
in the app that uses it since it is application specific.
+
+Fix page hash semantics (pagehash, EASY)
+-----------------------
+
+Store and transmit the term binary and not the term itself so that
+we are sure serialization is unique and hash is the same everywhere.
+
+Terminology: stop using the word "block", use "page" everywhere.
+