status-go/protocol/communities
Ivan Belyakov 2df9df10ab fix(tests): moved test db setup to a common place 't/helpers', created
interface for initializing db, which is implemented for appdatabase and
walletdatabase. TBD for multiaccounts DB.
Unified DB initializion for all tests using helpers and new interface.
Reduced sqlcipher kdf iterations for all tests to 1.
2023-08-18 09:00:56 +02:00
..
migrations Handle organisation membership requests 2020-12-23 17:20:55 +01:00
token feat: synchronize community token between TokenMasters and Owners (#3893) 2023-08-15 19:42:40 +02:00
adaptors.go refactor: improve wrapped community description naming 2023-08-02 20:57:19 +02:00
community.go refactor: simplify events creation logic 2023-08-17 08:24:51 +02:00
community_categories.go refactor: simplify events creation logic 2023-08-17 08:24:51 +02:00
community_categories_test.go refactor: simplify events creation logic 2023-08-17 08:24:51 +02:00
community_changes.go feat: add CommunityEncryptionKeyActions and its evaluation logic 2023-07-20 17:17:46 +02:00
community_encryption_key_action.go feat: introduce channel-level encryption 2023-07-27 11:35:59 +02:00
community_encryption_key_action_test.go feat: introduce channel-level encryption 2023-07-27 11:35:59 +02:00
community_event.go feat: auto re-apply rejected community events 2023-08-11 12:46:45 +02:00
community_event_message.go feat: auto re-apply rejected community events 2023-08-11 12:46:45 +02:00
community_test.go refactor: simplify events creation logic 2023-08-17 08:24:51 +02:00
errors.go chore: Added TokenMaster permission token type (#3848) 2023-08-04 12:28:46 +02:00
manager.go refactor: simplify events creation logic 2023-08-17 08:24:51 +02:00
manager_test.go fix(tests): moved test db setup to a common place 't/helpers', created 2023-08-18 09:00:56 +02:00
persistence.go feat(OwnerToken): Owner token and master token deployment 2023-08-14 20:57:00 +02:00
persistence_test.go fix(tests): moved test db setup to a common place 't/helpers', created 2023-08-18 09:00:56 +02:00
persistence_test_helpers.go refactor to remove rekeyedAt and use group current key 2023-07-24 17:18:42 +01:00
request_to_join.go refactor: EventSenders forward RequestToJoin decision to control node 2023-08-08 14:46:03 +02:00
request_to_join_test.go Sync Communities (#2253) 2021-08-06 16:40:23 +01:00
request_to_leave.go feat: introduce and distribute RequestToLeave community 2022-08-26 11:25:33 +02:00
roles_authorization.go refactor: simplify events creation logic 2023-08-17 08:24:51 +02:00
utils.go Add chainIds to revealed accounts in memberhsip requests 2023-06-12 10:49:29 +02:00
validator.go feat: community tags (#2708) 2022-06-24 09:40:12 -04:00