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
In the current eth_getHeaderByHash API implementation, if the header is not present in the database, a writeStateDiffFor call is made to statediffing geth.
But when the geth node is snap synced, the writeStateDiffFor call fails for blocks below the sync height. As a result, the rpcMarshalHeadermethod is unable to get total difficulty from the database.
The text was updated successfully, but these errors were encountered:
In the current
eth_getHeaderByHash
API implementation, if the header is not present in the database, awriteStateDiffFor
call is made to statediffing geth.But when the geth node is snap synced, the
writeStateDiffFor
call fails for blocks below the sync height. As a result, therpcMarshalHeader
method is unable to get total difficulty from the database.The text was updated successfully, but these errors were encountered: