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

latest releases: aptos-node-v1.35.1-rc, aptos-node-v1.35.0-rc, aptos-node-v1.34.3-hotfix...
one month ago

Release Hash: bd787cfe338d76b62e184abfb5ef936281935fb1

CLI Version this release is compatible with: v7.6.0

Docker Image: https://hub.docker.com/layers/aptoslabs/validator/aptos-node-v1.33.0-rc/images/sha256-66ff444b3fa874a0d2da9f3f8703840c5fe3cc40f074935ece160ad01e535441

Release Notes

General

Move

VM

  • Enhancements for dVM value depth checks. Checks via types are slightly faster thanks to thread-local cache. Extra dynamic checks are added to prevent possibilities of stack overflow when iterating over deeply nested VM values recursively.
  • Various fixes and enhancements for the upcoming function value support, including:
    • Fixing bugs around formatting closures as strings.
    • Extra paranoid-mode visibility checks for packing closures.
    • Checks to prevent Aggregators and other delayed fields from being captured in a closure.
    • Updated bytecode verifier checks taking function values into account

Gas

  • New gas charges were added for closure opcodes (PackClosure, PackClosureGeneric).

Don't miss a new aptos-core release

NewReleases is sending notifications on new releases.