hyperspace-client icon indicating copy to clipboard operation
hyperspace-client copied to clipboard

Standalone Hyperspace RPC client

Results 6 hyperspace-client issues
Sort by recently updated
recently updated
newest added

does not transpile static class properties - https://github.com/facebook/create-react-app/issues/10273

Hey guys, was just reading through the readme and noticed both the terms `feed` and `core`, it got a bit confusing to know whether `core` was referring to a `hypercore`...

Companion PR to hyperspace-org/hyperspace#7, see there for discussion.

One of the missing features of hypercore is [`getBatch`](https://github.com/hypercore-protocol/hypercore/#feedgetbatchstart-end-options-callback) which is relevant to https://github.com/hypercore-protocol/hypercore-streams/pull/6

The `valueEncoding` option is not working when getting a core with `corestore.default()`. The `opts` are not passed here: https://github.com/hypercore-protocol/hyperspace-client/blob/master/index.js#L103