Skip to content

Releases: aptos-labs/aptos-core

[Mainnet | Testnet] Release v1.8.2

21 Nov 17:55
903e482
Compare
Choose a tag to compare

Validator: Optional if already upgraded to adhoc-20231120
Full Node: Required

Docker image: aptos-node-v1.8.2

What's Changed

Move VM and Language

  • Fixed a security issue in the Move loader that could have allowed a malicious user to generate an out of memory condition when publishing a specially crafted Move module. Thanks to the CertiK SkyFall team for reporting this issue via our Aptos Bounty program.
  • Fixed a security issue in the Aptos transaction validator that could have allowed a malicious user to generate an out of memory condition when submitting a specially crafted transaction.

Full Changelog: aptos-node-v1.8.1...aptos-node-v1.8.2

adhoc release 2023-11-20

20 Nov 22:38
a676c14
Compare
Choose a tag to compare

[Mainnet | Testnet] Release v1.8.1

16 Nov 01:02
1a6c758
Compare
Choose a tag to compare

Release Notes

Recommended CLI Version: v2.3.0+
Docker Link: aptos-node-v1.8.1

New features and enhancements

Aptos Frameworks

  • AIP-49 – Add transaction support for SECP256K1 ECDSA. This uses feature flag: single_sender_authenticator. This reuses the same feature flag as AIP-55.
  • AIP-52 – Automatically create user accounts when said account is sponsored by another fee paying account. This uses feature flag: sponsored_automatic_account_creation
  • AIP-53 – Make it so that a transaction sent by a client need not know who the fee payer is when signing the transaction. This uses feature flag: fee_payer_account_optional
  • AIP-55 – Generalize transaction authentication making it easier to add new transaction authenticators used across single singer, multi-agent, and fee payer transactions. It also adds support for generalized K-of-N multikey accounts, previously only available to ED22519. This uses feature flag: single_sender_authenticator

Move Language and VM

  • Limits the maximum identifier length in Move modules from 65535 to 255, which is used in the serializer and deserializer of the Move binary format. This uses feature flag: limit_max_identifier_length

Upgrade indexer to support node v1.8

22 Nov 06:36
Compare
Choose a tag to compare

This change will be compatible with node upgrade v1.8. It should only be applied to GRPC. The best binaries that work with this version are:

Aptos CLI Release v2.3.1

07 Nov 19:54
Compare
Choose a tag to compare

Note: As of this release, we do not build a binary for MacOS. Please use brew instead: brew install aptos.

Commits

  • 465a05a: Automatically create PR to bump homebrew version of CLI (Daniel Porteous) #10814

[testnet] Release v1.8.0

08 Nov 19:35
Compare
Choose a tag to compare
Pre-release

Release Notes

Recommended CLI Version: v2.3.0+
Docker Link: aptos-node-v1.8.0

New features and enhancements

Aptos Frameworks

  • AIP-49 – Add transaction support for SECP256K1 ECDSA. This uses feature flag: single_sender_authenticator. This reuses the same feature flag as AIP-55.
  • AIP-52 – Automatically create user accounts when said account is sponsored by another fee paying account. This uses feature flag: sponsored_automatic_account_creation
  • AIP-53 – Make it so that a transaction sent by a client need not know who the fee payer is when signing the transaction. This uses feature flag: fee_payer_account_optional
  • AIP-55 – Generalize transaction authentication making it easier to add new transaction authenticators used across single singer, multi-agent, and fee payer transactions. It also adds support for generalized K-of-N multikey accounts, previously only available to ED22519. This uses feature flag: single_sender_authenticator

Move Language and VM

  • Limits the maximum identifier length in Move modules from 65535 to 255, which is used in the serializer and deserializer of the Move binary format. This uses feature flag: limit_max_identifier_length

Aptos CLI Release v2.3.0

25 Oct 18:07
16bc730
Compare
Choose a tag to compare
aptos-cli-v2.3.0

Fix aptos-admin-service build on Windows (#10669)

Release v1.7.3

19 Oct 03:49
14758a1
Compare
Choose a tag to compare
Release v1.7.3 Pre-release
Pre-release

Validator: Required
Full Node: Optional

Docker image tag: aptos-node-v1.7.3_14758a1e2c846ae37126fc5de7fc30d59408c40d
Digest: sha256:5a6b6099784d2657c7078e1bb09117528bb8d2f788f8ca1ed7e16601403f4041
Docker image link: https://hub.docker.com/layers/aptoslabs/validator/aptos-node-v1.7.3_14758a1e2c846ae37126fc5de7fc30d59408c40d/images/sha256-5a6b6099784d2657c7078e1bb09117528bb8d2f788f8ca1ed7e16601403f4041?context=explore
Commit hash: 14758a1e2c846ae37126fc5de7fc30d59408c40d and 99ba9c8f1501f5a38ea93007040e958ce5b84d81 are both valid

Aptos CLI Release v2.2.2

17 Oct 00:14
Compare
Choose a tag to compare
aptos-cli-v2.2.2

Fix Cargo.lock

Aptos CLI Release v2.2.1

13 Oct 23:24
dd9a6c8
Compare
Choose a tag to compare
aptos-cli-v2.2.1

Bump CLI version to 2.2.1 (#10508)