hypercore icon indicating copy to clipboard operation
hypercore copied to clipboard

Hypercore is a secure, distributed append-only log.

Results 36 hypercore issues
Sort by recently updated
recently updated
newest added
trafficstars

`this.contiguousByteLength` always returns 0. Removing the special-case on non-spareness fixes it

Below is a command line (ksh) procedure for installing hypercore on OpenBSD 7.3 amd64: ``` pkg_add git pkg_add libsodium pkg_add libtool pkg_add autoconf pkg_add node npm install node-gyp -g export...

Every time I dump my data I have to copy the new keys over to a second app that is suppose to know how to connect to the first app....

Is there any plans to fix and support on browser?

This existed a while ago in https://github.com/holepunchto/hypercore/pull/49 It would be useful to be able to "unreplicate" a core from a hypercore protocol stream, without destroying the underlying stream. I guess...

`Hypercore.createProtocolStream()` has slightly different behaviour when you pass it a Protomux instance instead of a raw duplex stream or a noise stream: in the latter cases it returns the raw...

The end event on the protocol stream returned by `core.replicate()` does not seem to propogate as expected. **Use case:** I want to gracefully end a replication stream without destroying it....