Skip to content

Aptos CLI Release v1.0.10

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 23:48
· 4565 commits to main since this release

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