eqlabs / pathfinder

A Starknet full node written in Rust
https://eqlabs.github.io/pathfinder/
Other
633 stars 234 forks source link

P2P: update rust-libp2p dep to v0.54.1 #2190

Closed CHr15F0x closed 1 month ago

CHr15F0x commented 2 months ago

https://github.com/libp2p/rust-libp2p/blob/libp2p-v0.54.0/protocols/kad/CHANGELOG.md

0.46.0 (...) Update to DHT republish interval and expiration time defaults to 22h and 48h respectively, rationale in https://github.com/libp2p/specs/pull/451. See https://github.com/libp2p/rust-libp2p/pull/3230. (...) Improve automatic bootstrap triggering conditions: trigger when the routing table is updated and we have less that K_VALUE peers in it, trigger when a new listen address is discovered and we have no connected peers. See https://github.com/libp2p/rust-libp2p/pull/5474.