diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -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. + |