Aptos CLI Release v1.0.12
github-actions
released this
26 Apr 17:35
·
4400 commits
to main
since this release
Changelog
[1.0.12] - 2023/04/25
Added
- Support for creating and interacting with multisig accounts v2. More details can be found at AIP 12.
- Added
disassemble
option to the CLI - This can be invoked usingaptos move disassemble
to disassemble the bytecode and save it to a file - Fixed handling of
vector<string>
as an entry function argument inaptos move run
Instructions
Update instructions
If you have already installed the CLI:
- With brew:
brew upgrade aptos
- With the prepackaged CLI:
aptos upgrade
Installation instructions
- Installation instructions page
- Managed install
- macOS: Install with brew
- Linux / Windows: install with a python script for other platforms