[Testnet] Aptos Node Release v1.17.0
Pre-release
Pre-release
sherry-x
released this
22 Jul 16:05
·
893 commits
to main
since this 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