Skip to content

Aptos CLI Release v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 22:19
· 3150 commits to main since this release
b806bf1

Changelog

[2.1.0] - 2023/08/24

Updated

  • Updated CLI source compilation to use rust toolchain version 1.71.1 (from 1.71.0).

Added

  • Added basic ledger support for CLI
    • Example: aptos init --ledger to create a new profile from ledger. After this, you can use it the same way as other profiles.
    • Note: Ledger Nano s Plus or Ledger Nano X is highly recommended.

Instructions

Update instructions

If you have already installed the CLI:

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

Installation instructions