The release of Hardhat v3.2.0 introduces gas-stats report exporting, streamlining smart contract development.

Enhanced gas reporting streamlines smart contract optimization.
Signal analysis
The latest release of Hardhat, version 3.2.0, introduces the ability to export gas-stats reports, a feature detailed by Lead AI Dot Dev. This allows developers to analyze gas usage more effectively, helping optimize smart contracts. The configuration for enabling this feature is straightforward: add 'gasReporter' to your Hardhat config with the necessary parameters to customize the reports. This update also includes enhancements to the existing gas usage monitoring tools, providing deeper insights into transaction costs.
If you're a smart contract developer focused on optimizing gas costs, this update is significant. Previously, developers had to rely on manual calculations or external tools to estimate gas consumption. Now, with built-in gas-stats exporting, you can automate this process, saving time and reducing potential errors. For teams handling complex contracts with multiple transactions, the insights gained could lead to gas savings of up to 30%, making this update critical. However, if you're only using basic features, such as compiling contracts without analyzing gas usage, you can likely skip this update.
To upgrade to Hardhat v3.2.0, run the command 'npm install --save-dev [email protected]' in your project directory. If you're currently using v2.x, ensure you review the release notes for any breaking changes, particularly in the gas reporting section. After updating, modify your hardhat.config.js to include the 'gasReporter' settings. It's advisable to perform this upgrade during off-peak hours to minimize potential disruptions. Before executing the upgrade, verify your existing configuration to avoid conflicts with the new features.
Looking ahead, the Hardhat team is working on further enhancements related to gas optimization and integration with new Ethereum features. Upcoming releases may include improved support for layer-2 solutions and enhanced compatibility with popular testing frameworks. Developers should keep an eye on the Hardhat GitHub repository for beta features as they become available. Ongoing compatibility checks with other tools in your stack are also recommended to ensure seamless integration. Thank you for listening, Lead AI Dot Dev.
Best use cases
Open the scenarios below to see where this shift creates the clearest practical advantage.
One concise email with the releases, workflow changes, and AI dev moves worth paying attention to.
More updates in the same lane.
Discover how to enable Basic and Enhanced Branded Calling through Twilio Console to enhance your brand's visibility.
Cohere has unveiled 'Cohere Transcribe', an open-source transcription model that enhances AI speech recognition accuracy.
Mistral AI has released Voxtral TTS, an open-source text-to-speech model, providing developers with free access to its capabilities for various applications.