Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Martin Holst Swende
0fda25e471
eth/tracers, core: use scopecontext in tracers, provide statedb in capturestart ( #22333 )
...
Fixes the CaptureStart api to include the EVM, thus being able to set the statedb early on. This pr also exposes the struct we used internally in the interpreter to encapsulate the contract, mem, stack, rstack, so we pass it as a single struct to the tracer, and removes the error returns on the capture methods.
4 years ago
..
internal/ tracers
eth/tracers: fix unigram tracer ( #22248 )
4 years ago
testdata
eth/tracers: revert reason in call_tracer + error for failed internal calls ( #21387 )
4 years ago
api.go
eth, les: properly init statedb accesslist during tracing ( #22480 )
4 years ago
api_test.go
eth/tracers: move tracing APIs into eth/tracers ( #22161 )
4 years ago
tracer.go
eth/tracers, core: use scopecontext in tracers, provide statedb in capturestart ( #22333 )
4 years ago
tracer_test.go
eth/tracers, core: use scopecontext in tracers, provide statedb in capturestart ( #22333 )
4 years ago
tracers.go
cmd, core, eth/tracers: support fancier js tracing ( #15516 )
7 years ago
tracers_test.go
eth, eth/tracers: include intrinsic gas in calltracer, expose for all tracers ( #22038 )
4 years ago