HDegroote
HDegroote
The behaviour of the streams is unintuitive: the resulting stream can include entries not yet present at the time of creating the stream (no snapshot is taken). A straightforward solution:...
Adds a `--key-file` option to the hypertele server and client, so it can use keys generated by [secure-key](https://github.com/holepunchto/secure-key). Also includes a `--key-file-password` option to pass in the password through the...
Context: I'm using this library to split a FLAC file into frames, but I also need the metadata (all bytes before the first frame). From what I understand, the current...
Relies on https://github.com/holepunchto/hypercore/pull/535 and https://github.com/holepunchto/corestore/pull/94 (so draft PR) Exposes the `globalCache` on its autocore sessions, if the corestore it was passed exposes it. This makes them compatible with the hypercore...
Depends on https://github.com/holepunchto/hypercore/pull/535 for it to really make sense This makes the node- and key cache derive from the same rache. It removes the `maxCacheSize` opt, which is made redundant...
If you prefer, we can also use ``` blocks: { uploaded: 0, downloaded: 0 } ``` Instead of ``` blocksUploaded: 0, blocksDownloaded: 0 ``` But I found that looked a...