v2.2.4
·
10 commits
to refs/heads/master
since this release
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
- Update to Cadence v1.3.1, Go v1.23 (#1884) @turbolent
- Breaking Change:
import Crypto
now requires quotes (import "Crypto"
) and must be installed using Dependency Manager:flow dependencies install Crypto
- Breaking Change:
⭐ Features
- Dependency Manager: Install all contracts from an address (#1867) @chasefleming
- You can now install all contracts from a specific address using:
(Example: Installs all contracts deployed at address
flow dependencies install mainnet://0x123
0x123
on Mainnet.)
- You can now install all contracts from a specific address using: