Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: clean up and proerly abstract database access | Péter Szilágyi | 2019-03-06 | 1 | -3/+5 |
| | |||||
* | eth/tracers: enforce camel case variable names (#19057) | Matthew Halpern | 2019-02-14 | 1 | -2/+2 |
| | |||||
* | eth/tracer: extend create2 (#18318) | gary rong | 2019-01-06 | 1 | -1/+83 |
| | | | | | | | | | | * eth/tracer: extend create2 * eth/tracers: fix create2-flaw in prestate_tracer * eth/tracers: fix test * eth/tracers: update assets | ||||
* | all: get rid of error when creating memory database (#16716) | gary rong | 2018-05-09 | 1 | -2/+1 |
| | | | | | | | | * all: get rid of error when create mdb * core: clean up variables definition * all: inline mdb definition | ||||
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -2/+2 |
| | |||||
* | cmd, core, eth/tracers: support fancier js tracing (#15516) | Péter Szilágyi | 2017-12-21 | 1 | -0/+194 |
* cmd, core, eth/tracers: support fancier js tracing * eth, internal/web3ext: rework trace API, concurrency, chain tracing * eth/tracers: add three more JavaScript tracers * eth/tracers, vendor: swap ottovm to duktape for tracing * core, eth, internal: finalize call tracer and needed extras * eth, tests: prestate tracer, call test suite, rewinding * vendor: fix windows builds for tracer js engine * vendor: temporary duktape fix * eth/tracers: fix up 4byte and evmdis tracer * vendor: pull in latest duktape with my upstream fixes * eth: fix some review comments * eth: rename rewind to reexec to make it more obvious * core/vm: terminate tracing using defers |