diff options
author | subtly <subtly@users.noreply.github.com> | 2015-03-08 01:35:59 +0800 |
---|---|---|
committer | subtly <subtly@users.noreply.github.com> | 2015-03-08 01:35:59 +0800 |
commit | c46b429993f631c2579fed0aed8b4e18d5fd4948 (patch) | |
tree | ce95149aa030eda1a0be86c79395b93abae8fab5 /vmtestsFiller.json | |
parent | 1e91b7d1deabd69bcc969e98a128edf71f35c780 (diff) | |
parent | 986fdb9d5fef87769caa140d9b4903178cf1874a (diff) | |
download | dexon-solidity-c46b429993f631c2579fed0aed8b4e18d5fd4948.tar dexon-solidity-c46b429993f631c2579fed0aed8b4e18d5fd4948.tar.gz dexon-solidity-c46b429993f631c2579fed0aed8b4e18d5fd4948.tar.bz2 dexon-solidity-c46b429993f631c2579fed0aed8b4e18d5fd4948.tar.lz dexon-solidity-c46b429993f631c2579fed0aed8b4e18d5fd4948.tar.xz dexon-solidity-c46b429993f631c2579fed0aed8b4e18d5fd4948.tar.zst dexon-solidity-c46b429993f631c2579fed0aed8b4e18d5fd4948.zip |
Merge branch 'develop' into p2p
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" : "" } } |