Skip to content

[Testnet] Aptos Node Release v1.27.0

Compare
Choose a tag to compare
@manudhundi manudhundi released this 11 Feb 00:29
· 70 commits to main since this release
255673e

Release Notes

Release Hash: 255673e

Validator Update Required? Y

Fullnode Update Required? Y

Aptos Blockchain

General

  • Added ability to ensure soft limit on max open files on node start up.

Move

  • Additional utility methods in OrderedMap and BigOrderedMap, providing full parity with SimpleMap and SmartTable, allowing the latter ones to be fully deprecated for new code. Additionally - utilities that allow access into the ordered view allow for all the new usecases.

Gas

  • Gas charging for module dependencies is revisited to account for overall transaction execution.