Skip to content

v0.8.1

Choose a tag to compare

@AlexD10S AlexD10S released this 13 May 13:57
· 209 commits to main since this release
1c4797d

๐Ÿš€ Pop CLI v0.8.1

This patch release addresses a bug in Pop CLI v0.8.0 and continues to include two exciting experimental features:

  1. ink! v6 Smart Contracts on PolkaVM (RISC-V)
    Run ink! v6 contracts using pallet-revive, while still supporting ink! v5 (WebAssembly).
    ๐Ÿ‘‰ Try it out by installing with the polkavm-contracts feature:
cargo install pop-cli  --no-default-features --locked -F polkavm-contracts,parachain,telemetry

Ready to explore ink! v6? Weโ€™ve prepared a step-by-step guide to help you transition from ink! v5 and start experimenting:
๐Ÿ‘‰ Migrating to ink! v6

  1. New Experimental Hashing Utility
    Pop CLI now includes support for hashing using all common SDK hashers: Blake2, Keccak, SHA2, and Twox.

๐Ÿ‘‰ Install with the experimental feature:

cargo install pop-cli--locked --features experimental

Then run

pop hash

to calculate hashes directly from the CLI.

Full list of changes

Full Changelog: v0.8.0...v0.8.1