Skip to content

Releases: onflow/flow-cli

v0.13.3

02 Feb 19:34
Compare
Choose a tag to compare

🐞 Bug Fixes

v0.13.2

23 Jan 00:34
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Update to Cadence v0.12.5, Go SDK v0.14.2, and Emulator v0.14.1 (#41) @turbolent

v0.13.1

20 Jan 20:40
Compare
Choose a tag to compare

💥 Breaking Changes

Update to Cadence v0.12 and Emulator v0.14

This release updates Cadence from version 0.10 to version 0.12 (v0.12.3), the Emulator to version 0.14.0, along with the Go SDK to version 0.14.1, and Flow Go to commit 79985711a957.

Cadence v0.11 contained breaking changes, so please read its release notes and the migration guide for hints on how to upgrade your code if needed.

The Testnet will be updated to Cadence v0.12 in an upcoming spork on Jan 27, 2021!

Storage Capacity

The emulator in this release also implements and enforces (by default) storage capacity and storage limits.

Please test deployment of your contracts and interactions with them when storage limits are enforced.
When the storage limit is exceeded, deposit more FLOW tokens into the account's FLOW vault.

It is not recommended, but you can disable storage limits using the command line option --storage-limit=false.

Storage capacity will start to be enforced in an upcoming spork of the Testnet on Jan 27, 2021!

v0.12.3

24 Dec 19:19
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Set default service account key type to hex (#17) @psiemens

v0.12.2

18 Dec 22:00
Compare
Choose a tag to compare

⭐ Features

  • Add add-contract command (#13)

🛠 Improvements

  • Improve validation (#14)

v0.12.1

16 Dec 00:16
Compare
Choose a tag to compare

🐞 Bug Fixes

v0.12.0

08 Dec 19:03
c8c6d8a
Compare
Choose a tag to compare

General

⭐ Features

🛠 Improvements