-
Notifications
You must be signed in to change notification settings - Fork 129
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
chore(dot/network): added common request-response protocol #3334
chore(dot/network): added common request-response protocol #3334
Conversation
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.
Nice work so far!! Will provide more freedom to use the network layer, just few points
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## development #3334 +/- ##
===============================================
- Coverage 51.52% 51.44% -0.08%
===============================================
Files 224 225 +1
Lines 28111 28117 +6
===============================================
- Hits 14484 14465 -19
- Misses 12242 12267 +25
Partials 1385 1385 |
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.
looks very nice, great stuff!
🎉 This PR is included in version 0.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Changes
Tests
go test -tags integration github.com/ChainSafe/gossamer
Issues
Primary Reviewer
@EclesioMeloJunior