diff options
author | winsvega <winsvega@mail.ru> | 2015-01-23 07:48:15 +0800 |
---|---|---|
committer | winsvega <winsvega@mail.ru> | 2015-01-23 07:48:15 +0800 |
commit | 0f7b1b33445ebc61b295da4fa0722c66158dc0d3 (patch) | |
tree | 01f8aa4dc83aa66a5ed617b923851d351f83c096 /stTransactionTestFiller.json | |
parent | 7bf407dbe4cb0e2197c6ce626ceed69ac548b44e (diff) | |
download | dexon-solidity-0f7b1b33445ebc61b295da4fa0722c66158dc0d3.tar dexon-solidity-0f7b1b33445ebc61b295da4fa0722c66158dc0d3.tar.gz dexon-solidity-0f7b1b33445ebc61b295da4fa0722c66158dc0d3.tar.bz2 dexon-solidity-0f7b1b33445ebc61b295da4fa0722c66158dc0d3.tar.lz dexon-solidity-0f7b1b33445ebc61b295da4fa0722c66158dc0d3.tar.xz dexon-solidity-0f7b1b33445ebc61b295da4fa0722c66158dc0d3.tar.zst dexon-solidity-0f7b1b33445ebc61b295da4fa0722c66158dc0d3.zip |
transaction tests, bound tests
Diffstat (limited to 'stTransactionTestFiller.json')
-rw-r--r-- | stTransactionTestFiller.json | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/stTransactionTestFiller.json b/stTransactionTestFiller.json index c1c71a53..cd42af79 100644 --- a/stTransactionTestFiller.json +++ b/stTransactionTestFiller.json @@ -414,4 +414,97 @@ } }, + "TransactionNonceCheck" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "45678256", + "currentGasLimit" : "1000000", + "currentNumber" : "0", + "currentTimestamp" : 1, + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "pre" : + { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "100000", + "code" : "", + "nonce" : "10", + "storage" : { + } + } + }, + "transaction" : + { + "data" : "", + "gasLimit" : "1000", + "gasPrice" : "1", + "nonce" : "0", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10" + } + }, + + "TransactionNonceCheck2" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "45678256", + "currentGasLimit" : "1000000", + "currentNumber" : "0", + "currentTimestamp" : 1, + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "pre" : + { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "100000", + "code" : "", + "nonce" : "0", + "storage" : { + } + } + }, + "transaction" : + { + "data" : "", + "gasLimit" : "1000", + "gasPrice" : "1", + "nonce" : "10", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10" + } + }, + + "TransactionCosts555" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "45678256", + "currentGasLimit" : "1000000", + "currentNumber" : "0", + "currentTimestamp" : 1, + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "pre" : + { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "100000", + "code" : "", + "nonce" : "0", + "storage" : { + } + } + }, + "transaction" : + { + "data" : "0x00000000000000000000112233445566778f32", + "gasLimit" : "1000", + "gasPrice" : "1", + "nonce" : "0", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "0" + } + }, + } |