hypercore
hypercore copied to clipboard
Hypercore is a secure, distributed append-only log.
Sometimes now its gives the random-access-storage close error which is confusing
1. Install `Termux` on android 2. Install node/npm 3. run `npm install hypercore` 4. errors seen during `node-gyp-build` and `sodium-native` ``` ... ... 524 verbose pkgid [email protected] 525 verbose cwd...
Hi, I am not sure that this is totally correct but, I was trying to make hypercore work on a device (termux) that did not have a prebuild version of...
Not sure why but `byteLength` from `core.info()` is 0 when creating a core with `sparse: false` options. `core.append()` does return the `byteLength` correctly though.
I'm considering to suggest the hyper:// protocol to an academic community, as they are academic people only interested in a layer which stores/sends (versioned) documents to local devices. The only...
Opening the main PR so CI can run explicitly and we can follow
If you prefer, we can also use ``` blocks: { uploaded: 0, downloaded: 0 } ``` Instead of ``` blocksUploaded: 0, blocksDownloaded: 0 ``` But I found that looked a...
This is a request to add a method to control whether a core is uploading, e.g. whether it will respond to "wants" from other peers by sending data. I think...