diff options
author | Dimitry <winsvega@mail.ru> | 2016-12-19 20:56:50 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-12-19 20:56:50 +0800 |
commit | bedfa3a50a8daf3161e6795eabbf4bfd7d359c48 (patch) | |
tree | 1d188932922e0c6d1f26f43321e351727443a386 /src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItselfFiller.json | |
parent | 60075171252faccb5cb761939fd0e49f88e40204 (diff) | |
download | dexon-tests-bedfa3a50a8daf3161e6795eabbf4bfd7d359c48.tar.gz dexon-tests-bedfa3a50a8daf3161e6795eabbf4bfd7d359c48.tar.zst dexon-tests-bedfa3a50a8daf3161e6795eabbf4bfd7d359c48.zip |
EIP150 to GeneralTests Convertion
Diffstat (limited to 'src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItselfFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItselfFiller.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItselfFiller.json b/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItselfFiller.json index ff3c651b5..f9803c031 100644 --- a/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItselfFiller.json +++ b/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItselfFiller.json @@ -83,6 +83,31 @@ "balance" : "999999946250" } } + }, + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : ["EIP150"], + "result" : { + "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "shouldnotexist" : "1" + }, + "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0", + "storage" : { + "0x01" : "12" + } + }, + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "59400" + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "999999940590" + } + } } ], "pre" : |