hyperspace
hyperspace copied to clipboard
Hypercores, batteries included.
In the `server.js` the `networker.configure()` method (required for announce) is dependent on `db.listNetworkConfigurations()` (see below): https://github.com/hypercore-protocol/hyperspace/blob/26d6d36f3d3f9d6ca1269994af5a2ddf9096c583/server.js#L120-L125 However, no where in the `server.js` file the `db.putNetworkConfiguration()` is called, which means the...
It seems that `yarn global add @hyperspace/cli` does not work : (base) marco@marco-U36SG:~/hypercore/hypercore-protocol$ npm uninstall -g @hyperspace/cli npm WARN deprecated [email protected]: "Please update to latest v2.3 or v2.2" npm WARN...
In my ctzn tests, I had remote hyperbees throw the following error during a hypercore `.close()`: ``` /Users/paulfrazee/work/ctzn/node_modules/@hyperspace/rpc/index.js:11 const err = new Error(message) ^ Error: Invalid resource: 12628 at Object.decode...
This PR fixes `--memory-only` being ignored. Added `random-access-memory` storage when the switch is passed. In any case, a logging message now informs the user about the selected storage backend. Also...
Updates several links that are out-of-date. One link to the difference between hypercore and remote-hypercore was open as TODO. I thought it might be a good idea to create a...
This adds two optional fields `bitfield` and `length` to the `has` method request. If set, the response includes a run-length encoded bitfield of the downloaded blocks from `seq` for `length`....
`/tmp/hyperspace.sock` is too broad and permissive. It limits you to one hyperspace per system instead of one per user. It should only be readable by the user who created it....
Currently, the daemon emits an append event if new blocks are appended to a hypercore (either locally or by a remote for synced cores). However, no event is emitted when...
Glad you're working, man!