Skip to content

Conversation

kaichaosun
Copy link
Contributor

SDS is a protocol to improve reliability of community messages. SDS spec

A description to understand introduced changes without reading the code.

Important changes:

  • Wrap message with SDS manager.
  • Unwrap message with SDS manager.
  • Add unit tests

Relates #waku-org/pm#194

@kaichaosun kaichaosun requested a review from a team as a code owner September 1, 2025 05:29
@status-im-auto
Copy link
Member

status-im-auto commented Sep 1, 2025

Jenkins Builds

Click to see older builds (37)
Commit #️⃣ Finished (UTC) Duration Platform Result
d94df77 #1 2025-09-01 05:30:19 ~55 sec android 📄log
d94df77 #1 2025-09-01 05:32:15 ~2 min ios 📄log
✖️ d94df77 #1 2025-09-01 05:35:53 ~6 min tests 📄log
✔️ d94df77 #1 2025-09-01 05:36:00 ~6 min linux/status-go 📦zip
d94df77 #1 2025-09-01 05:39:16 ~9 min windows/status-go 📄log
✖️ d94df77 #1 2025-09-01 05:42:20 ~12 min tests-rpc 📄log
✔️ d94df77 #1 2025-09-01 05:43:01 ~13 min linux/nwaku 📦zip
✔️ d94df77 #1 2025-09-01 05:57:10 ~27 min macos/status-go 📦zip
✖️ 8b87980 #2 2025-09-05 09:07:00 ~5 min tests 📄log
✔️ 8b87980 #2 2025-09-05 09:07:40 ~6 min linux/status-go 📦zip
✖️ 8b87980 #2 2025-09-05 09:09:21 ~8 min tests-rpc 📄log
8b87980 #2 2025-09-05 09:10:19 ~9 min windows/status-go 📄log
✔️ 8b87980 #2 2025-09-05 09:14:39 ~13 min linux/nwaku 📦zip
✔️ 8b87980 #2 2025-09-05 09:28:34 ~27 min macos/status-go 📦zip
✔️ feb0968 #3 2025-09-09 00:49:50 ~6 min linux/status-go 📦zip
✖️ feb0968 #3 2025-09-09 00:50:01 ~6 min tests 📄log
✖️ feb0968 #3 2025-09-09 00:50:23 ~6 min tests-rpc 📄log
✔️ feb0968 #3 2025-09-09 00:50:28 ~6 min macos/status-go 📦zip
feb0968 #3 2025-09-09 00:52:46 ~9 min windows/status-go 📄log
✔️ feb0968 #3 2025-09-09 00:56:52 ~13 min linux/nwaku 📦zip
✔️ 5881c80 #4 2025-09-22 08:28:08 ~8 min linux/status-go 📦zip
✖️ 5881c80 #4 2025-09-22 08:32:19 ~12 min tests-rpc 📄log
✖️ 5881c80 #4 2025-09-22 08:35:26 ~15 min tests 📄log
✔️ 5881c80 #4 2025-09-22 08:35:48 ~15 min windows/status-go 📦zip
✔️ 5881c80 #4 2025-09-22 08:39:30 ~19 min linux/nwaku 📦zip
✔️ 5881c80 #4 2025-09-22 08:47:01 ~26 min macos/status-go 📦zip
✖️ c70e230 #5 2025-09-22 09:54:05 ~40 sec tests 📄log
c70e230 #5 2025-09-22 09:54:22 ~53 sec windows/status-go 📄log
c70e230 #5 2025-09-22 09:57:33 ~4 min linux/status-go 📄log
✖️ c70e230 #5 2025-09-22 09:57:42 ~4 min tests-rpc 📄log
c70e230 #5 2025-09-22 10:00:59 ~7 min linux/nwaku 📄log
✖️ 5718bfb #6 2025-09-22 14:14:29 ~14 sec tests-rpc 📄log
✖️ 5718bfb #6 2025-09-22 14:14:58 ~41 sec tests 📄log
5718bfb #6 2025-09-22 14:18:22 ~4 min windows/status-go 📄log
5718bfb #6 2025-09-22 14:18:26 ~4 min linux/status-go 📄log
5718bfb #6 2025-09-22 14:21:52 ~7 min linux/nwaku 📄log
5718bfb #6 2025-09-22 14:37:42 ~23 min macos/status-go 📄log
Commit #️⃣ Finished (UTC) Duration Platform Result
✖️ dfe4c2b #7 2025-09-22 14:16:58 ~13 sec tests-rpc 📄log
✖️ dfe4c2b #7 2025-09-22 14:17:27 ~40 sec tests 📄log
dfe4c2b #7 2025-09-22 14:19:22 ~52 sec windows/status-go 📄log
dfe4c2b #7 2025-09-22 14:22:49 ~4 min linux/status-go 📄log
dfe4c2b #7 2025-09-22 14:30:27 ~8 min linux/nwaku 📄log
dfe4c2b #7 2025-09-22 15:01:21 ~23 min macos/status-go 📄log
✖️ 5a926c2 #8 2025-09-22 15:14:41 ~6 min tests 📄log
✔️ 5a926c2 #8 2025-09-22 15:14:48 ~7 min linux/status-go 📦zip
✖️ 5a926c2 #8 2025-09-22 15:15:47 ~8 min tests-rpc 📄log
✔️ 5a926c2 #8 2025-09-22 15:22:14 ~14 min linux/nwaku 📦zip
✔️ 5a926c2 #8 2025-09-22 15:22:43 ~14 min windows/status-go 📦zip
✔️ 5a926c2 #8 2025-09-22 15:35:59 ~28 min macos/status-go 📦zip

@kaichaosun kaichaosun mentioned this pull request Sep 1, 2025
4 tasks
@kaichaosun kaichaosun force-pushed the feat/sds-integration-v2 branch 2 times, most recently from 8b87980 to feb0968 Compare September 9, 2025 00:43
@kaichaosun kaichaosun force-pushed the feat/sds-integration-v2 branch from feb0968 to 5881c80 Compare September 22, 2025 08:19
Copy link

Thank you for opening this pull request!

We require pull request titles and commits to follow the Conventional Commits specification and it looks like your PR needs to be adjusted.

Details:

According to the conventional-commits specification, some of the commit messages are not valid.

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.

3 participants