aptos-node-v1.13.0
版本发布时间: 2024-05-28 23:51:32
aptos-labs/aptos-core最新发布版本:aptos-node-v1.21.2-rc(2024-10-16 00:27:49)
Release Hash: b3af42c6fe49e603b422339342b090ad5aa478d0
CLI Version this release is compatible with: v3.3.1+
Validator Update Required? Y
Fullnode Update Required? Y
Aptos Improvement Proposals (AIPs)
Check out all of our AIPs and discussions here on GitHub
New features and enhancements
-
[AIP-73] Dispatchable Token Standard]: Developers can define their custom way of withdrawing and deposit for their fungible asset, allowing for a much more extensible way of using our Aptos Framework.
- Ecosystem Impact: Defi developers
- Feature Flag:
DISPATCHABLE_FUNGIBLE_ASSET
-
[AIP-83] Framework-level Untransferable Fungible Asset Stores](https://github.com/aptos-foundation/AIPs/issues/420): This enhancement will enable users to retrieve user transaction information directly in smart contracts. This feature is crucial for supporting the mechanism that enables custom user prologues and epilogues, which will be addressed in a separate AIP later.
- Ecosystem Impact: Smart contact developers
Aptos Blockchain
Quorum Store
- Improved logic for filtering duplicate transactions.
Storage
- fixed performance issue where on node bootup truncation was done repeatedly on the state value data set
- Performance improvement by adding
StateKeyRegistry
and avoid duplicatingStateKeys
at runtime. - Performance improvement by replacing small
HashSets
on JMT internal Nodes with ordered Slices (Node cloning is faster). - Performance improvement when throughput is high, by execution layer not requesting SMT internal nodes from the DB that are already cached.
Move
VM
- Refactor
MoveResolver
to be used inside the VM only. - Support new randomness annotation parameter for customized gas deposit. (AIP: TBD).
- Fixed error reporting logic in VM when a new frame is created
Framework
- AIP-73: Dispatchable Token Standard
- Migrate token v1 and other fixes of event v2 migration
Gas
- Fixed broken HTML in gas profiler
Resolved Issues
Bug Fixes
-
Create token with collection object: https://github.com/aptos-labs/aptos-core/pull/13215
- Addresses the bug found in AIP-78
1、 aptos-node-ubuntu-20.04.tgz 602.47MB
2、 aptos-node-ubuntu-22.04.tgz 572.63MB