status-go/multiaccounts
Pascal Precht b8b402da8d feat: store check channel permission responses
This commit adds new tables to the database and APIs in `Messenger` and
communities `Manager` to store `CheckChannelPermissionsResponse`s.

The responses are stored whenever channel permissions have been checked.

The reason we're doing this is so that clients can retrieve the last
known channel permission state before waiting for onchain checks to
finish.
2023-06-27 12:13:59 +02:00
..
accounts feat: add account position 2023-06-26 16:15:48 +02:00
common chore: Add ColorId for Wallet accounts that can be shared with mobile (#3521) 2023-06-02 17:06:51 +02:00
errors feat: `keypair_name` and `last_used_derivation_index` columns added to `accounts` table 2023-03-28 16:19:27 +02:00
migrations feat: store check channel permission responses 2023-06-27 12:13:59 +02:00
settings Changes necessary to restore wallet on mobile app 2023-05-25 21:08:34 +02:00
settings_notifications fix: don't return an error on empty rows 2023-01-24 16:26:36 -04:00
settings_social_links fix: profile social links, fix older clock error 2023-06-06 17:05:55 +02:00
database.go feat(wallet) extract json blobs and add custom migration support 2023-06-08 13:54:40 +02:00
database_test.go chore: Add ColorId for Wallet accounts that can be shared with mobile (#3521) 2023-06-02 17:06:51 +02:00