status-im / status-protocol-go

Status Protocol implementation in Go
Mozilla Public License 2.0
0 stars 1 forks source link

Revert "Make database optional (#72)" #80

Closed cammellos closed 4 years ago

cammellos commented 4 years ago

This reverts commit 3fa3648db96d9660c41e4aeed7f26f70a5e1f773.

Seems like the app is now using an in memory database, reverting this for now as likely the cause (I will verify it before merging), if the fix is easy enough feel free to appy, but there's a pending pr that I need to merge and has already tested successfully.

cammellos commented 4 years ago

@adambabik it's using in memory yes, but I haven't changed any config in status-go/status-react, so just by using this version, it uses an in memory database, with the reverted commit (and nothing else changed), it uses the fs

cammellos commented 4 years ago

@adambabik one more review please https://github.com/status-im/status-go/pull/1619 :)