Skip to content

Version 0.29.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 26 Nov 15:10
· 3666 commits to master since this release
c89b027

⬆️ Install or Upgrade

Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.

💥 Breaking Changes

Updated Dependencies

  • Updated to new major Cadence version 0.20.1
  • Updated to Flow emulator version 0.26.0

⭐ Features

Hot commands

Implemented by the community FLIP Fest: (#406) @sakshamb2113 🙌
This feature allows you to quickly execute most common CLI commands such as deploy, init and run. The run command starts the emulator and deploys all the contracts for the project. Read more about it in the docs

Usage:
flow [command]

Hot Commands:

deploy       Deploy all project contracts
init         Initialize a new configuration
run          Start emulator and deploy all project contracts

🛠 Improvements

Tests

More state loader tests were added (#412) @sideninja