ssbc / ssb-db

A database of unforgeable append-only feeds, optimized for efficient replication for peer to peer protocols
https://scuttlebot.io/
MIT License
1.17k stars 75 forks source link

Incompatible with ssb-private #318

Closed staltz closed 3 years ago

staltz commented 3 years ago

I have both ssb-db and ssb-private installed, it seems that ssb-db version 20.3 makes ssb-private's streams not emit anything ever.

I'm on mobile now so I'll provide more details later, but I know that

staltz commented 3 years ago

Ok so it turns out I had to include ssb-private1 as well. This wasn't clear from the docs or release notes, so I took the liberty to add this section "Breaking changes" to the release notes:

https://github.com/ssbc/ssb-db/releases/tag/v20.0.1

cc @mixmix

mixmix commented 3 years ago

Cool, yeah sorry I thought I'd made it clear, but now wonder where I wrote that.

Thanks for adding that