Skip to content

v0.26.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@status-im-auto status-im-auto released this 20 May 07:39
· 4177 commits to develop since this release
Add postgres

This commits adds support for postgres database.
Currently two fields are stored: the bloom filter and the topic.
Only the bloom filter is actually used to query, but potentially we will
use also the topic in the future, so easier to separate it now in order
to avoid a migration.