-
Notifications
You must be signed in to change notification settings - Fork 0
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
merge Upstream v0.2.4 #22
Conversation
Implement IsProtected interface
Codecov Report
@@ Coverage Diff @@
## master #22 +/- ##
==========================================
- Coverage 93.60% 88.89% -4.71%
==========================================
Files 1 3 +2
Lines 250 450 +200
==========================================
+ Hits 234 400 +166
- Misses 13 43 +30
- Partials 3 7 +4
Continue to review full report at Codecov.
|
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 good
Upstream had breaking changes.
IsProtected
was added in Connection Manager: add IsProtected interface libp2p/go-libp2p-core#158opts ...Option
was added to NewConnManager in implement decaying tags. libp2p/go-libp2p-connmgr#61. This actually not breaking as it's an optional perimeter.