Release Notes
Release Hash: 313be06
Validator Update Required? Y
Fullnode Update Required? Recommended
Aptos Improvement Proposals (AIPs)
- [AIP-127] Lazy loading
- All lazy loading changes landed with 1.35 release. The feature can be enabled in 1.35 after the audit and further testing.
Breaking Changes
- [AIP-97] Storage sharding is enforced in binary. If you haven’t finished the migration, the node will panic.
- Follow this guide https://aptoslabs.notion.site/DB-Sharding-Migration-Public-Full-Nodes-1978b846eb7280b29f17ceee7d480730
- This might be the LAST release you can skip if you need more time for migration. In next release or two there will be new features that are NOT supported by previous release. The FNs will be REQUIRED to upgrade, or it won’t sync.
Aptos Blockchain
General
- A new endpoint was added to the Node Inspection Service (
/identity_information
) to expose identity information about each node (e.g., each node’s peer ID). - The
v1/info
REST API endpoint was updated to expose the peer ID of each node.
State sync
- Transaction data v2 requests were enabled by default, and the maximum response size was increased from 10MB to 15MB.
Move
VM
- Remaining lazy loading changes landed.