Skip to content

Releases: ava-labs/avalanche-cli

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

v1.6.2

20 Jun 19:53
3080879
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.

See Interchain Token Transfer's intro + CLI demo video

Console recording 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

Dependency Upgrades

  • Bump google.golang.org/api from 0.181.0 to 0.184.0 by @dependabot in #1967
  • Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in #1972
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.27.16 to 1.27.19 by @dependabot in #1971
  • Bump @grpc/grpc-js from 1.8.17 to 1.8.22 in /tests/e2e/ledgerSim by @dependabot in #1954
  • Bump github.com/aws/aws-sdk-go-v2 from 1.28.0 to 1.30.0 by @dependabot in #1984
  • Bump ws from 7.5.9 to 7.5.10 in /tests/e2e/ledgerSim by @dependabot in #1977

Full Changelog: v1.6.1...v1.6.2

v1.6.1

14 Jun 18:25
75009d0
Compare
Choose a tag to compare

⭐ Features

General bug squash and feature improvements.

Set up your Avalanche Nodes by following the guide here!

🛠 Improvements

Dependency Upgrades

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0

15 May 20:58
3cf6d89
Compare
Choose a tag to compare

⭐ Features

This release comes with huge speed improvements for Avalanche Node deployment through Avalanche CLI!

Set up your Avalanche Nodes by following the guide here!

Lastly, this release also enables Teleporter & Warp support in Fuji!

🛠 Improvements

Dependency Upgrades

  • Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.156.0 to 1.160.0 by @dependabot in #1830
  • Bump google.golang.org/api from 0.175.0 to 0.177.0 by @dependabot in #1839
  • Bump github.com/docker/docker from 26.0.2+incompatible to 26.1.2+incompatible by @dependabot in #1862
  • Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 by @dependabot in #1851

Full Changelog: v1.5.3...v1.6.0

v1.5.3

03 May 20:35
c08eec3
Compare
Choose a tag to compare

⭐ Features

This release comes with general improvements and enables Avalanche CLI to be compatible with Subnet-EVM v0.6.4

🛠 Improvements

Dependency Upgrades

Full Changelog: v1.5.2...v1.5.3

v1.5.2

11 Apr 18:49
3ff5838
Compare
Choose a tag to compare

⭐ Features

Introducing centralized logs for all Avalanche nodes in your cluster!

You can now easily jump into any logs (P/C/X Chain and Subnets) from any instances in your cluster on your Grafana Dashboard!

Screenshot 2024-04-08 at 12 14 22 PM

This release also enables you to measure the performance of your Subnet across different AWS host configuration (i.e. regions that hosts are deployed in, instance types, storage volume types, etc). Simply provide your load test Git repository URL, the command to build the binary and the command to run the binary to view the load test results in the Grafana Dashboard.

Lastly, this release also enables Teleporter & Warp support in Devnets!

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

10 Apr 01:12
685e78e
Compare
Choose a tag to compare

⭐ Features

Introducing centralized logs for all Avalanche nodes in your cluster!

You can now easily jump into any logs (P/C/X Chain and Subnets) from any instances in your cluster on your Grafana Dashboard!

Screenshot 2024-04-08 at 12 14 22 PM

This release also enables you to measure the performance of your Subnet across different AWS host configuration (i.e. regions that hosts are deployed in, instance types, storage volume types, etc). Simply provide your load test Git repository URL, the command to build the binary and the command to run the binary to view the load test results in the Grafana Dashboard.

Lastly, this release also enables Teleporter & Warp support in Devnets!

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

05 Apr 21:41
54972b6
Compare
Choose a tag to compare

⭐ Features

Introducing centralized logs for all Avalanche nodes in your cluster!

You can now easily jump into any logs (P/C/X Chain and Subnets) from any instances in your cluster on your Grafana Dashboard!

Screenshot 2024-04-08 at 12 14 22 PM

This release also enables you to measure the performance of your Subnet across different AWS host configuration (i.e. regions that hosts are deployed in, instance types, storage volume types, etc). Simply provide your load test Git repository URL, the command to build the binary and the command to run the binary to view the load test results in the Grafana Dashboard.

Lastly, this release also enables Teleporter & Warp support in Devnets!

Load Test & Loki Integration PRs

Avalanche Warp & Teleporter Devnet PRs

🛠 Improvements

Dependency Upgrades

  • Bump github.com/chelnak/ysmrr from 0.3.0 to 0.4.0 by @dependabot in #1551
  • Bump github.com/aws/aws-sdk-go-v2 from 1.25.2 to 1.25.3 by @dependabot in #1550
  • B...
Read more

v1.4.3-rc.2

21 Mar 17:48
83029fe
Compare
Choose a tag to compare
v1.4.3-rc.2 Pre-release
Pre-release

Changelog