diff options
author | Dimitry <dimitry@ethereum.org> | 2017-10-13 16:47:31 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2017-10-13 16:47:31 +0800 |
commit | 5b6650b4d34f950e493f539df8d5e321f36ebb8b (patch) | |
tree | cec7858fa287d5dd002c2b95e82bff0c921989e3 /src/GeneralStateTestsFiller/stRandom2/randomStatetest450Filler.json | |
parent | 93c0c1ad9791dc6a0e93a39758f0639b50462f50 (diff) | |
download | dexon-tests-5b6650b4d34f950e493f539df8d5e321f36ebb8b.tar dexon-tests-5b6650b4d34f950e493f539df8d5e321f36ebb8b.tar.gz dexon-tests-5b6650b4d34f950e493f539df8d5e321f36ebb8b.tar.bz2 dexon-tests-5b6650b4d34f950e493f539df8d5e321f36ebb8b.tar.lz dexon-tests-5b6650b4d34f950e493f539df8d5e321f36ebb8b.tar.xz dexon-tests-5b6650b4d34f950e493f539df8d5e321f36ebb8b.tar.zst dexon-tests-5b6650b4d34f950e493f539df8d5e321f36ebb8b.zip |
split large test suites
Diffstat (limited to 'src/GeneralStateTestsFiller/stRandom2/randomStatetest450Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stRandom2/randomStatetest450Filler.json | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/src/GeneralStateTestsFiller/stRandom2/randomStatetest450Filler.json b/src/GeneralStateTestsFiller/stRandom2/randomStatetest450Filler.json new file mode 100644 index 000000000..0ef4455ad --- /dev/null +++ b/src/GeneralStateTestsFiller/stRandom2/randomStatetest450Filler.json @@ -0,0 +1,84 @@ +{ + "randomStatetest450" : { + "env" : { + "currentCoinbase" : "945304eb96065b2a98b57a48a06ae28d285a71b5", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x7fffffffffffffff", + "currentNumber" : "0x01", + "currentTimestamp" : "1000", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "expect" : [ + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : ["Frontier", "Homestead"], + "result" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x50f09196", + "code" : "0x7f00000000000000000000000000000000000000000000000000000000000000007f000000000000000000000000945304eb96065b2a98b57a48a06ae28d285a71b57fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000945304eb96065b2a98b57a48a06ae28d285a71b5357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000c3507f0000000000000000000000010000000000000000000000000000000000000000033a8060005155", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x01" + } + }, + "945304eb96065b2a98b57a48a06ae28d285a71b5" : { + "balance" : "0xc1ab", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b35672aced", + "code" : "0x", + "nonce" : "0x01", + "storage" : { + } + } + } + } + ], + "pre" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x00", + "code" : "0x7f00000000000000000000000000000000000000000000000000000000000000007f000000000000000000000000945304eb96065b2a98b57a48a06ae28d285a71b57fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000945304eb96065b2a98b57a48a06ae28d285a71b5357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000c3507f0000000000000000000000010000000000000000000000000000000000000000033a8060005155", + "nonce" : "0x00", + "storage" : { + } + }, + "945304eb96065b2a98b57a48a06ae28d285a71b5" : { + "balance" : "0x2e", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x7f00000000000000000000000000000000000000000000000000000000000000007f000000000000000000000000945304eb96065b2a98b57a48a06ae28d285a71b57fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000945304eb96065b2a98b57a48a06ae28d285a71b5357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000c3507f0000000000000000000000010000000000000000000000000000000000000000033a80" + ], + "gasLimit" : [ + "0x3ccd2021" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : [ + "0x50f09196" + ] + } + } +} |