Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eth/api_tracer.go: enable preimage recording when tracing #15787

Merged
merged 1 commit into from
Jan 2, 2018

Conversation

cdetrio
Copy link
Member

@cdetrio cdetrio commented Jan 1, 2018

Enables preimage recording (#3543) when tracing a tx with debug_traceTransaction. Recorded preimages will then be available through requests to debug_preimage.

This is useful if the user the user doesn't want to re-sync from the genesis block with --vmdebug, and is only interested in preimages around specific transactions.

@cdetrio cdetrio requested a review from karalabe as a code owner January 1, 2018 22:51
@fjl fjl merged commit c495bca into ethereum:master Jan 2, 2018
@karalabe
Copy link
Member

karalabe commented Jan 2, 2018 via email

@fjl fjl added this to the 1.8.0 milestone Jan 2, 2018
fjl added a commit to fjl/go-ethereum that referenced this pull request Jan 3, 2018
This reverts commits 85a1eda (ethereum#15792) and c495bca (ethereum#15787)
because they introduce database writes during tracing.
fjl added a commit that referenced this pull request Jan 3, 2018
This reverts commits 85a1eda (#15792) and c495bca (#15787)
because they introduce database writes during tracing.
cooganb referenced this pull request in cooganb/go-ethereum Feb 23, 2018
This reverts commits 85a1eda (#15792) and c495bca (#15787)
because they introduce database writes during tracing.
mariameda pushed a commit to NiluPlatform/go-nilu that referenced this pull request Aug 23, 2018
mariameda pushed a commit to NiluPlatform/go-nilu that referenced this pull request Aug 23, 2018
This reverts commits 85a1eda (ethereum#15792) and c495bca (ethereum#15787)
because they introduce database writes during tracing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants