v1.3.0
⭐ Features
Introducing 1-Command Cloud Node Setup!
You can now create your own Avalanche Node on AWS with 1 command on Avalanche CLI.
Note: Fuji only, Mainnet support coming soon!
Once the node is bootstrapped to Primary Network, you can then have the node validate the Avalanche Primary Network and also validate a Subnet of your choice.
Create your first Avalanche Node by calling avalanche node create <clusterName>
!
Pre-req:
- Create an AWS account and have an AWS
credentials
file in home directory, More info can be
found here - Install Terraform
- Install Ansible
More info can be found at Avalanche docs!
1-Command Cloud Node Setup PRs
- Automatic cloud deploy - Create Node by @sukantoraymond in #865
- Automatic cloud deploy - Validate Subnet by @sukantoraymond in #920
- Check terraform and ansible installation by @felipemadero in #912
- Use custom region and get corresponding AMI ID by @sukantoraymond in #931
- Get node status by @sukantoraymond in #933
- Stop cloud server by @sukantoraymond in #938
- Check avalanchego compatibility with subnet evm rpc when tracking subnet by @sukantoraymond in #943
- Delete instance without public ip if account limit reached by @sukantoraymond in #954
- List cloud activities on AWS auth by @sukantoraymond in #948
- Create nodes dir on node create command by @felipemadero in #961
- Add check for cluster existence by @felipemadero in #963
- Add node list cmd by @felipemadero in #966
- Make subnet a required positional argument in node sync by @felipemadero in #964
- Fix avago compatibility function by @felipemadero in #972
- Add subnet as positional arg to validate by @felipemadero in #965
- Fix node status output by @sukantoraymond in #975
🛠 Improvements
- Fix git ignore for ledgerSim related stuff by @felipemadero in #915
- Improve completion install by @felipemadero in #892
- Fix local network start msgs by @felipemadero in #939
- Downgrade qemu for macos by @felipemadero in #946
- Increase lint timeout to 5m by @felipemadero in #950
- Update version 1.3.0 by @sukantoraymond in #976
- Nit in cmd description by @felipemadero in #977
- Add subnet-evm genesis verification by @felipemadero in #979
Full Changelog: v1.2.6...v1.3.0