go-ethereum/eth/tracers
Manav Darji 0d2b1d0630
internal/cli: add block tracing (#397)
* bad block tracing

* Add debug env framework

* add implementation of custom block tracing

* add few comments

* use tar name fn

* wip: add unit tests for block tracing

* complete test for block tracer

* fix: close grpc server

* refactor cli tests

* fix: change condition for parsing args

* Fix port binding for test server

* add helper for creating and closing mock server for tests

* consume mock server in tests

* fixes due to geth merge

* fix: handle port selection for http server

* update help and markdown for debug command

* update docs

* update debug synopsis

* fix: use chunked encoder to handle large data over grpc

* fix prints

* lint

* rm unused function, rename fn to TraceBorBlock

Co-authored-by: Ferran Borreguero <ferranbt@protonmail.com>
2022-06-06 14:54:05 +05:30
..
internal/tracetest V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
js V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
logger V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
native V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
api.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
api_bor.go internal/cli: add block tracing (#397) 2022-06-06 14:54:05 +05:30
api_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
tracers.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
tracers_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00