-
A desirable use case for dat is the commit case. In this use case, when an archive is created, the user makes changes (now has a diff) creating another archive hash. In doing so, the user will not wis…
-
Related to https://github.com/mafintosh/hypercore/issues/119, should we change `replicate({live: true})` to something more clear?
Eg `replicate({keepOpen: true})`
-
We (Digital Democracy, in this context) work with partners who run [Mapeo](https://mapeo.world) on older/commodity phones and laptops, and will sync hypercore feeds (via kappa-core) using hypercore's …
-
Similar to how node does it:
```
server.on('error', (e) => {
if (e.code == 'EADDRINUSE') {
```
Hypercore needs error codes so applications can handle different types of errors
-
I've recently started seeing a lot of `"No proof available for this index"` errors being created while trying to replicate a [hyperdb](https://github.com/mafintosh/hyperdb) using [hyperswarm](https://…
-
valueEncoding seems to work eveywhere except on("download")
```js
const feed = hypercore(storage, { valueEncoding: "json" })
feed.on("download", (i,data) => {
// data is of type Buffer…
-
Hi,
so hypercore supports an `onwrite` opt, if set the callback will be called on each write with `(index, data, peer, cb)`, where index is the seq of the data written, data is the buffer to be writt…
-
Is there any documentation on the magic numbers in the bitfield.js (https://github.com/mafintosh/hypercore/blob/master/lib/bitfield.js)?
e.g.,
```JavaScript
var INDEX_UPDATE_MASK = [63, 207, 24…
-
## Stage 1
- [x] eliminate use of protobufjs in config by doing `import type { Type, ... } from "protobufjs"` and move protobufjs into dev dependencies
- [x] extract PublicKey class and move it in…
-
Can we have library implementations for consumption in:
- [ ] JVM Languages
- [ ] .NET
- [ ] Native libraries