diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-06-08 22:54:37 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-06-08 22:54:37 +0800 |
commit | a805c1f92514e2480fe57d05757c67fc090a7a7c (patch) | |
tree | 24cfec5fb3e9e4d9eda45c9db0c847ba6363c08f /StateTests/stSpecialTest.json | |
parent | 20533bd13e404300c214ac5a03a06291babcadb5 (diff) | |
download | dexon-tests-a805c1f92514e2480fe57d05757c67fc090a7a7c.tar dexon-tests-a805c1f92514e2480fe57d05757c67fc090a7a7c.tar.gz dexon-tests-a805c1f92514e2480fe57d05757c67fc090a7a7c.tar.bz2 dexon-tests-a805c1f92514e2480fe57d05757c67fc090a7a7c.tar.lz dexon-tests-a805c1f92514e2480fe57d05757c67fc090a7a7c.tar.xz dexon-tests-a805c1f92514e2480fe57d05757c67fc090a7a7c.tar.zst dexon-tests-a805c1f92514e2480fe57d05757c67fc090a7a7c.zip |
move test from stSpecialTest to transaction test
Diffstat (limited to 'StateTests/stSpecialTest.json')
-rw-r--r-- | StateTests/stSpecialTest.json | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/StateTests/stSpecialTest.json b/StateTests/stSpecialTest.json index 02d503c4f..28b81ac25 100644 --- a/StateTests/stSpecialTest.json +++ b/StateTests/stSpecialTest.json @@ -418,62 +418,5 @@ "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", "value" : "0x0186a0" } - }, - "txfrom0_deja" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "logs" : [ - ], - "out" : "0x", - "post" : { - "0000000000000000000000000000000000000000" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x", - "nonce" : "0x00", - "storage" : { - } - }, - "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x6042601f53600064ffffffffff2080", - "nonce" : "0x00", - "storage" : { - } - } - }, - "postStateRoot" : "731ce65455ab36db196d2c96d228582e8c2fd0afef38c4104a5466bb21d38674", - "pre" : { - "0000000000000000000000000000000000000000" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x", - "nonce" : "0x00", - "storage" : { - } - }, - "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x6042601f53600064ffffffffff2080", - "nonce" : "0x00", - "storage" : { - } - } - }, - "transaction" : { - "data" : "", - "gasLimit" : "0x0f4240", - "gasPrice" : "0x00", - "nonce" : "0x00", - "r" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", - "s" : "0xbadf00d70ec28c94a3b55ec771bcbc70778d6ee0b51ca7ea9514594c861b1884", - "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", - "v" : "0x1b", - "value" : "0x0186a0" - } } }
\ No newline at end of file |