-
Notifications
You must be signed in to change notification settings - Fork 268
feat: sds unwrapping #7227
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: sds unwrapping #7227
Conversation
Jenkins BuildsClick to see older builds (134)
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #7227 +/- ##
===========================================
+ Coverage 60.35% 60.37% +0.02%
===========================================
Files 814 815 +1
Lines 113082 113163 +81
===========================================
+ Hits 68249 68321 +72
- Misses 37762 37778 +16
+ Partials 7071 7064 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
2494050 to
821069e
Compare
821069e to
b44643f
Compare
4a367d6 to
1748e14
Compare
b44643f to
b300be1
Compare
b300be1 to
026c3d3
Compare
2675b3b to
e43ad91
Compare
Ivansete-status
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for it! 💯
* feat: enable sds for wrap message * chore: add sds default flag * feat: enable sds for public community message * fix: always set community id * feat: add message ID for public params * chore: move sds to reliability * chore: refactor flags * chore: add unit test for sds * chore: fix test * chore: add test-single helper * chore: update Makefile Co-authored-by: Igor Sirotin <[email protected]> * chore: update logs Co-authored-by: Igor Sirotin <[email protected]> * chore: refactor function name for init sds * chore: merge upstream * chore: refactor sds processor * chore: move sds wrap logic to messaging sender. * chore: refactor sds manager * chore: disable sds wrap * fix: disable Nim signal handler --------- Co-authored-by: Igor Sirotin <[email protected]>
e43ad91 to
ca8d9f0
Compare
* feat: Add SDS unwrap process for received messages (#7149) * feat: enable sds for wrap message * chore: add sds default flag * feat: enable sds for public community message * fix: always set community id * feat: add message ID for public params * chore: move sds to reliability * chore: refactor flags * chore: add unit test for sds * chore: fix test * chore: add test-single helper * chore: update Makefile Co-authored-by: Igor Sirotin <[email protected]> * chore: update logs Co-authored-by: Igor Sirotin <[email protected]> * chore: refactor function name for init sds * chore: merge upstream * chore: refactor sds processor * chore: move sds wrap logic to messaging sender. * chore: refactor sds manager * chore: disable sds wrap * fix: disable Nim signal handler --------- Co-authored-by: Igor Sirotin <[email protected]> * fix: cleanup sds manager * feat: set sds logger * chore: update sds-go-bindings * test: named loggers * test: TestSdsFileDescriptors * chore: vendor hash * feat: support updating nim-sds * fix: TestSdsFileDescriptors skip comment * chore: bump sds-go-bindings * chore: bump nim-sds * chore: vendor hash
Requires:
Closes:
Description
Cleanup()on reliabilityStop().nim-sdsto get feat: thread pool logos-messaging/nim-sds#40sds-go-bindingsto get fix: remove global logger logos-messaging/sds-go-bindings#9nim-sdsversion.