-
Notifications
You must be signed in to change notification settings - Fork 160
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
bump libp2p #1717
bump libp2p #1717
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1717 +/- ##
==========================================
- Coverage 28.94% 28.50% -0.44%
==========================================
Files 193 189 -4
Lines 21458 21049 -409
==========================================
- Hits 6210 6001 -209
+ Misses 15248 15048 -200
Continue to review full report at Codecov.
|
994e4f9
to
6e3995c
Compare
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.
Great to see this happening. Feel free to ping me on this pull request with any questions @LesnyRumcajs .
node/forest_libp2p/src/behaviour.rs
Outdated
@@ -138,42 +144,42 @@ impl NetworkBehaviourEventProcess<DiscoveryOut> for ForestBehaviour { | |||
} | |||
} | |||
|
|||
impl NetworkBehaviourEventProcess<BitswapEvent> for ForestBehaviour { | |||
impl<P: StoreParams> NetworkBehaviourEventProcess<BitswapEvent> for ForestBehaviour<P> { |
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.
Just as a heads up NetworkBehaviourEventProcess
will go away, though that is not yet merged nor released. libp2p/rust-libp2p#2751
6fadda7
to
b6d678a
Compare
6dc6ab1
to
ad6ea5b
Compare
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.
Looking good. Will see what's up with our bitswap
repo.
ace1391
to
7aa3007
Compare
Summary of changes
For ease of updating (and given that
libp2p-bitswap
still depends onlibp2p 0.43
) I updated the fork we were using. Please review it alongside this PR. ChainSafe/libp2p-bitswap#3Updated
libp2p
to0.46
.Reference issue to close (if applicable)
Closes #1698
Other information and links