Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
tests: enable TransactionTests Istanbul case (ethereum#20337)
Browse files Browse the repository at this point in the history
  • Loading branch information
meowsbits authored and elizabethengelman committed Dec 20, 2019
1 parent 4380659 commit 5d287ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/transaction_test_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ func (tt *TransactionTest) Run(config *params.ChainConfig) error {
{"EIP158", types.NewEIP155Signer(config.ChainID), tt.EIP158, true, false},
{"Byzantium", types.NewEIP155Signer(config.ChainID), tt.Byzantium, 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)

Expand Down

0 comments on commit 5d287ee

Please sign in to comment.