Releases: onflow/flow-cli
v1.12.0-cadence-v1.0.0-preview.9 (Cadence v1.0.0-preview.13)
What's Changed
- Add
v
prefix back to build assets by @jribbink in #1434 - Port broken build fix to
feature/stable-cadence
by @jribbink in #1443 - Update to Cadence v1.0.0-preview.12 by @turbolent in #1450
- Add
flow migrate state
command by @jribbink in #1426 - Update to Cadence v1.0.0-preview.13 by @turbolent in #1452
Full Changelog: v1.12.0-cadence-v1.0.0-M8-2...v1.12.0-cadence-v1.0.0-preview.9
v1.14.1
Version 1.14.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Upgrade flowkit to v0.17.0 (#1441) @chasefleming
- Bump flowkit to v1.16.0 and fix breaking changes (#1438) @chasefleming
- Bump google.golang.org/grpc from 1.61.1 to 1.62.0 (#1430) @dependabot
- Bump google.golang.org/grpc from 1.61.0 to 1.61.1 (#1416) @dependabot
- Port Go-Releaser changes to
master
(#1440) @jribbink
v1.12.0-cadence-v1.0.0-M8-2
What's Changed
Full Changelog: v1.12.0-cadence-v1.0.0-M8...v1.12.0-cadence-v1.0.0-M8-2
v1.12.0 (Cadence v1.0.0-M8)
What's Changed
- Update to flow-go v0.34.0-crescendo-preview.1 by @turbolent in #1421
- Update to Cadence v1.0.0-M8 by @turbolent in #1425
Full Changelog: v1.12.0-cadence-v1.0.0-M7...v1.12.0-cadence-v1.0.0-M8
v1.12.0-evm-gateway-M1
A command to run the Flow EVM Gateway was added. The command has the following structure and flags:
> flow evm gateway [flags]
Examples:
flow evm gateway
Flags:
--access-node-grpc-host string host to the flow access node gRPC API (default "localhost:3569")
--coa-address string Flow address that holds COA account used for submitting transactions
--coa-key string WARNING: do not use this flag in production! private key value for the COA address used for submitting transactions
--coa-resource-create auto-create the COA resource in the Flow COA account provided if one doesn't exist
--coinbase string coinbase address to use for fee collection
--database-dir string path to the directory for the database (default "./db")
--gas-price string static gas price used for EVM transactions (default "1")
--init-height uint init cadence block height from where the event ingestion will start. WARNING: you should only provide this if there are no existing values in the database, otherwise an error will be thrown
--network-id string EVM network ID (testnet, mainnet) (default "testnet")
--rpc-host string host for the RPC API server (default "localhost")
--rpc-port int port for the RPC API server (default 3000)
v1.12.0 (Cadence v1.0.0-M7)
What's Changed
- Switch
feature/stable-cadence
branch to Cadence 1.0 FCL Dev Wallet by @jribbink in #1356 - Update to Cadence v1.0.0-M7 and switch to onflow/flowkit/v2 by @turbolent in #1412
Full Changelog: v1.12.0-cadence-v1.0.0-M4-2...v1.12.0-cadence-v1.0.0-M7
Version 1.13.2
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Updated flixkit version, Added processing to create contract dependency structure for flix generation (#1408) @bthaile
- Bump github.com/getsentry/sentry-go from 0.26.0 to 0.27.0 (#1405) @dependabot
Version 1.13.1
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Update URL for Cadence 1.0 migration guide (#1401) @chasefleming
- Remove os dir code in
generate
tests (#1391) @chasefleming - Format boilerplate access modifiers (#1389) @chasefleming
- Update to use flowkit externally (#1373) @ianthpun
Version 1.13.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Update to use newest version of flixkit-go (#1368) @bthaile
- Bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#1359) @dependabot
- Fix command message for config add in Dependency Manager (#1364) @chasefleming
- Default to emulator private key file (#1337) @ianthpun