github category-labs/monad-bft v0.14.1

8 hours ago

Patch release on top of v0.14.0. Execution layer unchanged.

Notable RPC/SDK changes

  • [RPC] Fix eth_fillTransaction gas estimation and reserve balance handling (#2949)
    • Maps reserve-balance failures to a dedicated ReserveBalanceViolation result 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_fillTransaction with insufficient balance now returns reserve balance violation (was: insufficient balance). Callers matching on the exact error string should update accordingly.

Hashes

  • monad-bft (consensus): 4ed79392
  • monad (execution): 54e132cfa — unchanged from v0.14.0

Upgrade instructions

See v0.14.1 upgrade instructions.

Don't miss a new monad-bft release

NewReleases is sending notifications on new releases.