diff options
author | winsvega <winsvega@mail.ru> | 2015-03-05 17:48:30 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-03-06 19:46:24 +0800 |
commit | 1a31a9aa73c88cea8de46413c2f07dd9a532a59d (patch) | |
tree | 770e7a1408f5eca00da3c43fe6c2109b0a90f64b /vmtestsFiller.json | |
parent | 585762f3de211db1a74c5d49daaf98062dbe4b25 (diff) | |
download | dexon-solidity-1a31a9aa73c88cea8de46413c2f07dd9a532a59d.tar dexon-solidity-1a31a9aa73c88cea8de46413c2f07dd9a532a59d.tar.gz dexon-solidity-1a31a9aa73c88cea8de46413c2f07dd9a532a59d.tar.bz2 dexon-solidity-1a31a9aa73c88cea8de46413c2f07dd9a532a59d.tar.lz dexon-solidity-1a31a9aa73c88cea8de46413c2f07dd9a532a59d.tar.xz dexon-solidity-1a31a9aa73c88cea8de46413c2f07dd9a532a59d.tar.zst dexon-solidity-1a31a9aa73c88cea8de46413c2f07dd9a532a59d.zip |
VMTest Fillers
execution gas amount changed
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 75bf1da8..c9f157f1 100644 --- a/vmtestsFiller.json +++ b/vmtestsFiller.json @@ -10,7 +10,7 @@ }, "pre" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "1000000000000000000", + "balance" : "100000000000000000000000", "nonce" : "0", "code" : "(suicide (caller))", "storage": {} @@ -23,7 +23,7 @@ "value" : "1000000000000000000", "data" : "", "gasPrice" : "100000000000000", - "gas" : "10000" + "gas" : "100000" } }, @@ -38,7 +38,7 @@ }, "pre" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "1000000000000000000", + "balance" : "100000000000000000000000", "nonce" : "0", "code" : "{ (call (- (gas) 200) (caller) (+ 2 2 (* 4 4 4) (/ 2 2) (% 3 2) (- 8 2 2)) 0 0 0 0) }", "storage": {} @@ -51,7 +51,7 @@ "value" : "1000000000000000000", "data" : "", "gasPrice" : "100000000000000", - "gas" : "10000" + "gas" : "100000" } }, @@ -66,7 +66,7 @@ }, "pre" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "1000000000000000000", + "balance" : "100000000000000000000000", "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": {} @@ -79,7 +79,7 @@ "value" : "1000000000000000000", "data" : "", "gasPrice" : "100000000000000", - "gas" : "10000" + "gas" : "100000" } }, @@ -94,7 +94,7 @@ }, "pre" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "1000000000000000000", + "balance" : "100000000000000000000000", "nonce" : "0", "code" : "(call (- (gas) 200) (caller) 500000000000000000 0 0 0 0)", "storage": {} @@ -107,7 +107,7 @@ "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681", "value" : "1000000000000000000", "gasPrice" : "100000000000000", - "gas" : "10000", + "gas" : "100000", "data" : "" } } |