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

First of all , It is the most amazing project I have ever come across. I was wondering how can I pipe the hypercore.replicate stream which is a duplex Node.js...

It would be useful to be able to listen to an event on the core and for each peer in `core.peers` to find out when a bitfield is updated. The...

It would be useful to be able to send/receive the updated length/bitfield of a core among peers with the ability to block downloading of data. Our use cases for this...

Partial fix to #305 Creating as a draft for initial feedback on proof-of-concept. This is useful because you may want to download data from a peer, but not allow uploads...

Current behaviour is a low-level error, even when the required block is available from the swarm and `core.length` is higher: ``` /home/hans/holepunch/hypercore/node_modules/random-access-memory/index.js:86 return req.callback(new Error('Could not satisfy length'), null) ^...