mana
mana copied to clipboard
Validate PoW in Block Header Validity
Validate proof-of-work part of the Block Header Validity (defined as V(H) - eq 50 of Yellow Paper).
For more context on PoW see eq 49:

Note: this was a TODO note on Block.Header.validate in EVM.
This is blocked by https://github.com/poanetwork/mana/issues/541
It would be great to hook this up now, even if it's only run as an optional param until we improve our performance. Thoughts?