Skip to content

v2.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 01:06
· 10 commits to refs/heads/master since this release
ba28ad2

⬆️ 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

⭐ Features

  • Dependency Manager: Install all contracts from an address (#1867) @chasefleming
    • You can now install all contracts from a specific address using:
      flow dependencies install mainnet://0x123
      (Example: Installs all contracts deployed at address 0x123 on Mainnet.)