-
Using master branch for this.
I'm using:
```
node node_modules/ssb-fixtures/lib/bin.js --messages 100000 --seed ngipointer
```
And from that I use sbot createHistoryStream (from ssb-db, not s…
arj03 updated
3 years ago
-
Context: https://github.com/ssbc/ssb-box2/pull/22
> There could be a feature in ssb-db2's reindexEncrypted where it is crash-resistant. Since reindexEncrypted takes no arguments, this is just a mat…
-
`db.query` is a bit difficult to support over a muxrpc stream, but it should be possible.
```js
ssb.db.query(
and( // this produces a function
type('post') // this produces an object
),…
-
I had an idea to improve the performance of this.
If we end up ["merging" deleted records](https://github.com/ssb-ngi-pointer/async-append-only-log/issues/30#issuecomment-1096785112), then we'll ha…
-
Makes it easier to work with tribes2.
-
If we travel back in time, `ssb-server` includes [this example](https://github.com/ssbc/ssb-server/blob/99fad7c5f6e436cbd670346b4da20c57222a1419/plugins/blobs/replication.js#L190):
```js
// monit…
-
Other libraries we use multiple copies of:
* chloride 2.2.14 pulled in by ssb-keys-mnemonic vs. 2.4.1 everywhere else
* ssb-keys 7.2.2 almost everywhere except ssb-db2's 8.0.2 (ssb-room/ssb-client…
-
Is there something like this, a globally installable sbot CLI tool, but using `ssb-db2`? If not I may fork and create something like that.
-
According to the docs https://github.com/ssbc/ssb-db2#onmsgaddedcb you can do like this instead of using the callback
> onMsgAdded itself is an [obz](https://github.com/ssbc/obz/), so the latest me…
-
Trying to run `ssb-db2` on a freshly installed RaspbianOS (Pi 3+) running node v16.13. Also getting same error during install when trying to build a Docker image with ssb-db2.
```
npm ERR! code 1
…