substrate-parachain-template
substrate-parachain-template copied to clipboard
Should deprecated substrate crates be replaced with polkadot-sdk crates?
The Cargo.toml's of the node (https://github.com/substrate-developer-hub/substrate-parachain-template/blob/main/node/Cargo.toml), the runtime (https://github.com/substrate-developer-hub/substrate-parachain-template/blob/main/runtime/Cargo.toml) and the pallet templates (https://github.com/substrate-developer-hub/substrate-parachain-template/blob/main/pallets/template/Cargo.toml) all point their crates to the deprecated {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v1.0.0" } instead of the https://github.com/paritytech/polkadot-sdk/substrate repo (with corresponding branch). Should those not be replaced?