-
Notifications
You must be signed in to change notification settings - Fork 263
feat: integrate sds when sending community messages. #6884
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
base: develop
Are you sure you want to change the base?
Conversation
Jenkins BuildsClick to see older builds (592)
|
8b87980 to
feb0968
Compare
feb0968 to
5881c80
Compare
faf527d to
7598226
Compare
ce96046 to
6596593
Compare
|
Here's some notes from our call:
I would recommend debugging why Nix wrapped GCC is not being used by CGO, because it should include the lib and header paths via |
This reverts commit acccc67.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6884 +/- ##
============================================
- Coverage 59.54% 38.55% -20.99%
============================================
Files 806 806
Lines 114868 114936 +68
============================================
- Hits 68401 44318 -24083
- Misses 39462 66356 +26894
+ Partials 7005 4262 -2743
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: Jakub Sokołowski <[email protected]>
056531d to
05d2910
Compare
SDS is a protocol to improve reliability of community messages. SDS spec
A description to understand introduced changes without reading the code.
Important changes:
Relates #waku-org/pm#194