Apply breaking changes of new libp2p versions (#3877)
* Apply breaking changes of new libp2p versions
* Oops, forgot to update version
* Fix tests
* Fix imports with WASM
* Fix WASM for real
* Update core/network/src/debug_info.rs
Co-Authored-By:
Roman Borschel <romanb@users.noreply.github.com>
* Fix compilation
Showing
- substrate/Cargo.lock 174 additions, 308 deletionssubstrate/Cargo.lock
- substrate/core/authority-discovery/Cargo.toml 1 addition, 1 deletionsubstrate/core/authority-discovery/Cargo.toml
- substrate/core/consensus/common/Cargo.toml 1 addition, 1 deletionsubstrate/core/consensus/common/Cargo.toml
- substrate/core/network/Cargo.toml 1 addition, 1 deletionsubstrate/core/network/Cargo.toml
- substrate/core/network/src/debug_info.rs 5 additions, 7 deletionssubstrate/core/network/src/debug_info.rs
- substrate/core/network/src/discovery.rs 11 additions, 3 deletionssubstrate/core/network/src/discovery.rs
- substrate/core/network/src/legacy_proto/tests.rs 17 additions, 4 deletionssubstrate/core/network/src/legacy_proto/tests.rs
- substrate/core/network/src/transport.rs 9 additions, 9 deletionssubstrate/core/network/src/transport.rs
- substrate/core/peerset/Cargo.toml 1 addition, 1 deletionsubstrate/core/peerset/Cargo.toml
- substrate/core/telemetry/Cargo.toml 1 addition, 1 deletionsubstrate/core/telemetry/Cargo.toml
- substrate/core/telemetry/src/worker.rs 1 addition, 1 deletionsubstrate/core/telemetry/src/worker.rs
- substrate/node/cli/Cargo.toml 1 addition, 1 deletionsubstrate/node/cli/Cargo.toml
Please register or sign in to comment