v0.9.0
π 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-hubSubcommand 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
- test(parachains/bench): fix expected error in load_pallet_extrinsics test by @evilrobot-01 in #539
- build(deps): consolidate sp-weights dependency by @evilrobot-01 in #538
- refactor(common/api): use async-aware mutex by @evilrobot-01 in #541
- ci: optimize polkavm contract jobs by @evilrobot-01 in #540
- test(cli/try-runtime): update pallets in try-state test after runtime upgrade by @evilrobot-01 in #543
- feat(up): add support for launching networks without network config files by @evilrobot-01 in #523
- fix(ci): address failing unit tests and cargo-deny issues by @AlexD10S in #548
- feat(bench/pallet): support benchmarking multiple pallets by @chungquantin in #547
- fix(dockerfile): could not launch local network by @AlexD10S in #546
- feat: launch passet hub locally by @AlexD10S in #570
- fix(contracts): update branch for contract template retrieval by @AlexD10S in #577
- feat: add interactive mode to 'pop new' command by @forever8896 in #578
- Change
parachaincommand tochainfor consistency by @ical10 in #564 - chore: release0.9.0 by @AlexD10S in #581
New Contributors
- @forever8896 made their first contribution in #578
- @ical10 made their first contribution in #564
Full Changelog: v0.8.1...v0.9.0