Skip to content

Releases: aptos-labs/aptos-core

[Mainnet] Aptos Node Release v1.17.1

30 Jul 01:21
Compare
Choose a tag to compare

Validator Update Required? Yes, by Aug 1st

Fullnode Update Required? Yes, by Aug 7th

Check out the release notes for v1.17 here!

[Mainnet] Aptos Framework Release v1.17.0

06 Aug 16:09
Compare
Choose a tag to compare
Increased bounded executor tasks (#14131)

(cherry picked from commit a2b04f4c0f8805c54e6c6dd2ea7b345d44de1a1a)

adhoc-20240726

26 Jul 21:37
Compare
Choose a tag to compare
Switch back to 16

[Mainnet] Aptos Framework Release v1.16.0

23 Jul 00:29
7b0872a
Compare
Choose a tag to compare
[Framework] Add dependencies check for code object freezing (#14064) …

…(#14079)

* Refactor object deployment CLI commands

* Refactor object deployment CLI commands

---------

Co-authored-by: Kevin <105028215+movekevin@users.noreply.github.com>
Co-authored-by: JohnChangUK <johnchang9094@gmail.com>

Aptos CLI Release v3.5.1

21 Jul 19:13
Compare
Choose a tag to compare
aptos-cli-v3.5.1

[Consensus Observer] Add block payload verification.

[Testnet] Aptos Node Release v1.17.0

22 Jul 16:05
5eb497f
Compare
Choose a tag to compare
Pre-release

Release Notes

Release Tag: aptos-node-v1.17.0-rc

CLI Version this release is compatible with: v3.5.1+

Validator Update Required? Y

Fullnode Update Required? Y

Aptos Improvement Proposals (AIPs)

Check out all of our AIPs and discussions here on GitHub.

Aptos Blockchain

Quorum Store

  • Tune QS backpressure configs to reduce latency at higher throughput.
  • The QS backpressure mechanism calculates the number of transactions in the pipeline, and triggers backpressure if this count is too large. As different batches could contain duplicate transactions, to handle this effectively, we changed the QS backpressure to calculate the number of “unique” and “unexpired” transactions in the pipeline.

Move

Framework

  • Add derived supply to dispatchable fungible assets.

VM

  • Disallow users to public modules with native functions to non-special address.
  • Disallow dispatching on custom native function. VM will raise RUNTIME_DISPATCH_ERROR at unexpected location.
  • Remove writeset transaction generator

[Testnet] Aptos Node Release v1.16.3

16 Jul 23:07
1ce3930
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: aptos-node-v1.16.2-rc...aptos-node-v1.16.3-rc

[Mainnet] Aptos Node Release v1.16.3

17 Jul 17:35
1ce3930
Compare
Choose a tag to compare

Release Notes

Release Tag: aptos-node-v1.16.3

CLI Version this release is compatible with: v3.5.0+

Validator Update Required? Yes, by July 19th

Fullnode Update Required? Yes, by July 26th

Aptos Improvement Proposals (AIPs)

Check out all of our AIPs and discussions here on GitHub.

  • None included in this release

Aptos Blockchain

General

  • Upgraded rust to version 1.78.0.

Consensus

  • Small optimizations to consensus broadcast to: (i) prioritize distant peers first; (ii) parallelize message serialization more effectively.

Networking

  • Small performance improvements for message deserialization at the networking layer.

Move

VM

  • Updated type size calculation to account for all nodes in non-substituted types. Also introduced TypeBuilder struct to construct types with maximum depth and count.
  • Added a procedural macro bytecode_spec so that inline specifications to the Move bytecode instructions can be defined in Rust.
  • Added runtime environment outside of VM. The env can be used cached and possibly shared across VM instances.

Gas

  • Fixed gas charging in crypto_algebra::serialize() API implementation.

Resolved Issues

  • Upgrade Rust to v1.78.0

[Testnet] Aptos Node v1.16.2

11 Jul 20:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: aptos-node-v1.16.1-rc...aptos-node-v1.16.2-rc

Aptos Node Release v1.15.3

09 Jul 21:23
a390f69
Compare
Choose a tag to compare

What's Changed

  • Removed usage of normalized types and improve module complexity check, resolving an out-of-memory condition when processing complex move data structures (#13937). Thanks to CertiK Skyfall for reporting the issue vie the Aptos Network bounty program.

Full Changelog: aptos-framework-v1.15.0...aptos-node-v1.15.3