Skeleton of the Router module (#1726)
The purpose of this commit is to establish a foundation of the router module, it paves the way for the implementation of other features.
Showing
- polkadot/runtime/common/src/paras_sudo_wrapper.rs 5 additions, 4 deletionspolkadot/runtime/common/src/paras_sudo_wrapper.rs
- polkadot/runtime/parachains/src/initializer.rs 15 additions, 3 deletionspolkadot/runtime/parachains/src/initializer.rs
- polkadot/runtime/parachains/src/lib.rs 1 addition, 1 deletionpolkadot/runtime/parachains/src/lib.rs
- polkadot/runtime/parachains/src/mock.rs 7 additions, 0 deletionspolkadot/runtime/parachains/src/mock.rs
- polkadot/runtime/parachains/src/router.rs 80 additions, 0 deletionspolkadot/runtime/parachains/src/router.rs
- polkadot/runtime/rococo-v1/src/lib.rs 4 additions, 0 deletionspolkadot/runtime/rococo-v1/src/lib.rs
Please register or sign in to comment