hyperdrive-next icon indicating copy to clipboard operation
hyperdrive-next copied to clipboard

Hyperdrive is a secure, real-time distributed file system

Results 18 hyperdrive-next issues
Sort by recently updated
recently updated
newest added

Similar to `hypercore`'s `opts._preready` this would enable hyperdrives managers to do custom logic before emitting ready. for example key rotation to manage access control. While most use cases can be...

Use `keypear` mdoule to open Hyperdrive synchronously, and derive the encrypted key for both cores. I [tested](https://gist.github.com/Nazeh/8b27974e46aef9ca51448bdd36916ab9) backward compatibility with opening remote Hyperdrives built with the current version, for both...

Is there a reason why you chose to encode node as JSON as opposed to using compact-encoding-struct which should give similar flexibility and only add 3 bytes overhead? Would that...

This is originally posted [here](https://github.com/hypercore-protocol/hyperdrive/issues/327), but since this is the next version preview going on, thought of adding here so that this can be discussed and can possibly contribute to...

Marked as draft because I'm not sure exactly which parts of the code related to batches were work-arounds and which were on purpose. Note in particular that I am now...

Something odd happens when a drive is closed before it has managed to complete `_openBlobsFromHeader` (for example because the drive is not yet available locally): - Old behaviour: `_close()` throws...

Currently it is possible to write a file to the empty string path in a hyperdrive. Is this expected?

Currently `drive.put(...)` resolves to undefined. This makes it tricky to know at which exact version a file was added to the drive. Returning the version or the node which was...

Do you have a standardized location where clients should store public metadata about a hyperdrive? In [hyperdrive.el](https://git.sr.ht/~ushin/hyperdrive.el), we want to display a human-readable name instead of a public key in...