Skip to content

Releases: aptos-labs/aptos-core

Aptos CLI Release v6.0.1

16 Jan 21:42
403abde
Compare
Choose a tag to compare

Changelog

[6.0.1] - 2025/01/16

Added

  • Update Hasura metadata to include entry_function_contract_address, entry_function_module_name, and entry_function_function_name in user_transactions table.

Instructions

Update instructions

If you have already installed the CLI:

  • With brew: brew upgrade aptos
  • With the prepackaged CLI: aptos upgrade

Installation instructions

Aptos CLI Release v6.0.0

14 Jan 18:27
e12fcbb
Compare
Choose a tag to compare

What's Changed

  • Set Compiler v2 as the default compiler and Move 2 as the default language version.
  • Add new --move-1 flag to use Compiler v1 and Move 1.
  • Add flag --benchmark to aptos move prove, which allows to benchmark verification times of individual functions in a package.
  • Add flag --only to aptos move prove, which allows to scope verification to a function.
  • Fix aptos init to show the explorer link for accounts when account is already created on chain instead of prompting to fund the account.

Commits

Read more

[Mainnet] Aptos Node Release v1.25.1

18 Dec 20:56
Compare
Choose a tag to compare

Release Notes

Release Hash: b98e6b9

Validator Update Required? Yes, by Dec 21st
Fullnode Update Required? Yes, by Dec 27th.

New features and enhancements

Check out all of our AIPs and discussions here

  • Addendum to AIP-71: Event V2 Translation Engine
    • Ecosystem Impact: Once AIP-71 is enabled, this event v2 translation engine allow querying the event v1 using the temporary REST API path https://api.mainnet.aptoslabs.com/translated/v1 .

Aptos Node

General

  • Optimistic signature verification feature is enabled. This reduces the CPU utilize for verifying votes, order votes, commit votes and signed batch infos. Instead of verifying each vote individually, the validator aggregates the votes and verifies them all at once.

Move

  • Significantly optimized following vector functions: insert, remove, append, trim , by using vector::move_range native function. It reduces both running time and gas costs. more details and evaluation in the PR

Performance

  • Execution pipeline performance improvements by removing unnecessary memory allocations, among others.
  • Significant reduced the node start time on sharding mode by doing DB operations in parallel.

[Mainnet] Adhoc Release 20250116

16 Jan 18:15
Compare
Choose a tag to compare

Validator upgrade required.
Fullnodes optional.

Source code not released yet, please use the docker image or pre-build binaries for upgrade.

Commit hash: d51061a00b5a2d6c6fdcd8c5c1c186db6b337730

[Testnet] Aptos Node Release v1.25.1

18 Dec 18:48
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Cherry pick certain optimization PRs by @vineethk in #15612
  • [CP] Fix cargo nextest version #15608 by @bchocho in #15624
  • [cp][aptos-release-v1.25] [1.23] Temporarily loosen backpressures, until module loading improvement speeds up blocks by @github-actions in #15614

Full Changelog: aptos-node-v1.25.0-rc...aptos-node-v1.25.1-rc

[Mainnet] Aptos Framework Release v1.25.0

07 Jan 00:36
Compare
Choose a tag to compare
aptos-framework-v1.25.0

Revert "Bumping up the max transaction execution gas limit for gov pr…

[Mainnet] Aptos Framework Release v1.24.1

17 Dec 00:13
Compare
Choose a tag to compare

What's Changed

  • [cp][aptos-release-v1.24] ensure ObjectCore exists before short-circuit by @github-actions in #15603

Full Changelog: aptos-framework-v1.24.0...aptos-framework-v1.24.1

Aptos CLI Release v5.1.0

16 Dec 02:26
f69598f
Compare
Choose a tag to compare

Commits

Read more

Aptos CLI Release v5.0.0

11 Dec 20:53
ab6d0ee
Compare
Choose a tag to compare

Commits

Aptos CLI Release v4.7.0

10 Dec 22:33
7e0aaa2
Compare
Choose a tag to compare

Commits