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
A recent change to the Ethereum execution API schema removed totalDifficulty from eth_getBlockByNumber and eth_getBlockByHash responses. Geth has implemented this change and it caused panics in EDR when it didn't receive the expecrted totalDifficulty field from Geth nodes. We should probably adapt this change, but we should figure out first if it'll break any projects depending on Hardhat/EDR. In the meantime we fall back to the terminal total difficulty in EDR if the remote doesn't return a total difficulty.
A recent change to the Ethereum execution API schema removed
totalDifficulty
frometh_getBlockByNumber
andeth_getBlockByHash
responses. Geth has implemented this change and it caused panics in EDR when it didn't receive the expecrtedtotalDifficulty
field from Geth nodes. We should probably adapt this change, but we should figure out first if it'll break any projects depending on Hardhat/EDR. In the meantime we fall back to the terminal total difficulty in EDR if the remote doesn't return a total difficulty.Definition of Done
The text was updated successfully, but these errors were encountered: