diff options
author | Dimitry <dimitry@ethereum.org> | 2018-03-23 22:12:46 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-05-15 22:43:32 +0800 |
commit | 65184583143d1c31f0c360280bc247c952f25ae4 (patch) | |
tree | d837b57f599b845a5659cc453c7a7d95fd33b8c7 /src/GeneralStateTestsFiller/stCallCreateCallCodeTest | |
parent | a55c8c39203d3ae6c65a1517b8c001b274f41d10 (diff) | |
download | dexon-tests-65184583143d1c31f0c360280bc247c952f25ae4.tar dexon-tests-65184583143d1c31f0c360280bc247c952f25ae4.tar.gz dexon-tests-65184583143d1c31f0c360280bc247c952f25ae4.tar.bz2 dexon-tests-65184583143d1c31f0c360280bc247c952f25ae4.tar.lz dexon-tests-65184583143d1c31f0c360280bc247c952f25ae4.tar.xz dexon-tests-65184583143d1c31f0c360280bc247c952f25ae4.tar.zst dexon-tests-65184583143d1c31f0c360280bc247c952f25ae4.zip |
fix more tests
Diffstat (limited to 'src/GeneralStateTestsFiller/stCallCreateCallCodeTest')
-rw-r--r-- | src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createNameRegistratorPerTxsNotEnoughGasFiller.json | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createNameRegistratorPerTxsNotEnoughGasFiller.json b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createNameRegistratorPerTxsNotEnoughGasFiller.json index 3ce51c24a..a3bd2db11 100644 --- a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createNameRegistratorPerTxsNotEnoughGasFiller.json +++ b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createNameRegistratorPerTxsNotEnoughGasFiller.json @@ -10,15 +10,28 @@ }, "expect" : [ { - "indexes" : { "data" : -1, "gas" : -1, "value" : -1}, + "indexes" : { "data" : -1, "gas" : 0, "value" : -1}, "network" : ["Frontier"], "result" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a7640000", + "balance" : "1000000000000000000", "nonce" : "0x00" }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x00" + "balance" : "0" + } + } + }, + { + "indexes" : { "data" : -1, "gas" : 1, "value" : -1}, + "network" : ["Frontier"], + "result" : { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a761d192", + "nonce" : "0x01" + }, + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0xa7ce" } } }, |