Releases: aptos-labs/aptos-core
Releases · aptos-labs/aptos-core
Aptos Node c53a100
Ubuntu build for mainnet_c53a100c60511270c7591e9f3ae40939d4d3961c
Aptos CLI Release v1.0.0
Mainnet Release of the CLI
Changes
- Adds Mainnet as a network
- Improves flow for initializing accounts
- Updates much of the documentation
About installation
Instructions here: https://aptos.dev/cli-tools/aptos-cli-tool/install-aptos-cli/
MacOSX-x86_64
will work on both Intel and Apple ARM Macs. Rosetta on macOS provides compatibility for ARM.Ubuntu-22.04-x86_64
is built with Ubuntu 22.04 on x86 and requires OpenSSL v3. It may work on other Linux distros that also use OpenSSL v3, but it is not supported.Ubuntu-x86_64
is built with Ubuntu 20.04 on x86 and requires OpenSSL v1.1.1. It may work on other Linux distros that also use OpenSSL v1.1.1. In testing this has worked on a few other distros e.g.Debian
andOpenSUSE
Windows-x86_64
is built with Windows Server 2022 on x86. It has also been tested on Windows 10 and Windows 11.- Windows & Linux ARM does not have a prebuilt binary and will need to be built from source.
Aptos CLI Release v0.4.0
[aptos-cli] Use named networks There's confusion between the faucet and network endpoints. This just adds prenamed combinations that can be used, while leaving the ability for custom combinations. Additionally, stops making the init fail if the faucet fails.
Aptos CLI Release v0.3.9
There is now a version Ubuntu-22.04 which supports ubuntu 22.04 with SSLv3
Petra (Aptos Wallet) Extension v0.1.10
Branding Release
Aptos CLI Release v0.3.8
- Adds check for profiles if they don't exist, to give more helpful messages
- Fixes bug in GetPoolAddress for vesting contracts
Aptos CLI Release v0.3.7
Bug fixes
- Fixes bug with the testnet faucet that gave an error of
"Error": "API error: Faucet issue: 411 Length Required"
- Changes warning message to debug when faucet transaction isn't found in mempool immediately due to accessing two different full nodes.
Aptos CLI Release v0.3.6
aptos-cli-v0.3.6 [Token] reorgnize code
Aptos CLI Release v0.3.5
revert Validate Move String transaction arguments (#4483) * Revert "More tests around string validation code (#4131)" This reverts commit 03c081132ee602156f3de0c5f7b4473f3a43432c. * Revert "Validate Move String transaction arguments (#4090)" This reverts commit f31d9c541c686b04286812a7e332ae0c76eb7c96.
Aptos CLI Release v0.3.4
Code Refactoring
- ts-sdk: get rid of typescript-memoize dep #4244 (Jijun Leng)
- get rid of ed25519-hd-key #4244 (Jijun Leng)
- use @noble/hashes #4244 (Jijun Leng)
- get rid of bytes_to_hex.ts #4244 (Jijun Leng)
- reorganize files and folders for readability #4244 (Jijun Leng)
Builds
- ts-sdk: make iife build work for browsers #4244 (Jijun Leng)
Chores
- bump TS SDK version #4244 (Jijun Leng)