status-go/appdatabase
Pascal Precht c855272340 feat: add garbage collection for soft deleted bookmarks
This introduces a simple garbage collection which checks for all soft
deleted bookmarks (`removed = 1`) which have been marked for garbage
collection more than 30 days ago from the time of bootstapping the
messenger.

Closes #2705
2022-06-17 14:21:21 +02:00
..
migrations feat: add garbage collection for soft deleted bookmarks 2022-06-17 14:21:21 +02:00
migrationsprevnodecfg feat: introduce `AddBookmark` and `RemoveBookmark` APIs to messenger 2022-06-17 12:29:03 +02:00
database.go Sync Settings (#2478) 2022-03-23 18:47:00 +00:00
database_test.go Sync Settings (#2478) 2022-03-23 18:47:00 +00:00
node_config_test.go feat: Added new params for shortName and color for the networks (#2681) 2022-06-17 00:12:21 +05:30
test_helpers.go Sync Settings (#2478) 2022-03-23 18:47:00 +00:00