Aller directement au contenu principal

GIWA Flashblocks Overview

Mis à jour le
Aug 31, 2026

Présentation générale

GIWA normally produces a block about once per second. Flashblocks provides an earlier view of transactions and state, typically within roughly 200 milliseconds, so an application can give users feedback before the enclosing block is sealed. A Flashblock is a preconfirmation signal rather than a finalized block.

This is useful for wallets, payments, trading interfaces, games, and other applications where waiting for the next complete block would make the interface feel slow.

Network Availability

Flashblocks is currently available on GIWA Sepolia.

On a Flashblocks-aware endpoint, use the pending block tag to query the latest preconfirmed state. The same request made with latest queries the most recently sealed block instead.

Supported RPC Methods

MéthodeFlashblocks behavior
eth_callExecutes a read-only call against preconfirmed state with pending
eth_estimateGasEstimates gas against preconfirmed state with pending
eth_getBalanceReturns the balance from preconfirmed state with pending
eth_getBlockByNumberReturns the current Flashblock with pending
eth_getLogsIncludes logs visible in the current Flashblock range
eth_getTransactionByHashReturns a transaction that may still be preconfirmed
eth_getTransactionCountReturns the preconfirmed account nonce with pending
eth_getTransactionReceiptReturns a receipt when one is available in Flashblock state
eth_simulateV1Simulates calls against the latest Flashblock state

Ressources