diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-02 23:36:34 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-02 23:36:34 +0800 |
commit | 4f3f881c9be0b590e6e28fda295257e8d15d5f02 (patch) | |
tree | 09dae10dca5950c0f402128535245bbc1915b26d /tests/files/StateTests/stSpecialTest.json | |
parent | b13735b40024ccc704a4c343b2985165a3bc66f4 (diff) | |
download | dexon-4f3f881c9be0b590e6e28fda295257e8d15d5f02.tar dexon-4f3f881c9be0b590e6e28fda295257e8d15d5f02.tar.gz dexon-4f3f881c9be0b590e6e28fda295257e8d15d5f02.tar.bz2 dexon-4f3f881c9be0b590e6e28fda295257e8d15d5f02.tar.lz dexon-4f3f881c9be0b590e6e28fda295257e8d15d5f02.tar.xz dexon-4f3f881c9be0b590e6e28fda295257e8d15d5f02.tar.zst dexon-4f3f881c9be0b590e6e28fda295257e8d15d5f02.zip |
removed tests
Diffstat (limited to 'tests/files/StateTests/stSpecialTest.json')
-rw-r--r-- | tests/files/StateTests/stSpecialTest.json | 117 |
1 files changed, 0 insertions, 117 deletions
diff --git a/tests/files/StateTests/stSpecialTest.json b/tests/files/StateTests/stSpecialTest.json deleted file mode 100644 index 04c6bd1fe..000000000 --- a/tests/files/StateTests/stSpecialTest.json +++ /dev/null @@ -1,117 +0,0 @@ -{ - "OverflowGasMakeMoney" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "45678256", - "currentGasLimit" : "115792089237316195423570985008687907853269984665640564039457584007913129639935", - "currentNumber" : "0", - "currentTimestamp" : 1, - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "logs" : [ - ], - "out" : "0x", - "post" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "1000", - "code" : "0x", - "nonce" : "0", - "storage" : { - } - } - }, - "pre" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "1000", - "code" : "0x", - "nonce" : "0", - "storage" : { - } - } - }, - "transaction" : { - "data" : "", - "gasLimit" : "115792089237316195423570985008687907853269984665640564039457584007913129639435", - "gasPrice" : "1", - "nonce" : "0", - "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", - "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "value" : "501" - } - }, - "makeMoney" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "256", - "currentGasLimit" : "1000000", - "currentNumber" : "0", - "currentTimestamp" : 1, - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "logs" : [ - ], - "out" : "0x", - "post" : { - "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "1000000000000000010", - "code" : "0x7b601080600c6000396000f200600035541560095700602035600035556000526000600060006000601773aaaaaaaaace5edbc8e2a8697c15331677e6ebf0b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf1", - "nonce" : "0", - "storage" : { - } - }, - "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "850", - "code" : "0x", - "nonce" : "0", - "storage" : { - } - }, - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "140", - "code" : "0x", - "nonce" : "1", - "storage" : { - } - }, - "aaaaaaaaace5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "1000000000000000000", - "code" : "0x600160015532600255", - "nonce" : "0", - "storage" : { - } - } - }, - "pre" : { - "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "1000000000000000000", - "code" : "0x7b601080600c6000396000f200600035541560095700602035600035556000526000600060006000601773aaaaaaaaace5edbc8e2a8697c15331677e6ebf0b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf1", - "nonce" : "0", - "storage" : { - } - }, - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "1000", - "code" : "0x", - "nonce" : "0", - "storage" : { - } - }, - "aaaaaaaaace5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "1000000000000000000", - "code" : "0x600160015532600255", - "nonce" : "0", - "storage" : { - } - } - }, - "transaction" : { - "data" : "", - "gasLimit" : "850", - "gasPrice" : "1", - "nonce" : "0", - "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", - "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", - "value" : "10" - } - } -}
\ No newline at end of file |