status-go/protocol/communities
Michal Iskierko 574450289c feat_: Move community tokens transaction listening to status-go
Use EventWatcher to catch wallet events.
Handling all community tokens wallet events in communitytokens service (database and messenger operations).
Adding new signal to nim: CommunityTokenTransactionSignal, which is emitted everytime when the event is received.

Issue #4351
2024-05-16 16:18:15 +02:00
..
migrations Handle organisation membership requests 2020-12-23 17:20:55 +01:00
token feat: share requests to join and revealed addresses with privileged roles (#3951) 2023-09-20 10:37:46 +02:00
adaptors.go Add last opened at key for community (#4514) 2024-01-21 12:55:14 +02:00
check_permissions_response.go fix_: filter private permissions & add Id keys in check_permissions_response (#5059) 2024-04-19 09:23:54 -07:00
check_permissions_response_test.go feat: add permissions reevaluation request 2024-03-12 14:15:01 +01:00
community.go fix(communities)_: ensure read-only channels are not encrypted 2024-05-16 11:21:55 +02:00
community_categories.go refactor: simplify events creation logic 2023-08-17 08:24:51 +02:00
community_categories_test.go refactor: update community access enum naming 2023-10-25 17:34:37 +02:00
community_changes.go fix(messenger)_: make sure chats have an unread count of 0 for channels you can't view (#5062) 2024-05-15 15:57:12 -04:00
community_description_encryption.go fix: encrypt community's Categories and ActiveMembersCount 2024-03-20 18:41:07 -04:00
community_description_encryption_test.go fix(communities)_: ensure read-only channels are not encrypted 2024-05-16 11:21:55 +02:00
community_encryption_key_action.go Fix encryption metadata issues #4613 2024-02-07 10:25:41 +00:00
community_encryption_key_action_test.go fix(communities)_: ensure read-only channels are not encrypted 2024-05-16 11:21:55 +02:00
community_event.go feat: admins can delete all members messages during the ban (#4834) 2024-02-29 18:54:17 +01:00
community_event_message.go fix: ensure community events eventual consistency 2024-02-20 21:07:01 +01:00
community_events_factory.go feat: admins can delete all members messages during the ban (#4834) 2024-02-29 18:54:17 +01:00
community_events_processing.go fix: validate community events read from database 2024-03-27 14:31:03 +01:00
community_events_processing_test.go fix: ensure community events eventual consistency 2024-02-20 21:07:01 +01:00
community_test.go fix(communities)_: ensure read-only channels are not encrypted 2024-05-16 11:21:55 +02:00
community_token_permission.go feat: add pending state for token permissions 2023-08-23 10:34:59 +02:00
communnity_privileged_member_sync_msg.go feat: add contact customization color (#4869) 2024-04-03 22:49:57 +08:00
errors.go feat: Add an expiration and periodical publishing for community grants (#5024) 2024-04-17 16:53:51 +02:00
manager.go feat_: Move community tokens transaction listening to status-go 2024-05-16 16:18:15 +02:00
manager_test.go fix_:failed test relate to old status community 2024-05-13 21:17:25 +08:00
permission_checker.go fix(permisisons)_: private permisisons shouldn't affect the check (#5116) 2024-05-08 14:45:58 -04:00
permission_checker_test.go fix: fix permissions checker 2024-02-09 19:00:43 +01:00
permissioned_balances.go Fix: cover case where criteria doesn't have token IDs 2024-02-07 20:10:49 +00:00
permissioned_balances_test.go feat: New field in TokenCriteria proto 2024-02-27 16:25:26 +01:00
persistence.go feat_: Move community tokens transaction listening to status-go 2024-05-16 16:18:15 +02:00
persistence_mapping.go Add last opened at key for community (#4514) 2024-01-21 12:55:14 +02:00
persistence_test.go fix_:failed test relate to old status community 2024-05-13 21:17:25 +08:00
persistence_test_helpers.go Add last opened at key for community (#4514) 2024-01-21 12:55:14 +02:00
request_to_join.go feat: add contact customization color (#4869) 2024-04-03 22:49:57 +08: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 feat: admins can delete all members messages during the ban (#4834) 2024-02-29 18:54:17 +01:00
utils.go feat: add pending state for token permissions 2023-08-23 10:34:59 +02:00
validator.go feat: community tags (#2708) 2022-06-24 09:40:12 -04:00