Monad News
InfrastructureMonad client (GitHub)Feb 2, 2026

monad: v0.12.7

AI Summary

Monad v0.12.7 has been released across devnet, testnet, and mainnet with a notable robustness fix for the modexp precompile that addresses crashes caused by truncated input padding in the Execution layer.

## v0.12.7 | Network | Date released | Comment | | --------- | ------------- | ------- | | [`mainnet`](developer-essentials/network-information.md) | 01-29-2026 | | | [`testnet`](developer-essentials/testnets.md#testnet) | 01-20-2026 | | | [`devnet`](developer-essentials/testnets.md#tempnet) | 01-13-2026 | | Tags or hashes: - `monad`: [tag `v0.12.7`](https://github.com/category-labs/monad/releases/tag/v0.12.7) #### Notable robustness changes - **[Execution]** Fix `modexp` precompile crash on truncated input padding - Ref: [monad PR #2045](https://github.com/category-labs/monad/pull/2045)
#Monad#Release#Bug Fix#precompile#execution