Currently, all Ethereum nodes are launched as pruned nodes.
"Pruned" nodes run with --gcmode=full
That means the only state fully available is at the current block height. In other words, eth_call
, eth_getBalance
and the likes only work on the latest block
Comments
Please sign in to leave a comment.