Skip to content

Aptos CLI Release v1.0.9

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Mar 22:26
· 4812 commits to main since this release
f7eae8b

[1.0.9] - 2023/03/29

Added

  • aptos move show abi allows for viewing the ABI of a compiled move package
  • Experimental gas profiler with the --profile-gas flag on any transaction submitting CLI command
  • Updates to the prover and framework specs

Update instructions

If you have already installed the CLI:

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

Installation instructions