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
See Yellow Paper section 11.1 "Uncle Validation". Part of validation of an uncle is the block header validity function (V). Only the PoW nonce check from V is currently implemented.
See Yellow Paper section 11.1 "Uncle Validation". Part of validation of an uncle is the block header validity function (V). Only the PoW nonce check from V is currently implemented.
Uncle validation code: https://github.com/ethereum/go-ethereum/blob/develop/core/block_processor.go#L280
STATUS: OPEN
The text was updated successfully, but these errors were encountered: