plugeth/internal
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
..
build build: add ci.go, use it everywhere 2016-06-22 13:42:39 +02:00
debug cmd/geth: codegansta/cli package renamed to urfave/cli 2016-06-09 15:37:13 +02:00
ethapi vm, ethapi: add limit option to traceTransaction 2016-09-30 17:36:00 +02:00
jsre common,internal: typo/misspelling fixes (#2953) 2016-08-27 15:05:09 +03:00
web3ext swarm: plan bee for content storage and distribution on web3 2016-08-31 16:19:40 +02:00