establish new `node` folder for overseer, messages, and subsystems (#1200)
* establish new `node` folder for overseer, messages, and subsystems * extract message types from overseer crate * remove doc links
Showing
- polkadot/Cargo.lock 22 additions, 14 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 3 additions, 1 deletionpolkadot/Cargo.toml
- polkadot/node/core/README.md 1 addition, 0 deletionspolkadot/node/core/README.md
- polkadot/node/messages/Cargo.toml 9 additions, 0 deletionspolkadot/node/messages/Cargo.toml
- polkadot/node/messages/src/lib.rs 72 additions, 0 deletionspolkadot/node/messages/src/lib.rs
- polkadot/node/network/README.md 1 addition, 0 deletionspolkadot/node/network/README.md
- polkadot/node/overseer/Cargo.toml 3 additions, 2 deletionspolkadot/node/overseer/Cargo.toml
- polkadot/node/overseer/examples/minimal-example.rs 4 additions, 3 deletionspolkadot/node/overseer/examples/minimal-example.rs
- polkadot/node/overseer/src/lib.rs 8 additions, 69 deletionspolkadot/node/overseer/src/lib.rs
Please register or sign in to comment