Nuh

Results 13 issues of Nuh

- Update NS to use standard of hypercore namespace generation ```js crypto_generichash(out=NS, input=Buffer.from([0]), ns=Buffer.from('slashtags')) ``` - Merge keychain branch to enable hyperdrive derivation with keychain - hash scalar before using...

This is useful for example for watching operations on the bee ```js db.feed.on('download', (seq) => db.getOperation(seq)) ``` Or ```js db.feed.on('append', () => db.feed.length > 1 && db.getOperation(db.feed.length - 1)) ```...

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...

By corrupted I mean branched as in [The linear history requirement](https://github.com/dat-ecosystem-archive/DEPs/blob/master/proposals/0002-hypercore.md#the-linear-history-requirement): ``` ... otherwise they will generate branches and "corrupt" the hypercore. ``` Currently `_onfork` is called by default whenever...

This PR tries to improve profile links input, without going too crazy with regex and validating every URI under the sun! I regret that I couldn't use `useRef` to focus...

I can't do it myself (combination of less experience with RN and M1 chip) but If anyone can try switching from `RAWS` to [RARN](https://github.com/holepunchto/random-access-react-native), please let me know if it...

enhancement