v2.8.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
⭐ Features
Scheduled Transactions starter project in flow init
You can now bootstrap a project preconfigured for Scheduled Transactions directly from the flow init wizard.
Example:
flow init
# then select: "Scheduled Transactions" starter
Fund emulator accounts with flow accounts fund
flow accounts fund now supports funding emulator accounts, making local testing faster.
Example:
flow accounts fund service
🛠 Improvements
Language Server: Automatic flow.json management & concurrent projects
Cadence Language Server updated to v1.6.0. The LS now natively detects the project root per open file, infers the nearest ancestor flow.json, supports multiple open projects at once, and prompts to create a project if none exists. Backward-compatible: specifying an explicit flow.json path in init options still works.
Mix testnet & mainnet dependency sources
Dependency installation now allows mixing sources across networks when appropriate.
(#2105) @chasefleming
Prompt flow: show tree before prompting
Improves UX by displaying the project tree before interactive prompts in init/install flows.
(#2108) @chasefleming - (#2096) @chasefleming
Other improvements
Test maintenance: fix handler tests.
(#2107) @chasefleming
Dependency updates
github.com/onflow/flow-evm-gateway → 1.3.3.
(#2104) @dependabot
🐞 Bug Fixes
No user-facing bug fixes in this release.