diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-02-25 05:35:15 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-02-25 21:18:55 +0800 |
commit | 296e917a6a177ce27f832936887fb154a787e6b9 (patch) | |
tree | 0e942452f4a190da5c0b53f147a739fa464acd11 /stSolidityTestFiller.json | |
parent | 4c3e1f7c4a56bcc2cc216e15fa05522e762f1d0e (diff) | |
download | dexon-solidity-296e917a6a177ce27f832936887fb154a787e6b9.tar.gz dexon-solidity-296e917a6a177ce27f832936887fb154a787e6b9.tar.zst dexon-solidity-296e917a6a177ce27f832936887fb154a787e6b9.zip |
add quadratic complexity tests
Diffstat (limited to 'stSolidityTestFiller.json')
-rw-r--r-- | stSolidityTestFiller.json | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/stSolidityTestFiller.json b/stSolidityTestFiller.json index 253ba801..549c5f22 100644 --- a/stSolidityTestFiller.json +++ b/stSolidityTestFiller.json @@ -525,60 +525,5 @@ "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", "value" : "1" } - }, - - "QuadraticComplexity" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "45678256", - "currentGasLimit" : "100000000", - "currentNumber" : "0", - "currentTimestamp" : 1, - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "pre" : - { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "10000000", - "//" : "contract caller ", - "//" : "{ ", - "//" : " int value; ", - "//" : " function run(int count) ", - "//" : " { ", - "//" : " value = count; ", - "//" : " address a = 0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b; ", - "//" : " while(count > 0) ", - "//" : " { ", - "//" : " a.call('just', 'call'); ", - "//" : " count = count - 1; ", - "//" : " } ", - "//" : " } ", - "//" : "} ", - "code" : "0x60003560e060020a9004806361a4770614601557005b601e6004356024565b60006000f35b60008160008190555073b94f5374fce5edbc8e2a8697c15331677e6ebf0b90505b600082131560bf5780600160a060020a03166000600060007f6a7573740000000000000000000000000000000000000000000000000000000081526004017f63616c6c000000000000000000000000000000000000000000000000000000008152602001600060008560155a03f150506001820391506045565b505056", - "nonce" : "0", - "storage" : { - } - }, - - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "100000", - "code" : "{ (CALLDATACOPY 0 0 32) }", - "nonce" : "0", - "storage" : { - } - } - }, - "transaction" : - { - "//" : "run(int256)", - "data" : "0x61a47706000000000000000000000000000000000000000000000000000000000000c350", - "gasLimit" : "904+68*x+e", - "gasLimit" : "3500000", - "gasPrice" : "1", - "nonce" : "0", - "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", - "to" : "a94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "value" : "1" - } } } |