Aptos CLI Release v1.0.8
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
andaptos 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 ofb"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 bothaptos move view
andaptos 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
- Installation instructions page
- Managed install
- macOS: Install with brew
- Linux / Windows: install with a python script for other platforms