Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt" | Kenji Siu | 2016-11-01 | 1 | -22/+22 |
| | |||||
* | vm, ethapi: add `limit` option to traceTransaction | Yoichi Hirai | 2016-09-30 | 1 | -1/+2 |
| | | | | | | | | | | | | 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`. | ||||
* | internal/ethapi: Fix bug in opCodeWrapper usage | Nick Johnson | 2016-08-24 | 1 | -1/+3 |
| | |||||
* | internal/ethapi: Improve tracer error reporting and serialization | Nick Johnson | 2016-08-24 | 1 | -9/+24 |
| | |||||
* | core/vm, eth: Add support for javascript trace functions | Nick Johnson | 2016-08-23 | 1 | -0/+300 |