diff options
author | winsvega <winsvega@mail.ru> | 2017-04-19 00:27:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-19 00:27:54 +0800 |
commit | 789c43bdbb4cb5913e28f855df35703ac87a40c9 (patch) | |
tree | bf457f52f0bc329311628a80bef5c2d716e790d7 /src | |
parent | ef191fdc61cf76cdb9cdc147465fb447304b0ed2 (diff) | |
parent | b6b73cdcfa0e7a897e26efa81cafb96e08bfc8e3 (diff) | |
download | tangerine-tests-789c43bdbb4cb5913e28f855df35703ac87a40c9.tar tangerine-tests-789c43bdbb4cb5913e28f855df35703ac87a40c9.tar.gz tangerine-tests-789c43bdbb4cb5913e28f855df35703ac87a40c9.tar.bz2 tangerine-tests-789c43bdbb4cb5913e28f855df35703ac87a40c9.tar.lz tangerine-tests-789c43bdbb4cb5913e28f855df35703ac87a40c9.tar.xz tangerine-tests-789c43bdbb4cb5913e28f855df35703ac87a40c9.tar.zst tangerine-tests-789c43bdbb4cb5913e28f855df35703ac87a40c9.zip |
Merge pull request #152 from ethereum/yanntouchzeroaddres
correct zeroSigOOG test to touch nullsender account
Diffstat (limited to 'src')
-rw-r--r-- | src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionOOGFiller.json | 40 |
1 files changed, 38 insertions, 2 deletions
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionOOGFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionOOGFiller.json index 3e74db2f7..38de2584b 100644 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionOOGFiller.json +++ b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionOOGFiller.json @@ -15,7 +15,43 @@ "gas" : [1,2], "value" : -1 }, - "network" : ["ALL"], + "network" : ["Frontier", "Homestead", "EIP150"], + "result" : { + "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x00" + } + }, + "ffffffffffffffffffffffffffffffffffffffff" : { + "nonce" : "0" + } + } + }, + { + "indexes" : { + "data" : 0, + "gas" : [1], + "value" : -1 + }, + "network" : ["EIP158", "Metropolis"], + "result" : { + "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x00" + } + }, + "ffffffffffffffffffffffffffffffffffffffff" : { + "nonce" : "0" + } + } + }, + { + "indexes" : { + "data" : 1, + "gas" : [1,2], + "value" : -1 + }, + "network" : ["EIP158", "Metropolis"], "result" : { "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { @@ -41,7 +77,7 @@ } }, "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" + "shouldnotexist" : "1" } } } |