Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat_: accept community join request with mvds #5787

Merged
merged 4 commits into from
Sep 5, 2024

Conversation

kaichaosun
Copy link
Contributor

@kaichaosun kaichaosun commented Aug 30, 2024

Make ApplicationMetadataMessage_COMMUNITY_REQUEST_TO_JOIN_RESPONSE message to use MVDS.

Important changes:

  • resend with mvds, and remove logic to watch raw_message for tokenized community.

Closes #

@status-im-auto
Copy link
Member

status-im-auto commented Aug 30, 2024

Jenkins Builds

Click to see older builds (14)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ b5184a7 #1 2024-08-30 03:22:50 ~3 min linux 📦zip
✔️ b5184a7 #1 2024-08-30 03:23:42 ~4 min ios 📦zip
✔️ b5184a7 #1 2024-08-30 03:27:49 ~8 min tests-rpc 📄log
✔️ 5731f15 #2 2024-08-30 06:36:55 ~2 min tests-rpc 📄log
✔️ 5731f15 #2 2024-08-30 06:38:17 ~3 min linux 📦zip
✔️ 5731f15 #2 2024-08-30 06:38:23 ~4 min ios 📦zip
✔️ 5731f15 #2 2024-08-30 06:39:58 ~5 min android 📦aar
✔️ 5731f15 #2 2024-08-30 07:24:24 ~49 min tests 📄log
✔️ 6533e43 #3 2024-09-03 06:19:24 ~2 min tests-rpc 📄log
✔️ 6533e43 #3 2024-09-03 06:19:32 ~2 min android 📦aar
✔️ 6533e43 #3 2024-09-03 06:19:37 ~2 min linux 📦zip
✔️ 6533e43 #3 2024-09-03 07:06:31 ~49 min tests 📄log
6533e43 #4 2024-09-03 07:39:59 ~10 sec ios 📄log
6533e43 #5 2024-09-04 02:55:18 ~11 sec ios 📄log
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ dc0f30b #4 2024-09-04 04:24:58 ~2 min tests-rpc 📄log
✔️ dc0f30b #4 2024-09-04 04:25:01 ~2 min android 📦aar
✔️ dc0f30b #4 2024-09-04 04:25:16 ~2 min linux 📦zip
✔️ dc0f30b #6 2024-09-04 04:26:34 ~3 min ios 📦zip
✔️ dc0f30b #4 2024-09-04 04:53:06 ~30 min tests 📄log
✔️ dc95e7e #5 2024-09-05 03:31:19 ~2 min android 📦aar
✔️ dc95e7e #5 2024-09-05 03:31:39 ~2 min linux 📦zip
✔️ dc95e7e #5 2024-09-05 03:32:04 ~2 min tests-rpc 📄log
✔️ dc95e7e #7 2024-09-05 03:32:39 ~3 min ios 📦zip
✔️ dc95e7e #5 2024-09-05 04:00:29 ~31 min tests 📄log
✖️ dc95e7e #1 2024-09-05 08:19:38 ~44 sec tests-rpc 📄log

@pavloburykh
Copy link

@kaichaosun thanks for the PR. Based on mobile testing I have left an issue in mobile PR status-im/status-mobile#21165 (comment)

@kaichaosun kaichaosun requested review from qfrank, osmaczko, richard-ramos, plopezlpz and chaitanyaprem and removed request for qfrank September 4, 2024 08:43
@@ -2019,6 +2023,12 @@ func (m *Messenger) acceptRequestToJoinCommunity(requestToJoin *communities.Requ
Priority: &common.HighPriority,
}

if !community.PublicKey().Equal(community.ControlNode()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be great if you can add a comment on this for future developer 🙂

@kaichaosun kaichaosun merged commit 1b53d04 into develop Sep 5, 2024
9 of 12 checks passed
@kaichaosun kaichaosun deleted the comm-join-response branch September 5, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants