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.
gary rong
adf130def8
eth/tracers: move tracing APIs into eth/tracers ( #22161 )
...
This moves the tracing RPC API implementation to package eth/tracers.
By doing so, package eth no longer depends on tracing and the duktape JS engine.
The change also enables tracing using the light client. All tracing methods work with the
light client, but it's a lot slower compared to using a full node.
4 years ago
..
internal/ tracers
eth, eth/tracers: include intrinsic gas in calltracer, expose for all tracers ( #22038 )
4 years ago
testdata
eth/tracers: revert reason in call_tracer + error for failed internal calls ( #21387 )
5 years ago
api.go
eth/tracers: move tracing APIs into eth/tracers ( #22161 )
4 years ago
api_test.go
eth/tracers: move tracing APIs into eth/tracers ( #22161 )
4 years ago
tracer.go
eth, eth/tracers: include intrinsic gas in calltracer, expose for all tracers ( #22038 )
4 years ago
tracer_test.go
eth, eth/tracers: include intrinsic gas in calltracer, expose for all tracers ( #22038 )
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