github aptos-labs/aptos-core aptos-node-v1.17.0-rc
[Testnet] Aptos Node Release v1.17.0

pre-releaseone month ago

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

Don't miss a new aptos-core release

NewReleases is sending notifications on new releases.