Skip to content

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

12 Nov 20:57
16781dc
Compare
Choose a tag to compare

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

09 Nov 19:29
956a063
Compare
Choose a tag to compare

update for Ubuntu mainnet 52c527227b6a20dc5c9973e3150c355e12e9119a

Aptos CLI Release v1.0.1

02 Nov 19:23
23d258d
Compare
Choose a tag to compare

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 and OpenSUSE
  • 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

08 Nov 23:56
9e7800f
Compare
Choose a tag to compare

Ubuntu build for mainnet_c53a100c60511270c7591e9f3ae40939d4d3961c

Aptos CLI Release v1.0.0

17 Oct 16:18
Compare
Choose a tag to compare

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 and OpenSUSE
  • 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

16 Oct 01:39
Compare
Choose a tag to compare
Pre-release
[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

07 Oct 22:28
8c59034
Compare
Choose a tag to compare

There is now a version Ubuntu-22.04 which supports ubuntu 22.04 with SSLv3

Petra (Aptos Wallet) Extension v0.1.10

04 Oct 17:58
de1188d
Compare
Choose a tag to compare

Aptos CLI Release v0.3.8

04 Oct 07:16
Compare
Choose a tag to compare
  • Adds check for profiles if they don't exist, to give more helpful messages
  • Fixes bug in GetPoolAddress for vesting contracts