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

Integrate communication go with p2p #5267

Merged
merged 5 commits into from
May 25, 2023

Conversation

sstanculeanu
Copy link
Collaborator

Reasoning behind the pull request

  • mx-chain-p2p-go was moved to p2p package inside mx-chain-communication-go

Proposed changes

  • remove mx-chain-p2p-go dependency

Testing procedure

  • half-half test + standard system test

Pre-requisites

Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:

  • was the PR targeted to the correct branch?
  • if this is a larger feature that probably needs more than one PR, is there a feat branch created?
  • if this is a feat branch merging, do all satellite projects have a proper tag inside go.mod?

@sstanculeanu sstanculeanu added the ignore-for-release-notes Do not include item in release notes label May 23, 2023
@sstanculeanu sstanculeanu self-assigned this May 23, 2023
@codecov
Copy link

codecov bot commented May 23, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (70664e3) 79.41% compared to head (4c6c4a6) 79.41%.

❗ Current head 4c6c4a6 differs from pull request most recent head b0661dd. Consider uploading reports for the commit b0661dd to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           rc/v1.6.0    #5267   +/-   ##
==========================================
  Coverage      79.41%   79.41%           
==========================================
  Files            691      691           
  Lines          89193    89193           
==========================================
+ Hits           70835    70837    +2     
+ Misses         13162    13161    -1     
+ Partials        5196     5195    -1     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

go.mod Outdated
@@ -13,12 +13,11 @@ require (
github.com/google/gops v0.3.18
github.com/gorilla/websocket v1.5.0
github.com/mitchellh/mapstructure v1.5.0
github.com/multiversx/mx-chain-communication-go v1.0.0
github.com/multiversx/mx-chain-communication-go v1.0.1-0.20230522155438-b9bc3ba7183f
Copy link
Contributor

Choose a reason for hiding this comment

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

proper tag before merging

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

gabi-vuls
gabi-vuls previously approved these changes May 24, 2023
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. ("all in" test + half-half test are passed)
@@ Log scanner @@

integrate_communication-go_with_p2p

================================================================================

  • Known Warnings 0
  • New Warnings 0
  • Known Errors 0
  • New Errors 1
  • Panics 0
    ================================================================================
  • block hash does not match 2070
  • wrong nonce in block 777
  • miniblocks does not match 0
  • num miniblocks does not match 0
  • miniblock hash does not match 0
  • block bodies does not match 0
  • receipts hash missmatch 0
    ================================================================================
  • No jailed nodes on the testnet
    ================================================================================

@sstanculeanu sstanculeanu dismissed stale reviews from gabi-vuls and BeniaminDrasovean via 261a975 May 25, 2023 08:04
@sstanculeanu sstanculeanu merged commit 818aa20 into rc/v1.6.0 May 25, 2023
@sstanculeanu sstanculeanu deleted the integrate_communication-go_with_p2p branch May 25, 2023 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-for-release-notes Do not include item in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants