v0.2.0
We are excited to announce that pop-cli version 0.2.0 is now available! This release includes integration with OpenZeppelin templates offering robust and audited parachain templates.
Summary of New Features
- Integration with OpenZeppelin templates.
- Enable the execution of custom scripts after spinning up your network.
- Automatically run a local network for testing when deploying a contract.
- Various bug fixes and user experience (UX) improvements
All Changes
- feat(new): add next steps by @evilrobot-01 in #178
- chore: polkadot v1.10.0 by @Daanvdplas in #171
- fix: invalid .expect when parsing args with intro of pop install command by @peterwht in #187
- feat: check if build exists before deploying contract with pop up by @bolajahmad in #177
- Add the "pop up contracts-node" command by @Moliholy in #185
- docs: add missing documentation comments for
pop_contracts
andpop_parachain
crates by @AlexD10S in #181 - feat: add ability to run a script once network is initialized by @brunopgalvao in #180
- fix: container ux by @evilrobot-01 in #186
- fix: readme link to the documentation by @AlexD10S in #193
- feat(new): ux improvements by @peterwht in #191
- chore: crates.io release by @AlexD10S in #175
- feat: add OpenZeppelin template by @peterwht in #197
- refactor: use the new link for OZ templates after repo name changed by @ozgunozerk in #200
- chore: update links by @brunopgalvao in #205
- feat: allow user to choose build mode: debug (default) or release by @AlexD10S in #202
- refactor: run substrate-contracts-node in
pop up contract
if it does not exist by @AlexD10S in #206 - fix: improve relay command check by @evilrobot-01 in #212
- chore: release 0.2.0 by @AlexD10S in #210
New Contributors
- @bolajahmad made their first contribution in #177
- @Moliholy made their first contribution in #185
- @ozgunozerk made their first contribution in #200
Full Changelog: v0.1.0...v0.2.0