v1.8.0
⭐ Features
Introducing Avalanche L1!
Avalanche CLI v1.8.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
- Avalanche L1 by @sukantoraymond in #2140
- Parse go mod to read golang version by @arturrez in #2232
- Docker acp77 latest by @arturrez in #2256
- Update avalanche go ledger by @sukantoraymond in #2234
- Fix assets by @felipemadero in #2268
- Fix subnet-evm genesis check error on custom vms by @felipemadero in #2274
- Use latest golangci-lint to avoid issue with pkg cache by @arturrez in #2286
- Key transfer P to P, C to P, C to C, EVM to EVM by @felipemadero in #2157
- Make sure we use latest released amw-relayer by @arturrez in #2194
- Remove default subnet alias by @arturrez in #2292
- Reduce disk warning limit by @felipemadero in #2298
- Fix slice init length by @wangjingcun in #2294
- Fix API nodes flag devnet wiz by @sukantoraymond in #2302
- Make network start to not download new snapshots by @felipemadero in #2314
- Version 1.7.8 by @sukantoraymond in #2316
- Update release-public-ami.yml by @arturrez in #2317
- Hardcode goreleaser version by @felipemadero in #2320
- Reset log colors so main CLI error can be easily visualized after the node error logs by @felipemadero in #2330
- Use latest version when etna activates by @sukantoraymond in #2360
- Use fuji network on local machine by @sukantoraymond in #2362
- Revert to prerelease latest by @sukantoraymond in #2363
- Fix context deadline issue while getting balance of xchain addr by @felipemadero in #2364
- Increase fuji timeout by @felipemadero in #2365
- Also use big context when restarting nodes by @felipemadero in #2366
- Only get peer of peers by @felipemadero in #2368
- Enable private peers by @felipemadero in #2371
- Nomenclature to match ACP-77 by @meaghanfitzgerald in #2367
- Number of local nodes to be 1 by @sukantoraymond in #2370
- Enable priv conns on avago by @felipemadero in #2374
- Add Etna Activation Time by @arturrez in #2373
- Add 15 min context to track by @felipemadero in #2375
- Remove inconsistent blockchains found on migration by @felipemadero in #2380
- Acp 77 local network by @felipemadero in #2357
- Use ANR main by @felipemadero in #2382
- Fix get peer error on add validator by @sukantoraymond in #2387
- Use relayer pre release by default by @felipemadero in #2389
- Use blockchain timestamp to calculate expiry by @felipemadero in #2391
- Change deploy num local nodes flags by @sukantoraymond in #2386
- Change add validator balance error message by @sukantoraymond in #2385
- Validate validator manager flag value by @sukantoraymond in #2395
- Fix add validator issues by @felipemadero in #2396
- Remove unused constants by @sukantoraymond in #2393
- Update feature_spec.md by @meaghanfitzgerald in #2390
- Version 1.8.0 by @sukantoraymond in #2397
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
Full Changelog: v1.7.7...v1.8.0