mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 09:51:10 +00:00
Update to libp2p-0.23. (#6870)
* Update to libp2p-0.23. Thereby incorporate bandwidth measurement along the lines previously done by libp2p itself. * Tweak dependencies for wasm32 compilation. For wasm32 we need to enable unstable features to make `task::Builder::local` available. * Simplify dependencies. * Simplify. Leave the calculation of bytes sent/received per second to the outer layers of the code, subject to their own individual update intervals. * Cleanup * Re-add lost dev dependency. * Avoid division by zero. * Remove redundant metric. * Enable sending of noise legacy handshakes. * Add comment about monotonic gauge. * CI
This commit is contained in:
@@ -19,7 +19,7 @@ parking_lot = "0.10.0"
|
||||
futures = "0.3.4"
|
||||
futures-timer = "3.0.1"
|
||||
rand = "0.7.2"
|
||||
libp2p = { version = "0.22.0", default-features = false }
|
||||
libp2p = { version = "0.23.0", default-features = false }
|
||||
sp-consensus = { version = "0.8.0-rc5", path = "../../../primitives/consensus/common" }
|
||||
sc-consensus = { version = "0.8.0-rc5", path = "../../../client/consensus/common" }
|
||||
sc-client-api = { version = "2.0.0-rc5", path = "../../api" }
|
||||
|
||||
Reference in New Issue
Block a user