status-go/protocol/communities
Mikhail Rogachev a17ee052fb
feat: Introduce KickedPending and BannedPending states (#3948)
* feat: introduce KickedPending state for community members

* feat: tests for ban/unban pending states

* fix: remove pending And banned members from public serialization

* feat: add check for banning and kicking privileged users

* fix: process only first event when obtaining PendingAndBannedMembers

* fix: review fixes

* fix: proper conditions for kicking and banning checks

* Fix: fix tests after rebase
2023-10-04 23:47:22 +03: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 Always use protobufs by reference & generate handlers 2023-08-22 12:08:54 +01:00
community.go feat: Introduce KickedPending and BannedPending states (#3948) 2023-10-04 23:47:22 +03: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 pending state for token permissions 2023-08-23 10:34:59 +02:00
community_encryption_key_action.go feat: add pending state for token permissions 2023-08-23 10:34:59 +02:00
community_encryption_key_action_test.go chore: use lamport timestamp for communities 2023-10-03 21:45:28 +02:00
community_event.go feat: Introduce KickedPending and BannedPending states (#3948) 2023-10-04 23:47:22 +03:00
community_event_message.go Always use protobufs by reference & generate handlers 2023-08-22 12:08:54 +01:00
community_test.go chore: use lamport timestamp for communities 2023-10-03 21:45:28 +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: share requests to join and revealed addresses with privileged roles (#3951) 2023-09-20 10:37:46 +02:00
errors.go chore: Added TokenMaster permission token type (#3848) 2023-08-04 12:28:46 +02:00
manager.go feat(CommunityTokens): New deployment contracts and handling signer pub key 2023-10-04 11:33:57 +02:00
manager_test.go chore: use lamport timestamp for communities 2023-10-03 21:45:28 +02:00
persistence.go chore: use lamport timestamp for communities 2023-10-03 21:45:28 +02:00
persistence_test.go chore: use lamport timestamp for communities 2023-10-03 21:45:28 +02:00
persistence_test_helpers.go Always use protobufs by reference & generate handlers 2023-08-22 12:08:54 +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 feat: Introduce KickedPending and BannedPending states (#3948) 2023-10-04 23:47:22 +03: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