aboutsummaryrefslogtreecommitdiffstats
path: root/eth/tracers/tracer.go
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-5/+5
|
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-5/+5
|
* eth/tracer: extend create2 (#18318)gary rong2019-01-061-0/+22
| | | | | | | | | | * eth/tracer: extend create2 * eth/tracers: fix create2-flaw in prestate_tracer * eth/tracers: fix test * eth/tracers: update assets
* core/vm: adds refund as part of the json standard trace (#17910)Martin Holst Swende2018-10-231-5/+11
| | | | | | | This adds the global accumulated refund counter to the standard json output as a numeric json value. Previously this was not very interesting since it was not used much, but with the new sstore gas changes the value is a lot more interesting from a consensus investigation perspective.
* all: simplify s[:] to s where s is a slice (#17673)Emil2018-09-151-4/+4
|
* all: simplify switches (#17267)Oleg Kovalov2018-07-301-6/+1
| | | | | | * all: simplify switches * silly mistake
* all: update license information (#16089)Felix Lange2018-02-141-1/+1
|
* cmd, core, eth/tracers: support fancier js tracing (#15516)Péter Szilágyi2017-12-211-0/+618
* 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