Monad News
InfrastructureMonad client (GitHub)May 19, 2026

monad: v0.14.4

AI Summary

Monad v0.14.4 release includes robustness fixes to clamp precompile input allocations and prevent slow block vectors, along with internal zkVM improvements including a new partial trie database implementation for the RISC-V guest program.

# monad (execution) v0.14.4 Changelog Tag: [v0.14.4](https://github.com/category-labs/monad/releases/tag/v0.14.4) Commit: `6c75a8851` ## Robustness fixes - **[Execution]** Clamp precompile input allocations to prevent slow block vector - Ref: [monad (execution) PR #2224](https://github.com/category-labs/monad/pull/2224) ## Internal changes - **[Execution]** zkVM: add partial trie DB — new partial MPT implementation for the zkVM guest program (RISC-V), including RLP-encoded execution witness decoder - Ref: [monad (execution) PR #2170](https://github.com/category-labs/monad/pull/2170) See [monad-bft v0.14.4 release](https://github.com/category-labs/monad-bft/releases/tag/v0.14.4) for full changelog. **Full Changelog**: https://github.com/category-labs/monad/compare/v0.14.3...v0.14.4
#Monad#Release#Execution Layer#zkVM#Bug Fix