Patch release on top of v0.14.0. Execution layer unchanged.
Notable RPC/SDK changes
- [RPC] Fix
eth_fillTransactiongas estimation and reserve balance handling (#2949)- Maps reserve-balance failures to a dedicated
ReserveBalanceViolationresult instead of collapsing into a generic error - Makes omitted-gas fill estimation more permissive: applies a fill-only state override giving the sender an effectively unbounded balance during estimation
- Note:
eth_fillTransactionwith insufficient balance now returnsreserve balance violation(was:insufficient balance). Callers matching on the exact error string should update accordingly.
- Maps reserve-balance failures to a dedicated
Hashes
monad-bft(consensus):4ed79392monad(execution):54e132cfa— unchanged from v0.14.0