github aptos-labs/aptos-core aptos-cli-v1.0.10
Aptos CLI Release v1.0.10

latest releases: aptos-cli-v3.2.0, aptos-framework-v1.11.0, aptos-node-v1.10.2...
12 months ago

Changelog

[1.0.10]

Fixed

  • If aptos init is run with a faucet URL specified (which happens by default when using the local, devnet, or testnet network options) and funding the account fails, the account creation is considered a failure and nothing is persisted. Previously it would report success despite the account not being created on chain.
  • When specifying a profile where the AuthenticationKey has been rotated, now the AccountAddress is properly used from the config file
  • Update aptos init to fix an incorrect account address issue, when trying to init with a rotated private key. Right now it does an actual account lookup instead of deriving from public key

Added

  • Updates to prover and framework specs

Instructions

Update instructions

If you have already installed the CLI:

  • With brew: brew upgrade aptos
  • With the prepackaged CLI: aptos upgrade

Installation instructions

Don't miss a new aptos-core release

NewReleases is sending notifications on new releases.