Skip to content

v0.9.0

Choose a tag to compare

@al3mart al3mart released this 29 Aug 10:40
· 195 commits to main since this release
b0135bf

πŸš€ Pop CLI v0.9.0

pop up command now supports launching chains without the need for network configuration files.

πŸ‘‰ Try it out now with:

pop up paseo -p asset-hub,passet-hub
pop up paseo -p asset-hub,pop -r stable2412-4
pop up kusama --port 8833 --parachain asset-hub:9944 -r stable2412-4
pop up polkadot --port 8833 --parachain asset-hub:9977,pop#3395:9944 -r stable2412-4
pop up westend -p asset-hub

Subcommand rename: parachain has been renamed to chain.

πŸ‘΄ Previously users would run: pop call parachain
πŸ‘Ά Now users should run: pop call chain

Note

parachain and chain are aliased to avoid introducing breaking changes. This alias will be removed in a future release.

A new interactive experience for pop new.

πŸ‘‰ Discover the new interactive flow by just running: pop new


What's Changed

New Contributors

Full Changelog: v0.8.1...v0.9.0