Describe the Bug
We noticed the differences in the hashes between the blocks via the newHeads subscription and blocks via eth_getBlockByNumber at the same height. The blocks via eth_getBlockByNumber are equals to the ones in https://explorer.zetachain.com/ but the newHeads blocks seem to be forked.
To Reproduce
There is the script to reproduce this bug.
Describe the Bug We noticed the differences in the hashes between the blocks via the
newHeads
subscription and blocks viaeth_getBlockByNumber
at the same height. The blocks viaeth_getBlockByNumber
are equals to the ones in https://explorer.zetachain.com/ but thenewHeads
blocks seem to be forked.To Reproduce There is the script to reproduce this bug.
Expected Behavior The hashes from the
newHeads
sub andeth_getBlockByNumber
must be equal to each other.Screenshots
Environment (please complete the following information):