Releases: aptos-labs/aptos-core
[Mainnet | Testnet] Release v1.8.2
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
docker image tag: adhoc-20231120
[Mainnet | Testnet] Release v1.8.1
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
to255
, 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
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:
- Fullnode: 903e482
- Processors: 475261f7121a4745c5a2565a4e9df125c1e430b7
Aptos CLI Release v2.3.1
[testnet] Release v1.8.0
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
to255
, 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
aptos-cli-v2.3.0 Fix aptos-admin-service build on Windows (#10669)
Release v1.7.3
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
aptos-cli-v2.2.2 Fix Cargo.lock
Aptos CLI Release v2.2.1
aptos-cli-v2.2.1 Bump CLI version to 2.2.1 (#10508)