kyle retweetledi
kyle
313 posts


Docs: docs.monad.xyz/reference/mpp/…
If you’re working on something ambitious with payments on Monad, DM me.
English
kyle retweetledi

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.

English
kyle retweetledi

Monad is adding support for eth_fillTransaction soon.
Without it, you need separate RPC calls for nonce (eth_getTransactionCount), gas limit (eth_estimateGas), and fee params (eth_gasPrice / eth_maxPriorityFeePerGas). eth_fillTransaction collapses that into one call and returns a fully populated unsigned tx ready to sign externally.
viem already calls eth_fillTransaction when the node supports it, so this is a free speedup for every viem user on Monad.
English
kyle retweetledi
kyle retweetledi
kyle retweetledi
kyle retweetledi

Ponder now supports WebSockets (eth_subscribe) for new block notifications.
Opt-in to improve realtime indexing latency by ~35% and consume fewer RPC credits.
S/o @opaquefeldspar for the excellent work on this.

English
kyle retweetledi
kyle retweetledi
kyle retweetledi

Created a new Ponder chat (link below) that includes the full history from the old chat. Come say hi!
Kevin@typedarray
Telegram banned the Ponder community chat. Working to get us back online. Feel free to DM here with urgent/sensitive issues. github.com/ponder-sh/pond…
English
kyle retweetledi











