You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The eth_call rpc call has a parameter (the "default block parameter", which is supposed to apply to eth_call, and four other functions, as detailed at https://eth.wiki/json-rpc/API) to specify for which block the data should be supplied, but the data returned is always for the latest block, unlike other chains' EVMs. For some number of recent blocks, the eth_getBalance function works properly when specifying the block number.
Having this function supported is needed to properly synchronize the state as of a specific recent point in time.
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue! eth_call for a non-lastest block is not supported yet in the current version. We'll look into this feature for future releases.
The eth_call rpc call has a parameter (the "default block parameter", which is supposed to apply to eth_call, and four other functions, as detailed at https://eth.wiki/json-rpc/API) to specify for which block the data should be supplied, but the data returned is always for the latest block, unlike other chains' EVMs. For some number of recent blocks, the eth_getBalance function works properly when specifying the block number.
Having this function supported is needed to properly synchronize the state as of a specific recent point in time.
The text was updated successfully, but these errors were encountered: