Conversation
|
Looking at the various dashboards (CPU, memory, message count, ...) I can not tell a significant difference between nodes running 0.23 and 0.24 other than the connection count reduction through libp2p/rust-libp2p#1698.
Wild guess: Might this be related to libp2p/rust-libp2p#1710 which makes libp2p properly pass listen upgrade errors? |
Cargo.lock
Outdated
| "futures 0.3.5", | ||
| "lazy_static", | ||
| "libp2p-core", | ||
| "libp2p-core 0.20.1", |
There was a problem hiding this comment.
You've probably forgotten to update a Cargo.toml somewhere. It seems that we're now using two different versions of libp2p at the same time.
|
Please |
|
bot merge |
|
Trying merge. |

For now here to test whether libp2p/rust-libp2p#1698 fixes paritytech/polkadot#1532.Up until libp2pv0.24.0is released this can serve as a place to collect necessary downstream changes.Update libp2p to v0.24.0.
//CC @romanb @twittner @tomaka