r0gue-io / pop-cli

An all-in-one tool for Polkadot development.
GNU General Public License v3.0
69 stars 20 forks source link

`pop new`: Use latest paritytech templates #238

Open kianenigma opened 3 months ago

kianenigma commented 3 months ago

As per https://github.com/paritytech/polkadot-sdk/issues/3155's outcome :)

AlexD10S commented 3 months ago

Thanks for sharing. We can definitely update the tool to support the new parachain template for now: https://github.com/paritytech/polkadot-sdk-parachain-template. We don't have any other solo-chain templates, so we'll need to think about how to support solo chains.

kianenigma commented 3 months ago

Just focusing on the parachain one sounds reasonable. We will also put most of our efforts into that in the future.

AlexD10S commented 2 weeks ago

@kianenigma Thanks for the suggestion. We've integrated the new parachain template. If you'd like to test it before we merge it: https://github.com/r0gue-io/pop-cli/pull/297.