Skip to content

Releases: aptos-labs/aptos-core

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

Aptos CLI Release v0.3.7

30 Sep 19:50
Compare
Choose a tag to compare

Bug fixes

  1. Fixes bug with the testnet faucet that gave an error of
"Error": "API error: Faucet issue: 411 Length Required"
  1. 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

29 Sep 22:48
Compare
Choose a tag to compare
aptos-cli-v0.3.6

[Token] reorgnize code

Aptos CLI Release v0.3.5

23 Sep 15:50
27cff42
Compare
Choose a tag to compare
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

15 Sep 23:38
Compare
Choose a tag to compare

Code Refactoring

Builds

Chores

Commits