diff options
author | winsvega <winsvega@mail.ru> | 2015-02-06 23:28:48 +0800 |
---|---|---|
committer | winsvega <winsvega@mail.ru> | 2015-02-06 23:28:48 +0800 |
commit | 4d760868602ec35e4d6013c854b405d5b6def8a8 (patch) | |
tree | f4a535794981ecb356528118fa81234dd338c92c /vmtestsFiller.json | |
parent | 56125431cbc3b0a2a2b319bb692a7adbce35cbd8 (diff) | |
download | dexon-solidity-4d760868602ec35e4d6013c854b405d5b6def8a8.tar dexon-solidity-4d760868602ec35e4d6013c854b405d5b6def8a8.tar.gz dexon-solidity-4d760868602ec35e4d6013c854b405d5b6def8a8.tar.bz2 dexon-solidity-4d760868602ec35e4d6013c854b405d5b6def8a8.tar.lz dexon-solidity-4d760868602ec35e4d6013c854b405d5b6def8a8.tar.xz dexon-solidity-4d760868602ec35e4d6013c854b405d5b6def8a8.tar.zst dexon-solidity-4d760868602ec35e4d6013c854b405d5b6def8a8.zip |
nonce value from 0 to "0" in fillers
Diffstat (limited to 'vmtestsFiller.json')
-rw-r--r-- | vmtestsFiller.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/vmtestsFiller.json b/vmtestsFiller.json index 6dce8bff..75bf1da8 100644 --- a/vmtestsFiller.json +++ b/vmtestsFiller.json @@ -5,13 +5,13 @@ "currentNumber" : "0", "currentGasLimit" : "1000000", "currentDifficulty" : "256", - "currentTimestamp" : 1, + "currentTimestamp" : "1", "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" }, "pre" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "1000000000000000000", - "nonce" : 0, + "nonce" : "0", "code" : "(suicide (caller))", "storage": {} } @@ -33,13 +33,13 @@ "currentNumber" : "0", "currentGasLimit" : "1000000", "currentDifficulty" : "256", - "currentTimestamp" : 1, + "currentTimestamp" : "1", "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" }, "pre" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "1000000000000000000", - "nonce" : 0, + "nonce" : "0", "code" : "{ (call (- (gas) 200) (caller) (+ 2 2 (* 4 4 4) (/ 2 2) (% 3 2) (- 8 2 2)) 0 0 0 0) }", "storage": {} } @@ -61,13 +61,13 @@ "currentNumber" : "0", "currentGasLimit" : "1000000", "currentDifficulty" : "256", - "currentTimestamp" : 1, + "currentTimestamp" : "1", "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" }, "pre" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "1000000000000000000", - "nonce" : 0, + "nonce" : "0", "code" : "(seq (when (and 1 1) (call (- (gas) 200) (caller) 2 0 0 0 0)) (when (and 1 0) (call (- (gas) 200) (caller) 3 0 0 0 0)) (when (and 0 1) (call (- (gas) 200) (caller) 4 0 0 0 0)) (when (and 0 0) (call (- (gas) 200) (caller) 5 0 0 0 0)) (when (or 1 1) (call (- (gas) 200) (caller) 12 0 0 0 0)) (when (or 1 0) (call (- (gas) 200) (caller) 13 0 0 0 0)) (when (or 0 1) (call (- (gas) 200) (caller) 14 0 0 0 0)) (when (or 0 0) (call (- (gas) 200) (caller) 15 0 0 0 0)) )", "storage": {} } @@ -89,13 +89,13 @@ "currentNumber" : "0", "currentGasLimit" : "1000000", "currentDifficulty" : "256", - "currentTimestamp" : 1, + "currentTimestamp" : "1", "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" }, "pre" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "1000000000000000000", - "nonce" : 0, + "nonce" : "0", "code" : "(call (- (gas) 200) (caller) 500000000000000000 0 0 0 0)", "storage": {} } |