-
Notifications
You must be signed in to change notification settings - Fork 204
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/HeartbeatV2 #3736
Feat/HeartbeatV2 #3736
Conversation
sstanculeanu
commented
Feb 1, 2022
•
edited by iulianpascalau
Loading
edited by iulianpascalau
- heartbeat sub-system complete refactor in order to reduce consumed network bandwidth
Codecov Report
@@ Coverage Diff @@
## development #3736 +/- ##
===============================================
+ Coverage 75.24% 75.76% +0.51%
===============================================
Files 614 640 +26
Lines 82088 84208 +2120
===============================================
+ Hits 61769 63798 +2029
- Misses 15641 15654 +13
- Partials 4678 4756 +78
Continue to review full report at Codecov.
|
Factories for interceptors
PeerAuthenticationResolver
…into processors-integration
…into processors-integration
# Conflicts: # p2p/libp2p/netMessenger.go # p2p/libp2p/netMessenger_test.go
Update dev 2022.02.08
Messages processors
- added routineHandler & timerWrapper sub-components - renamed some interfaces, stub implementations and errors
HeartbeatV2 improvements and fixes
…-feat-heartbeat-v2-2022.05.17 # Conflicts: # go.mod # process/errors.go
…beat-v2-2022.05.17 Merge dev into feat heartbeat v2 2022.05.17
…-heartbeat-v2-2022.05.20
…v2-2022.05.20 Merge dev into heartbeat v2 2022.05.20
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.
GJ! 👍
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.
System test passed.