Releases: aptos-labs/aptos-core
Releases · aptos-labs/aptos-core
Mainnet release 8e9a89829d5c43aa0a092c45b4b26fed7b52b0ca
Mainnet release 8e9a89829d5c43aa0a092c45b4b26fed7b52b0ca
Note: The source for this is not yet released so please do not build from source until the public fix is released
Update mainnet 3b12b747b53a0dc610b0ea960459bb834a940852
Updated mainnet binary 3b12b747b53a0dc610b0ea960459bb834a940852
The sources here are not able to build this commit, please do not build from this source code
aptos node 52c527227b6
update for Ubuntu mainnet 52c527227b6a20dc5c9973e3150c355e12e9119a
Aptos CLI Release v1.0.1
Mainnet Release of the CLI
Changes
- Fixes
aptos move
compilation of test-only native function examples: #5357.
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 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