Skip to content

Aptos CLI Release v1.0.8

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 17:28
· 4980 commits to main since this release

[1.0.8] - 2023/03/16

Added

  • Added an aptos account derive-resource-account-address command to add the ability to derive an address easily
  • Added the ability for different input resource account seeds, to allow matching directly with onchain code
  • Added beta support for coverage via aptos move coverage and aptos move test --coverage
  • Added beta support for compiling with bytecode dependencies rather than source dependencies

Fixed

  • All resource account commands can now use utf8 seed which will match the onchain representation of b"string" rather than always derive a different address
  • Tests that go over the bytecode size limit can now compile
  • vector<string> inputs to now work for both aptos move view and aptos move run
  • Governance proposal listing will now not crash on the latest on-chain format
  • Move compiler will no longer use an environment variable to communicate between compiler and CLI for the bytecode version

Installation instructions