Skip to content

Releases: onflow/flow-cli

v1.12.0-cadence-v1.0.0-preview.9 (Cadence v1.0.0-preview.13)

13 Mar 19:33
68d7752
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.0-cadence-v1.0.0-M8-2...v1.12.0-cadence-v1.0.0-preview.9

v1.14.1

07 Mar 19:12
e79fe31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.0...v1.14.1

Version 1.14.0

06 Mar 23:12
bec4f7d
Compare
Choose a tag to compare

⬆️ Install or Upgrade

Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.

🛠 Improvements

v1.12.0-cadence-v1.0.0-M8-2

29 Feb 17:00
3884d3d
Compare
Choose a tag to compare
Pre-release

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)

22 Feb 23:28
c7eea84
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.12.0-cadence-v1.0.0-M7...v1.12.0-cadence-v1.0.0-M8

v1.12.0-evm-gateway-M1

20 Feb 20:44
Compare
Choose a tag to compare
Pre-release

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)

14 Feb 23:43
cac3052
Compare
Choose a tag to compare
Pre-release

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

13 Feb 23:09
64dfc4b
Compare
Choose a tag to compare

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

09 Feb 23:29
2930db8
Compare
Choose a tag to compare

⬆️ Install or Upgrade

Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.

🛠 Improvements

Version 1.13.0

01 Feb 17:51
179692b
Compare
Choose a tag to compare

⬆️ Install or Upgrade

Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.

🛠 Improvements