Use custom type for ProtocolName (#5963)
* Use new ProtocolName in peer_set.rs * Use new ProtocolName for request-response protocols * Use new ProtocolName in polkadot-network-bridge * Import and conversion fixes * Use ProtocolName re-exported in sc_network * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
Showing
- polkadot/Cargo.lock 170 additions, 170 deletionspolkadot/Cargo.lock
- polkadot/node/network/bridge/src/network.rs 10 additions, 9 deletionspolkadot/node/network/bridge/src/network.rs
- polkadot/node/network/bridge/src/rx/tests.rs 5 additions, 6 deletionspolkadot/node/network/bridge/src/rx/tests.rs
- polkadot/node/network/bridge/src/tx/tests.rs 6 additions, 6 deletionspolkadot/node/network/bridge/src/tx/tests.rs
- polkadot/node/network/bridge/src/validator_discovery.rs 6 additions, 13 deletionspolkadot/node/network/bridge/src/validator_discovery.rs
- polkadot/node/network/protocol/src/peer_set.rs 21 additions, 19 deletionspolkadot/node/network/protocol/src/peer_set.rs
- polkadot/node/network/protocol/src/request_response/mod.rs 6 additions, 6 deletionspolkadot/node/network/protocol/src/request_response/mod.rs
Please register or sign in to comment