status-go/appdatabase/migrations
Andrea Maria Piana 605fe40e32 Fix encryption metadata issues #4613
This commit fixes a few issues with communities encryption:

Key distribution was disconnected from the community description, this created a case where the key would arrive after the community description and that would result in the client thinking that it was kicked.
To overcome this, we added a message that signals the user that is kicked. Also, we distribute the key with the community description so that there's no more issues with timing.
This is a bit expensive for large communities, and it will require some further optimizations.

Key distribution is now also connected to the request to join response, so there are no timing issues.

Fixes an issue with key distribution (race condition) where the community would be modified before being compared, resulting in a comparison of two identical communities, which would result in no key being distributed. This commit only partially address the issue.
2024-02-07 10:25:41 +00:00
..
sql fix: add new migration to fix missing migration that didn't ran 2024-01-24 17:42:31 +01:00
bindata.go Fix encryption metadata issues #4613 2024-02-07 10:25:41 +00:00
migrate.go feat(migration): sqlite migration improvements. 2023-08-18 09:00:56 +02:00