Open
Description
ethereum/execution-spec-tests#1086
it seems that protected transactions where V is defined as
if self.protected:
v += 35 + (self.chain_id * 2)
are accepted by evmone even if fork is Frontier or Homestead. before such signature rule was introduced.
its a minor thing.