-
One idea that's been floating around is, being able to make local updates that aren't replicated into the network until the user "commits" them.
"Transactions" would make a simple API for this:
…
-
Hi there,
Just saw you're removing the dependency graph, can I ask what the reason is and if you have plans to maybe provide this functionality as a separate module? I quite liked the abstraction!
…
-
The README says:
```js
snapshot: true, // if set to false it will update `end` to `feed.length` on every read
```
This is not what it does. From looking at the code, it only affects the first …
-
When you invoke `core.download(cb)` without specifying a `start` and `end`, it never invokes your `cb`.
Here's a rough example with `hyper-sdk`:
```JavaScript
const SDK = require('hyper-sdk')
…
-
To force truncate the feed. We're gonna need this to resolve forks as well.
-
Every now and then I get `keys is not iterable` error when starting up Autobase. After the error starts showing up, it comes up on every subsequent run, which sounds to me that one of the cores is som…
-
### Specification
We can separate the networking to 3 layers:
* P2P application layer - e.g. kademlia, automerge, nodes domain
* RPC layer - e.g. grpc (and once considered jsonrpc but it's too …
-
I was looking into IPFS and Hypercore/Hyperswarm. Haven't used either. My use-case is to be able to connect peers directly, without a master server. I was surprised [Hyperswarm has this](https://hyper…
-
PEX is an extension of the BitTorrent protocol. It allows a group of users (or peers) that are collaborating to share a given file to do so more swiftly and efficiently.
https://en.wikipedia.org/wiki…
-
```
$hyp daemon start
Hyperspace daemon started
Mirroring daemon started
Daemon is running.
$hyp info
The daemon is not active. Please run:
hyp daemon start
$hyp daemon stop
mirrorin…