Monad News
InfrastructureMonad client (GitHub)Jun 2, 2026

monad: v0.14.5

AI Summary

Monad execution client v0.14.5 release includes robustness fixes for RLP encoding validation, iterator handling, and access list preservation for reverted frames. The update also introduces internal improvements by replacing the intx library with custom integer types and restructuring the DbCache component.

# monad (execution) v0.14.5 Changelog Tag: [v0.14.5](https://github.com/category-labs/monad/releases/tag/v0.14.5) Commit: `ffefb81a0` ## Robustness fixes - Reject non-canonical RLP encoded strings/lists - Ref: [PR #2245](https://github.com/category-labs/monad/pull/2245) - Prevent iterator overrun on odd input length - Ref: [PR #2257](https://github.com/category-labs/monad/pull/2257) - Preserve access lists for reverted frames - Ref: [PR #2241](https://github.com/category-labs/monad/pull/2241) ## Internal changes - Remove intx library, replace with custom uint128_t/uint256_t types - Ref: [PR #2143](https://github.com/category-labs/monad/pull/2143) - Make DbCache a member of TrieDb - Ref: [PR #2255](https://github.com/category-labs/monad/pull/2255) **Full Changelog**: https://github.com/category-labs/monad/compare/v0.14.4...v0.14.5
#Monad#Release#Bug Fix#Technical Update
monad: v0.14.5 · Monad News Portal