tests: enable TransactionTests Istanbul case

This commit is contained in:
meows 2019-11-20 07:37:46 -05:00
parent 3a4a3d080b
commit 2f1522226e
No known key found for this signature in database
GPG key ID: 5786AEA5C8D5A520

View file

@ -80,8 +80,7 @@ func (tt *TransactionTest) Run(config *params.ChainConfig) error {
{"EIP158", types.NewEIP155Signer(config.ChainID), tt.EIP158, true, false}, {"EIP158", types.NewEIP155Signer(config.ChainID), tt.EIP158, true, false},
{"Byzantium", types.NewEIP155Signer(config.ChainID), tt.Byzantium, true, false}, {"Byzantium", types.NewEIP155Signer(config.ChainID), tt.Byzantium, true, false},
{"Constantinople", types.NewEIP155Signer(config.ChainID), tt.Constantinople, true, false}, {"Constantinople", types.NewEIP155Signer(config.ChainID), tt.Constantinople, true, false},
//TODO! @holiman or @rjl493456442 : enable this after tests have been updated for Istanbul {"Istanbul", types.NewEIP155Signer(config.ChainID), tt.Istanbul, true, true},
//{"Istanbul", types.NewEIP155Signer(config.ChainID), tt.Istanbul, true, true},
} { } {
sender, txhash, err := validateTx(tt.RLP, testcase.signer, testcase.isHomestead, testcase.isIstanbul) sender, txhash, err := validateTx(tt.RLP, testcase.signer, testcase.isHomestead, testcase.isIstanbul)