v0.14.0 of the Monad client has been released.
This update includes several key user-facing improvements and bug fixes:
- [Feat] Adds a new RPC endpoint eth_fillTransaction that takes an unsigned, partially filled transaction object and returns it with all missing fields populated, ready for signing and broadcasting.
- [Perf][Behavioral] eth_getTransactionReceipt and eth_getBlockReceipts are now available at "Proposed" time, making the responses ~400s faster.
- [Perf] eth_getLogs calls return faster for recent blocks that are still in memory.
- [Perf][Behavioral] newHeads and logs subscriptions (EVM spec) now notify on "Proposed" blocks instead of "Voted", aligning with monadNewHeads and monadLogs.
- [Fix] Blocktags in eth_getLogs are fixed. Previously, all of them resolved to the latest block. Now, they resolve to their correct statuses.