Skip to content

Releases: ava-labs/avalanche-tooling-sdk-go

v0.3.0

23 Aug 15:46
5bc339d
Compare
Choose a tag to compare

⭐ Features

This release enables:

  • Ledger SDK
  • Add Subnet Validator in Subnet SDK
  • Add Primary Network Validator in Nodes SDK

*** Please note that this SDK is in experimental mode, major changes to the SDK are to be expected in between releases ***

For examples on how to add a Subnet Validator with Subnet SDK and add a Primary Network Validator in Nodes SDK , please head to our README! More examples can also be found at our examples directory!

Future SDK releases will contain the following features (in order of priority):

Additional Nodes SDK features (Devnet)
Additional Subnet SDK features (Custom Subnets)
Teleporter SDK

🛠 Improvements

Full Changelog: v0.2.0...v0.3.0

v0.2.0

02 Jul 20:19
9e37b3c
Compare
Choose a tag to compare

⭐ Features

Introducing Node SDK!

*** Please note that this SDK is in experimental mode, major changes to the SDK are to be expected in between releases ***

This release enables Avalanche Nodes creation through Node SDK! The type of Avalanche Nodes supported are Validator, API and Monitoring nodes (read more about monitoring nodes here)

For examples on how to create your first Avalanche Node with Node SDK, please head to our README!

Future SDK releases will contain the following features

Additional Node SDK features (Nodes joining Subnets as validators)
Additional Subnet SDK features (i.e. Adding Validators to a Subnet, Custom Subnets, Exporting Subnets)
Ledger Support
Teleporter Support

🛠 Improvements

Dependency Upgrades

  • Bump golang.org/x/net from 0.23.0 to 0.26.0 by @dependabot in #44
  • Bump github.com/aws/aws-sdk-go-v2 from 1.27.0 to 1.28.0 by @dependabot in #69
  • Bump github.com/aws/aws-sdk-go-v2 from 1.28.0 to 1.29.0 by @dependabot in #71
  • Bump github.com/aws/aws-sdk-go-v2 from 1.29.0 to 1.30.0 by @dependabot in #72

New Contributors

Full Changelog: v0.0.0...v0.2.0

v0.1.0

14 Jun 19:05
9a96a3c
Compare
Choose a tag to compare

⭐ Features

ALPHA release of Avalanche Tooling GO SDK!

*** Please note that this SDK is in experimental mode, major changes to the SDK are to be expected in between releases ***

This version currently only supports Create Subnet and Create Blockchain in a Subnet in Fuji / Mainnet.

Currently, only stored keys are supported for transaction building and signing, ledger support is coming soon.

Future SDK releases will contain the following features:

Additional Subnet SDK features (i.e. Adding Validators to a Subnet, Custom Subnets, Exporting Subnets)
Ledger Support
Teleporter Support
Nodes SDK (Creating and setting up Avalanche Validator Nodes and API Nodes)

For examples on how to create and deploy your first Subnet with Avalanche Tooling SDK, please head to our README!

Full Changelog: v0.0.0...v0.1.0