Releases: onflow/flow-cli
v0.13.3
v0.13.2
v0.13.1
💥 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
v0.12.2
v0.12.1
🐞 Bug Fixes
- Update to Emulator v0.12.5 (#12) @turbolent
v0.12.0
General
- Add install to makefile (#11) @Kay-Zee
- Add Bastian & Janez as code owners (#7) @psiemens
- Print contracts instead of code (#5) @turbolent
- Update to Cadence v0.10.2, SDK v0.12.2, and Emulator v0.12.2 (#4) @turbolent
⭐ Features
- Add tx result code toggle (#9) @Kay-Zee
- Add KMS signing capability (#8) @Kay-Zee
- Add update-contract command (#6) @psiemens