Skip to content

Releases: ava-labs/avalanche-cli

v2.0.0

25 Nov 21:14
b62b006
Compare
Choose a tag to compare

Features

Introducing Avalanche L1!

Avalanche CLI v2.0.0 supports the newest changes introduced in the latest version of AvalancheGo.

These changes are currently only supported on Fuji. Please note that Mainnet is currently not supported.

To create your first Avalanche L1, run avalanche blockchain create <blockchainName> and deploy it on Fuji using avalanche blockchain deploy <blockchainName>.

More info on Avalanche L1s can be found here.

Check out our docs on how to use Avalanche CLI to deploy and interact with Avalanche L1.

What's Changed

Dependency Upgrades

  • Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.162.0 to 1.182.0 by @dependabot in #2255
  • Bump golang.org/x/mod from 0.20.0 to 0.21.0 by @dependabot in #2200
  • Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in #2260
  • Bump github.com/ava-labs/subnet-evm from 0.6.9-0.20240815191823-9f3608326298 to 0.6.11 by @dependabot in #2293

New Contributors

Full Changelog: v1.7.7...v2.0.0

v1.7.7

15 Oct 16:57
233e2e8
Compare
Choose a tag to compare

⭐ Features

Enables backwards compatibility for local network snapshot in AvalancheGo v1.11.11

What's Changed

Full Changelog: v1.7.6...v1.7.7

v1.7.6

15 Oct 14:51
747d391
Compare
Choose a tag to compare

⭐ Features

Enables backwards compatibility for local network snapshot in AvalancheGo v1.11.11

What's Changed

Dependency Upgrades

Full Changelog: v1.7.5...v1.7.6

v1.7.5

26 Sep 01:21
6f21bbd
Compare
Choose a tag to compare

⭐ Features

This release introduces avalanche teleporter relayer deploy command, which enables a local relayer to be easily configured and deployed in either Local Networks or Fuji.

This release also enables Devnet endpoints to be specified for Devnet related commands, through the flag--devnet --endpoint YOUR_NETWORK_ENDPOINT. This makes it easier to deploy blockchains and check key balances on a specified Devnet.

What's Changed

Full Changelog: v1.7.4...v1.7.5

v1.7.4

24 Sep 18:51
cbd547f
Compare
Choose a tag to compare

⭐ Features

This release introduces avalanche teleporter relayer deploy command, which enables a local relayer to be easily configured and deployed in either Local Networks or Fuji.

This release also enables Devnet endpoints to be specified for Devnet related commands, through the flag--devnet --endpoint YOUR_NETWORK_ENDPOINT. This makes it easier to deploy blockchains and check key balances on a specified Devnet.

What's Changed

Full Changelog: v1.7.3...v1.7.4

v1.7.3

23 Sep 19:53
b5c41bd
Compare
Choose a tag to compare

⭐ Features

This release fixes release error for v1.7.2.

v1.7.2 introduced avalanche teleporter relayer deploy command, which enables a local relayer to be easily configured and deployed in either Local Networks or Fuji.

v1.7.2 also enables Devnet endpoints to be specified for Devnet related commands, through the flag--devnet --endpoint YOUR_NETWORK_ENDPOINT. This makes it easier to deploy blockchains and check key balances on a specified Devnet.

What's Changed

Full Changelog: v1.7.2...v1.7.3

v1.7.2

23 Sep 18:34
e12a0f8
Compare
Choose a tag to compare

⭐ Features

This release introduces avalanche teleporter relayer deploy command, which enables a local relayer to be easily configured and deployed in either Local Networks or Fuji.

This release also enables Devnet endpoints to be specified for Devnet related commands, through the flag--devnet --endpoint YOUR_NETWORK_ENDPOINT. This makes it easier to deploy blockchains and check key balances on a specified Devnet.

What's Changed

Full Changelog: v1.7.1...v1.7.2

v1.7.1

05 Sep 12:33
bf0480c
Compare
Choose a tag to compare

⭐ Features

This release enables backwards compatibility with AvalancheGo v1.11.11 for local network blockchain deploy command.

What's Changed

Dependency Upgrades

  • Bump github.com/docker/docker from 26.1.3+incompatible to 27.1.1+incompatible by @dependabot in #2076
  • bump to avago that uses getSubnet API calls in wallet by @felipemadero in #2073

New Contributors

Full Changelog: v1.7.0...v1.7.1

v1.7.0

29 Jul 23:34
899b97d
Compare
Choose a tag to compare

⭐ Features

This release includes the replacement of all our subnet commands to blockchain commands! This means that avalanche subnet create and avalanche subnet deploy are now replaced with avalanche blockchain create and avalanche blockchain deploy respectively. For backwards compatibility, avalanche subnet commands will still work as expected.

In addition, this release also enables using remote gas token (e.g. USDC) as gas fees in your subnet! For more info on this functionality, please head to our demo!

🛠 Improvements

Dependency Upgrades

Full Changelog: v1.6.3...v1.7.0

v1.6.3

01 Jul 23:51
b0668aa
Compare
Choose a tag to compare

⭐ Features

Interchain Token Transfer comes to CLI!

You can now easily deploy Interchain Token Transfer on Local Network.

In addition, avalanche key transfer now enables you to transfer tokens between subnets, and avalanche key list now enables you to check the balances of your keys in multiple subnets simultaneously.

CLI Demo

Interchain Token Transfer is an application that allows users to transfer tokens between Subnets. 
It utilizes a set of smart contracts that are deployed across multiple Subnets, and 
leverages Teleporter for cross-chain communication.

For more info about Interchain Token Transfer, see Interchain Token Transfer's Readme

🛠 Improvements

Full Changelog: v1.6.2...v1.6.3