diff options
author | Alex Auvolat <alex@adnab.me> | 2018-09-25 19:57:35 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-09-25 19:57:35 +0200 |
commit | 78e5caa664b860189ea86f95fe68ad5e6705897b (patch) | |
tree | c2d932af6ed1451b6c4bc11ebbe37ddc7ac8f90b /TODO | |
parent | bfdcc107028f64d3d4a6e38ae9732d33182502d6 (diff) | |
download | shard-78e5caa664b860189ea86f95fe68ad5e6705897b.tar.gz shard-78e5caa664b860189ea86f95fe68ad5e6705897b.zip |
s/block/page, change semantics to use more binaries, fixes
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. + |