Skip to content

Releases: onflow/flow-cli

Version 0.37.2

Choose a tag to compare

@release-drafter release-drafter released this 05 Jul 17:30
b124579

⬆️ Install or Upgrade

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

🛠 Improvements

Version 0.37.1

Choose a tag to compare

@release-drafter release-drafter released this 29 Jun 23:02
4fbbc12

⬆️ Install or Upgrade

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

🛠 Improvements

Version 0.37.0

Choose a tag to compare

@release-drafter release-drafter released this 22 Jun 07:57
9f1e9f2

⬆️ Install or Upgrade

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

⭐ Features

Smarter project deploy

Project deploy command just got smarter! When running the command with an --update flag the command first checks if the contract actually changed and only updates it if there are differences. This brings optimization in update speed and costs.
Example:

> flow project deploy --update

Deploying 2 contracts for accounts: emulator-account

HelloWorld -> 0xf8d6e0586b0a20c7 (fc72a313d5942b3860d2204335ee4c3408e1f33cff86533927ec473f359f6809) (update)

HelloWorldNew -> 0xf8d6e0586b0a20c7 (8f4ba2774d19aba97bc8318a5ecaf1ad2161918ae018b4217027fcb4e186d10e) 

1 contracts updated successfully

✨ All contracts deployed successfully

(#523) @sukantoraymond

Decoding transactions payloads

A new transaction command allows you to decode the transaction payload and viewing its' contents. You can use this command to decode any transaction payload that was already signed or RLP encoded by running the command: flow transactions decode. Read more about this new feature in the docs. (#528) @bthaile

🛠 Improvements

📖 Documentation

🐞 Bug Fixes

  • Use emulator service account defined in flow.json for signing by default (#518) @sukantoraymond

Version 0.36.2

Choose a tag to compare

@turbolent turbolent released this 16 Jun 23:46

What's Changed

Full Changelog: v0.36.1...v0.36.2

Version 0.36.1

Choose a tag to compare

@turbolent turbolent released this 15 Jun 21:27

⬆️ Install or Upgrade

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

What's Changed

Full Changelog: v0.36.0...v0.36.1

Version 0.36.0

Choose a tag to compare

@turbolent turbolent released this 10 Jun 00:06
dffa320

⬆️ Install or Upgrade

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

💥 Breaking Changes

Secure Cadence Emulator

This update includes an Emulator update with latest version of Cadence, v0.24 (Secure Cadence) (in particular, v0.24.1), which includes a number of breaking changes as announced here: https://forum.onflow.org/t/breaking-changes-coming-with-secure-cadence-release/3052.

🛠 Improvements

Full Changelog: v0.35.0...v0.36.0

Version 0.35.0

Choose a tag to compare

@devbugging devbugging released this 03 Jun 16:29
9bbd4db

⬆️ Install or Upgrade

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

💥 Breaking Changes

Secure Cadence Emulator

This update includes an emulator update with latest secure Cadence, which includes a number of breaking changes as announced here: https://forum.onflow.org/t/breaking-changes-coming-with-secure-cadence-release/3052.

🛠 Improvements

  • Remove unused files (#510) @sideninja
  • Update CI/CD Go (#503) @sideninja

Version 0.34.0

Choose a tag to compare

@release-drafter release-drafter released this 19 May 09:39
6c240a7

⬆️ Install or Upgrade

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

💥 Breaking Changes

🛠 Improvements

  • Added aarch64 to install script (#506) @ryokik
  • Don't upper bound the license headers year (#476) @sideninja
  • Expose emulator log on FlowKit gateway (#494) @bluesign

🐞 Bug Fixes

Version 0.33.1

Choose a tag to compare

@release-drafter release-drafter released this 11 Apr 10:45
46b19fd

⬆️ Install or Upgrade

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

🛠 Improvements

  • Update flow emulator version (#489) @sideninja

Version 0.33.0

Choose a tag to compare

@release-drafter release-drafter released this 31 Mar 14:23
d4ae231

⬆️ Install or Upgrade

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

🛠 Improvements

💥 Breaking Changes

The emulator had a breaking change, if the emulator is run with the --transaction-fees flag (i.e. flow emulator --verbose --transaction-fees). More about this in the emulator v0.31.0 release notes and in the Variable Transaction Fees: Execution Effort FLIP.