substrate-parachain-template icon indicating copy to clipboard operation
substrate-parachain-template copied to clipboard

Should deprecated substrate crates be replaced with polkadot-sdk crates?

Open leomarlo opened this issue 2 years ago • 0 comments

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?

leomarlo avatar Mar 10 '24 17:03 leomarlo