AstarNetwork/Astar

Update Shiden Ethereum block hash fix to upstream

Dinonard opened this issue · 0 comments

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: