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
Enabling the validate flag should pretty much work now for PoW chains. PoA chains like Rinkeby will still fail validation until these issues are solved:
Description
Currently validation on chain syncing is not taking place, the blockchain class is initialized with validation set to
false
.This should be changed. 😄
Possible Implementation
Work is largely taking place on the
ethereumjs-block
library, which has to be backported to support thepre-Byzantium
validation rules, see PR below.Depends on ethereumjs/ethereumjs-block#46 and ethereumjs/ethereumjs-blockchain#54.
The text was updated successfully, but these errors were encountered: