From 252ecdeeae6847f44bec5eeb5919040c9bce9ca9 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 26 Oct 2017 20:10:00 -0700 Subject: additions to notes --- notes/spec_todo.txt | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'notes/spec_todo.txt') diff --git a/notes/spec_todo.txt b/notes/spec_todo.txt index 40c59f5..7630a68 100644 --- a/notes/spec_todo.txt +++ b/notes/spec_todo.txt @@ -32,18 +32,3 @@ inefficient... fixed 32-bit length makes more sense to me, seems like efficiency gains would be pretty small. would need benchmarking. https://developers.google.com/protocol-buffers/docs/techniques#streaming - -### Small Bugs - -hypercore: 'Request' without 'Have' crashes dat, despite whitepaper saying "You -should only send Have messages to peers who have expressed interest in this -region with Want messages.": - - /usr/lib/node_modules/dat/node_modules/hypercore/lib/replicate.js:119 - if (!self.remoteBitfield.set(request.index, true)) return - ^ - - TypeError: Cannot read property 'set' of null - at onvalue (/usr/lib/node_modules/dat/node_modules/hypercore/lib/replicate.js:119:33) - at onread (/usr/lib/node_modules/dat/node_modules/random-access-file/index.js:130:14) - at FSReqWrap.wrapper [as oncomplete] (fs.js:629:17) -- cgit v1.2.3