Use the umbrella crate for the parachain template (#5991)
Use the umbrella crate for the parachain template This covers almost all the dependencies. There are just a few exceptions for which I created a separate issue: https://github.com/paritytech/polkadot-sdk/issues/5993 Also related to: https://github.com/paritytech/polkadot-sdk/issues/4782
Showing
- Cargo.lock 3 additions, 93 deletionsCargo.lock
- substrate/frame/support/src/lib.rs 4 additions, 1 deletionsubstrate/frame/support/src/lib.rs
- templates/parachain/node/Cargo.toml 7 additions, 61 deletionstemplates/parachain/node/Cargo.toml
- templates/parachain/node/build.rs 1 addition, 1 deletiontemplates/parachain/node/build.rs
- templates/parachain/node/src/chain_spec.rs 2 additions, 0 deletionstemplates/parachain/node/src/chain_spec.rs
- templates/parachain/node/src/cli.rs 1 addition, 0 deletionstemplates/parachain/node/src/cli.rs
- templates/parachain/node/src/command.rs 2 additions, 0 deletionstemplates/parachain/node/src/command.rs
- templates/parachain/node/src/main.rs 2 additions, 0 deletionstemplates/parachain/node/src/main.rs
- templates/parachain/node/src/rpc.rs 2 additions, 0 deletionstemplates/parachain/node/src/rpc.rs
- templates/parachain/node/src/service.rs 3 additions, 1 deletiontemplates/parachain/node/src/service.rs
- templates/parachain/pallets/template/Cargo.toml 9 additions, 38 deletionstemplates/parachain/pallets/template/Cargo.toml
- templates/parachain/pallets/template/src/benchmarking.rs 1 addition, 1 deletiontemplates/parachain/pallets/template/src/benchmarking.rs
- templates/parachain/pallets/template/src/lib.rs 2 additions, 6 deletionstemplates/parachain/pallets/template/src/lib.rs
- templates/parachain/pallets/template/src/mock.rs 8 additions, 5 deletionstemplates/parachain/pallets/template/src/mock.rs
- templates/parachain/pallets/template/src/tests.rs 1 addition, 1 deletiontemplates/parachain/pallets/template/src/tests.rs
- templates/parachain/pallets/template/src/weights.rs 1 addition, 1 deletiontemplates/parachain/pallets/template/src/weights.rs
- templates/parachain/runtime/Cargo.toml 32 additions, 134 deletionstemplates/parachain/runtime/Cargo.toml
- templates/parachain/runtime/src/apis.rs 6 additions, 3 deletionstemplates/parachain/runtime/src/apis.rs
- templates/parachain/runtime/src/benchmarks.rs 1 addition, 1 deletiontemplates/parachain/runtime/src/benchmarks.rs
- templates/parachain/runtime/src/configs/mod.rs 4 additions, 0 deletionstemplates/parachain/runtime/src/configs/mod.rs
Please register or sign in to comment