-
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
Integrate communication go with p2p #5267
Conversation
…hain-communication-go
Codecov ReportPatch and project coverage have no change.
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 ☔ View full report in Codecov by Sentry. |
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 |
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.
proper tag before merging
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.
done
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. ("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
================================================================================
…into integrate_communication-go_with_p2p # Conflicts: # go.mod # go.sum
261a975
Reasoning behind the pull request
Proposed changes
Testing procedure
Pre-requisites
Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:
feat
branch created?feat
branch merging, do all satellite projects have a proper tag insidego.mod
?