-
An example of how blobs are replicated would be extremely heploful.
Is this handled by a plugin? which one?
Should this be part of application code? how?
This issue is a less specific versio…
-
You can set replication hops on the Settings tab. It would be nice if, when you lowered that number, the messages outside of the new smaller graph were cleaned up from the database.
-
This is not minibutt-specific, but this repo is like a place to have these discussions. This issue is an SSB2 idea.
ssb-db2 is cool, but some people want SQLite. That's one problem when it comes to h…
-
Okay, so in testing the new version that's compatible with db2, I can't actually use it in a browser context because of the use of trammel. We already have blobs's ls() function which lists all of th…
-
- run the migrate separately, at the same time or right after creating the fixture, so that both db1 and db2 are run on log files that are fully ready
- run db2 with migrate turned off completely
- si…
-
the `create()` method uses this to pick the recps for encryption
```js
const recps = fullOpts.recps || fullOpts.content.recps
```
https://github.com/ssbc/ssb-db2/blob/master/core.js#L663
The do…
-
Tangentially related to #161, I have not been able to find a way to do a search on the name of a mention. `mentions` looks like it's only intended to search on IDs. For the purposes of ssb-meme, I'd…
-
Now that we have visible profile change messages, I noticed that if you load a mnemonic key and refresh, you'll still see the profile change message from the previous profile (and presumably other mes…
-
I keep getting these errors but I can't figure out what SSB call is triggering it. Might be from a plugin running in the background...
```
internal/buffer.js:83
throw new ERR_OUT_OF_RANGE(type …
-
**Overall GOAL: We want to request any blobs that have been mentioned in a post and save it to our server.**
__choose a pub to request a blob from__
* [ ] should iterate through our list of known…