Commit Graph

5 Commits (a1166e840a92abedf282af2ada7cd46610946995)

Author SHA1 Message Date
jmjatlanta a1166e840a Move of node to merkledag 2016-12-19 09:03:28 -05:00
jmjatlanta 1d63cdb4a1 Persisting large files in chunks 2016-12-15 12:38:08 -05:00
jmjatlanta 34301c286e Storing large files
Files larger than about 200K are split into smaller files and stored in
the ipfs file system in blocks.
2016-12-15 05:40:24 -05:00
John Jones 5168bc87e0 Fixed memory leak in test 2016-12-14 12:24:44 -05:00
jmjatlanta 033dd767b4 More work on persisting data to disk.
Blockstore now storing the data, whereas datastore is storing the key
and filename. The key should be the multihash (currently the sha256, not
the multihash), and the value is the filename (base32).
2016-12-14 12:07:43 -05:00