status-go/appdatabase
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
..
migrations feat: store check channel permission responses 2023-06-27 12:13:59 +02:00
migrationsprevnodecfg feat: store check channel permission responses 2023-06-27 12:13:59 +02:00
database.go fix: correct transfer type detection 2023-06-21 12:10:25 -03:00
database_test.go fix: correct transfer type detection 2023-06-21 12:10:25 -03:00
node_config_test.go chore: upgrade go-waku and log about messages sent/received 2022-11-09 17:39:17 +03:00
test_helpers.go feat(wallet) extract json blobs and add custom migration support 2023-06-08 13:54:40 +02:00