mana icon indicating copy to clipboard operation
mana copied to clipboard

Validate PoW in Block Header Validity

Open germsvel opened this issue 7 years ago • 1 comments

Validate proof-of-work part of the Block Header Validity (defined as V(H) - eq 50 of Yellow Paper).

screen shot 2018-08-27 at 3 54 46 pm

For more context on PoW see eq 49: screen shot 2018-08-27 at 3 57 17 pm

Note: this was a TODO note on Block.Header.validate in EVM.

This is blocked by https://github.com/poanetwork/mana/issues/541

germsvel avatar Aug 27 '18 19:08 germsvel

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?

hayesgm avatar Nov 30 '18 07:11 hayesgm