diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-02-25 05:46:56 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-02-25 05:46:56 +0800 |
commit | 33c8c2bd7ef8d076b0f65acf478e5ebf2e513221 (patch) | |
tree | aa80d97774c64954a1cf16a6ffc247143dfb4250 /StateTests/stSolidityTest.json | |
parent | e8c84bdf56f811f9ede1f9d1c797961ae5765a7e (diff) | |
download | dexon-tests-33c8c2bd7ef8d076b0f65acf478e5ebf2e513221.tar dexon-tests-33c8c2bd7ef8d076b0f65acf478e5ebf2e513221.tar.gz dexon-tests-33c8c2bd7ef8d076b0f65acf478e5ebf2e513221.tar.bz2 dexon-tests-33c8c2bd7ef8d076b0f65acf478e5ebf2e513221.tar.lz dexon-tests-33c8c2bd7ef8d076b0f65acf478e5ebf2e513221.tar.xz dexon-tests-33c8c2bd7ef8d076b0f65acf478e5ebf2e513221.tar.zst dexon-tests-33c8c2bd7ef8d076b0f65acf478e5ebf2e513221.zip |
add quadratic complexity tests
Diffstat (limited to 'StateTests/stSolidityTest.json')
-rw-r--r-- | StateTests/stSolidityTest.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/StateTests/stSolidityTest.json b/StateTests/stSolidityTest.json index 7e17bbd1d..f1ecbe407 100644 --- a/StateTests/stSolidityTest.json +++ b/StateTests/stSolidityTest.json @@ -1,5 +1,5 @@ { - "AmbigiousMethod" : { + "AmbiguousMethod" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "45678256", @@ -200,14 +200,14 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "7000", + "balance" : "2000", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "92999", + "balance" : "97999", "code" : "0x", "nonce" : "1", "storage" : { @@ -233,7 +233,7 @@ "transaction" : { "//" : "testRecursiveMethods()", "data" : "0x981a3165", - "gasLimit" : "7000", + "gasLimit" : "2000", "gasPrice" : "1", "nonce" : "0", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", |