Orenix Terminal

Aptos Testnet Node v1.48.1-rc: Gas Schedule Upgrade and Core Refactor

Aptos Labs has published the v1.48.1-rc testnet node release, introducing a new gas schedule version 48 and refactoring several core components. The update includes simplified function display in mono-move, typed errors for the loader, and benchmark changes to BlockMetadata. Developers can pull the release from GitHub and test the updated node on the testnet.

Digital illustration of interconnected blockchain nodes

Aptos Labs has rolled out the v1.48.1-rc release for its testnet node, marking the latest iteration of the core protocol. The update is available on GitHub and is intended for developers who wish to experiment with the new features before they are promoted to mainnet.

One of the primary changes is the bump of the gas schedule to version 48. This adjustment aligns the testnet with the upcoming mainnet schedule and introduces new gas cost parameters for certain transaction types.

The release also contains several refactoring efforts. The mono-move module now has a simplified function display, and typed errors have been added to the loader to improve debugging. Additionally, the forge deployer version has been updated to ensure compatibility with the new gas schedule.

A change to the BlockMetadata benchmark was made to better reflect performance metrics under the updated gas schedule. These adjustments help developers measure node throughput more accurately during testing.

Developers can clone the repository, build the node, and run it against the testnet. Aptos Labs encourages community feedback on the release, noting that the rc tag indicates a release candidate that may still undergo further refinement.