status-go/appdatabase
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
..
migrations Fix encryption metadata issues #4613 2024-02-07 10:25:41 +00:00
migrationsprevnodecfg Add basic peersyncing 2024-01-23 12:46:17 +00:00
database.go feat(wallet): detect ERC1155 batch transfers. 2023-11-16 09:37:09 +01:00
database_test.go feat(wallet): detect ERC1155 batch transfers. 2023-11-16 09:37:09 +01:00
node_config_test.go fix: networks get updated from a single place now, network.Manager 2023-11-08 11:31:15 +01:00