Yoichi Hirai bb6115b737 vm, ethapi: add limit option to traceTransaction
that specifies the maximum number of elements in the `structLogs`
output.  This option is useful for debugging a transaction that
involves a large number of repetition.

For example,
```
debug.traceTransaction(tx, {disableStorage: true, limit: 2})
```
shows at most the first two steps in the `structLogs`.
2016-09-30 17:36:00 +02:00
..
2014-12-04 10:28:02 +01:00
2016-04-15 11:17:27 +02:00
2015-08-20 18:50:47 +02:00
2016-04-15 09:48:05 +02:00
2016-08-17 17:39:04 +02:00