Integrate all (dummy) subsystems with the Overseer (#1374)
* overseer: introduce a utility typemap * it's ugly but it compiles * move DummySubsystem to subsystem crate * fix tests fallout * use a struct for all subsystems * more tests fallout * add missing pov_distribution subsystem * remove unused imports and bounds * fix minimal-example
Showing
- polkadot/node/overseer/examples/minimal-example.rs 20 additions, 5 deletionspolkadot/node/overseer/examples/minimal-example.rs
- polkadot/node/overseer/src/lib.rs 361 additions, 62 deletionspolkadot/node/overseer/src/lib.rs
- polkadot/node/service/src/lib.rs 20 additions, 33 deletionspolkadot/node/service/src/lib.rs
- polkadot/node/subsystem/src/lib.rs 18 additions, 0 deletionspolkadot/node/subsystem/src/lib.rs
- polkadot/node/subsystem/src/messages.rs 6 additions, 6 deletionspolkadot/node/subsystem/src/messages.rs
Please register or sign in to comment