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

pre-release6 hours ago

This release contains several security hotfixes, and consensus improvements:

The security hotfixes were introduced for the Move VM and block execution:
(i) Add layout validation and improve cache flushes
(ii) Fix constant size computation to match DAG-based layout construction
(iii) Fix closure load and enhance string checks

The consensus improvements were to address race conditions, and transient serialization issues.

Impact on nodes:

Validators: Upgrade required.
Fullnodes: Upgrade required.
Deposits and Withdrawals: No impact.

What's Changed

  • [aptos-release-v1.42] Revert PipelinedBlock BCS serialization breakage by @ibalajiarun in #18963
  • [cp][aptos-release-v1.42] Consolidate quorum store batch bootstrap by @aptos-bot in #18968
  • [cp][aptos-release-v1.42] [gas] Apply 10x multiplier to gas costs and storage fees by @aptos-bot in #18966
  • [cp][aptos-release-v1.42] [storage] Fix state KV truncation leaking first-time key creations by @aptos-bot in #19040
  • [cp][aptos-release-v1.42] [cp] Multiple fixes for Move VM and block execution by @aptos-bot in #19100
  • [cp][aptos-release-v1.42] [consensus] Clear module cache on pipeline teardown to prevent hot-state deadlock by @aptos-bot in #19104
  • [aptos-release-v1.42] Bump version to 1.42.1 by @aptos-bot in #19112

Full Changelog: aptos-node-v1.42.0-rc...aptos-node-v1.42.1-rc

Don't miss a new aptos-core release

NewReleases is sending notifications on new releases.