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/HeartbeatV2 #3736

Merged
merged 273 commits into from
May 20, 2022
Merged

Feat/HeartbeatV2 #3736

merged 273 commits into from
May 20, 2022

Conversation

sstanculeanu
Copy link
Collaborator

@sstanculeanu sstanculeanu commented Feb 1, 2022

  • heartbeat sub-system complete refactor in order to reduce consumed network bandwidth

@codecov
Copy link

codecov bot commented Feb 1, 2022

Codecov Report

Merging #3736 (9a11ba6) into development (bee78b5) will increase coverage by 0.51%.
The diff coverage is 88.08%.

❗ Current head 9a11ba6 differs from pull request most recent head 2b5d7bb. Consider uploading reports for the commit 2b5d7bb to get more accurate results

@@               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     
Impacted Files Coverage Δ
dataRetriever/interface.go 12.12% <ø> (ø)
factory/bootstrapComponentsHandler.go 61.40% <0.00%> (ø)
factory/consensusComponentsHandler.go 60.56% <0.00%> (+4.71%) ⬆️
factory/cryptoComponentsHandler.go 66.21% <0.00%> (ø)
factory/dataComponentsHandler.go 71.08% <0.00%> (ø)
factory/heartbeatComponentsHandler.go 64.17% <0.00%> (ø)
factory/networkComponentsHandler.go 78.49% <0.00%> (ø)
factory/stateComponentsHandler.go 72.04% <0.00%> (ø)
factory/statusComponentsHandler.go 16.45% <0.00%> (ø)
genesis/process/shardGenesisBlockCreator.go 40.07% <0.00%> (-0.08%) ⬇️
... and 80 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f8e2413...2b5d7bb. Read the comment docs.

sstanculeanu and others added 29 commits February 7, 2022 14:56
# Conflicts:
#	p2p/libp2p/netMessenger.go
#	p2p/libp2p/netMessenger_test.go
- added routineHandler & timerWrapper sub-components
- renamed some interfaces, stub implementations and errors
@sstanculeanu sstanculeanu marked this pull request as ready for review May 20, 2022 08:05
Copy link
Contributor

@iulianpascalau iulianpascalau left a comment

Choose a reason for hiding this comment

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

GJ! 👍

Copy link
Contributor

@gabi-vuls gabi-vuls left a comment

Choose a reason for hiding this comment

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

System test passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants