Skip to content

v0.8.0

Choose a tag to compare

@AlexD10S AlexD10S released this 08 May 16:06
· 210 commits to main since this release
69d3310

πŸš€ Pop CLI v0.8.0 is out!

This release brings 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.7.0...v0.8.0