subsystem for issuing background connection requests (#2538)
* initial subsystem for issuing connection requests * finish the initial impl * integrate with the overseer * rename to gossip-support * fix renamings leftover * remove run_inner * fix compilation * random subset of sqrt
Showing
- polkadot/Cargo.lock 15 additions, 0 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 1 addition, 0 deletionspolkadot/Cargo.toml
- polkadot/node/network/bridge/src/lib.rs 1 addition, 0 deletionspolkadot/node/network/bridge/src/lib.rs
- polkadot/node/network/gossip-support/Cargo.toml 16 additions, 0 deletionspolkadot/node/network/gossip-support/Cargo.toml
- polkadot/node/network/gossip-support/src/lib.rs 170 additions, 0 deletionspolkadot/node/network/gossip-support/src/lib.rs
- polkadot/node/overseer/src/lib.rs 102 additions, 30 deletionspolkadot/node/overseer/src/lib.rs
- polkadot/node/service/Cargo.toml 2 additions, 0 deletionspolkadot/node/service/Cargo.toml
- polkadot/node/service/src/lib.rs 2 additions, 0 deletionspolkadot/node/service/src/lib.rs
- polkadot/node/subsystem/src/messages.rs 8 additions, 0 deletionspolkadot/node/subsystem/src/messages.rs
Please register or sign in to comment