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 general, as part of this task, we should get rid of the custom dirty fix code we use to circumvent the issue.
What is the block hash fix?
Due to some problem with storage migration back in the day, for few blocks (most likely one) there parent hash is lost and when retrieved via RPC results in 0x00..00 (Default::default()).
Description
Revert old block hash fix - Shiden block fix with the upstreamed better fix - polkadot-evm/frontier#1044
In general, as part of this task, we should get rid of the custom dirty fix code we use to circumvent the issue.
What is the block hash fix?
Due to some problem with storage migration back in the day, for few blocks (most likely one) there parent hash is lost and when retrieved via RPC results in 0x00..00 (
Default::default()
).More context here:
BlockV2
upgrade polkadot-evm/frontier#570Question/issue in upstream frontier: polkadot-evm/frontier#1534
The text was updated successfully, but these errors were encountered: