Ga naar de hoofdinhoud

GIWA Flashblocks Overview

Bijgewerkt op
Aug 31, 2026

Overzicht

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 in behandeling block tag to query the latest preconfirmed state. The same request made with nieuwste queries the most recently sealed block instead.

Supported RPC Methods

MethodeFlashblocks behavior
eth_callExecutes a read-only call against preconfirmed state with in behandeling
eth_estimateGasEstimates gas against preconfirmed state with in behandeling
eth_getBalanceReturns the balance from preconfirmed state with in behandeling
eth_getBlockByNumberReturns the current Flashblock with in behandeling
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 in behandeling
eth_getTransactionReceiptReturns a receipt when one is available in Flashblock state
eth_simulateV1Simulates calls against the latest Flashblock state

Bronnen