plugeth/internal/ethapi
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
..
api.go core, eth, trie: reuse trie journals in all our code 2016-09-28 11:27:31 +03:00
backend.go core, eth, internal, miner: optimize txpool for quick ops 2016-09-02 14:12:03 +03:00
solc.go common/compiler: simplify solc wrapper 2016-08-17 17:39:04 +02:00
tracer_test.go internal/ethapi: Fix bug in opCodeWrapper usage 2016-08-24 16:10:29 +01:00
tracer.go vm, ethapi: add limit option to traceTransaction 2016-09-30 17:36:00 +02:00