Skip to content

🚀 Pop CLI v0.11.0

Choose a tag to compare

@AlexD10S AlexD10S released this 04 Nov 10:31
· 136 commits to main since this release
2004ce6

Pop CLI v0.11.0 now defaults smart contracts to ink! v6.0.0-beta.
pop call can read constants and storage, pop up can fetch the polkadot-omni-node and the eth-rpc for the ink! node; and improves pop build spec flows.

✨ Highlights

  • Breaking: ink! v6 by default
    We’ve switched Pop CLI’s defaults from ink! v5 to ink! v6.0.0-beta (the latest ink! release).
  • pop call chain can read constants and storage
# Query storage
pop call chain --pallet Balances --function TotalIssuance --url wss://rpc-polkadot.helixstreet.io/
# Query a constant
pop call chain --pallet Balances --function ExistentialDeposit --url wss://rpc-polkadot.helixstreet.io/
  • pop up can fetch polkadot-omni-node and the eth-rpc binary in contracts
  • Interactive chain selection in pop call and pop up, pick the chain you want to interact with.
  • Homebrew release channel: brew install r0gue-io/pop-cli/pop
  • Smoother UX and various fixes.

Rust compiler versions

Rust Stable: 1.90.0

What's Changed

Full Changelog: v0.10.0...v0.11.0