diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-02-24 17:14:36 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-02-24 17:14:36 +0800 |
commit | e48576ada32edf3e68ab025c867c0b73dfde2950 (patch) | |
tree | 94683b27406b34df8aa9ee4b1f05126d59d05fef /StateTests/stTransactionTest.json | |
parent | cb52754e6c9f17e0ed841ea8939fc00db6a57adb (diff) | |
download | go-tangerine-e48576ada32edf3e68ab025c867c0b73dfde2950.tar go-tangerine-e48576ada32edf3e68ab025c867c0b73dfde2950.tar.gz go-tangerine-e48576ada32edf3e68ab025c867c0b73dfde2950.tar.bz2 go-tangerine-e48576ada32edf3e68ab025c867c0b73dfde2950.tar.lz go-tangerine-e48576ada32edf3e68ab025c867c0b73dfde2950.tar.xz go-tangerine-e48576ada32edf3e68ab025c867c0b73dfde2950.tar.zst go-tangerine-e48576ada32edf3e68ab025c867c0b73dfde2950.zip |
remove impossible tests, add create hash collision test
Diffstat (limited to 'StateTests/stTransactionTest.json')
-rw-r--r-- | StateTests/stTransactionTest.json | 119 |
1 files changed, 2 insertions, 117 deletions
diff --git a/StateTests/stTransactionTest.json b/StateTests/stTransactionTest.json index 3c4c2d31d..03f9da27b 100644 --- a/StateTests/stTransactionTest.json +++ b/StateTests/stTransactionTest.json @@ -1258,121 +1258,6 @@ "value" : "502" } }, - "TransactionMakeAccountBalanceOverflow" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "45678256", - "currentGasLimit" : "1000000", - "currentNumber" : "0", - "currentTimestamp" : 1, - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "logs" : [ - ], - "out" : "0x", - "post" : { - "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "500", - "code" : "0x", - "nonce" : "0", - "storage" : { - } - }, - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "99400", - "code" : "0x", - "nonce" : "1", - "storage" : { - } - }, - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "99", - "code" : "0x", - "nonce" : "0", - "storage" : { - } - } - }, - "pre" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "100000", - "code" : "0x", - "nonce" : "0", - "storage" : { - } - }, - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "115792089237316195423570985008687907853269984665640564039457584007913129639935", - "code" : "0x", - "nonce" : "0", - "storage" : { - } - } - }, - "transaction" : { - "data" : "", - "gasLimit" : "1000", - "gasPrice" : "1", - "nonce" : "0", - "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", - "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "value" : "100" - } - }, - "TransactionMakeAccountNonceOverflow" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "1", - "currentGasLimit" : "1000000", - "currentNumber" : "0", - "currentTimestamp" : 1, - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "logs" : [ - ], - "out" : "0x", - "post" : { - "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "500", - "code" : "0x", - "nonce" : "0", - "storage" : { - } - }, - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "99400", - "code" : "0x", - "nonce" : "10001", - "storage" : { - } - }, - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "100", - "code" : "0x", - "nonce" : "0", - "storage" : { - } - } - }, - "pre" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "100000", - "code" : "0x", - "nonce" : "10000", - "storage" : { - } - } - }, - "transaction" : { - "data" : "", - "gasLimit" : "1000", - "gasPrice" : "1", - "nonce" : "10000", - "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", - "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "value" : "100" - } - }, "TransactionNonceCheck" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", @@ -1611,7 +1496,7 @@ "gasPrice" : "1", "nonce" : "0", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", - "to" : "ffffffffffffffffffffffffffffffffffffffff", + "to" : "0xffffffffffffffffffffffffffffffffffffffff", "value" : "100" } }, @@ -1836,4 +1721,4 @@ "value" : "900" } } -} +}
\ No newline at end of file |