-
Notifications
You must be signed in to change notification settings - Fork 20.3k
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/tracers: support for golang tracers + add golang callTracer #23708
Merged
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
af67e1d
eth/tracers: add basic native loader
s1na 57c993b
eth/tracers: add GetResult to tracer interface
s1na c9c1dc9
eth/tracers: add native call tracer
s1na 340c773
eth/tracers: fix call tracer json result
s1na bf165bb
eth/tracers: minor fix
s1na 4ea0d15
eth/tracers: fix
s1na 75c6aff
eth/tracers: fix benchTracer
s1na 7b10534
eth/tracers: test native call tracer
s1na ca5427a
eth/tracers: fix
s1na d9371f3
eth/tracers: rm extra make
s1na aff90d3
eth/tracers: rm extra make
s1na a2b0d3d
eth/tracers: make callFrame private
s1na 18c4c17
eth/tracers: clean-up and comments
s1na 0946623
eth/tracers: add license
s1na 5db19c5
eth/tracers: rework the model a bit
holiman 360e3ba
eth/tracers: move tracecall tests to subpackage
holiman c55a903
cmd/geth: load native tracers
s1na a9c2051
eth/tracers: minor fix
s1na c242c82
eth/tracers: impl stop
s1na 60f5734
eth/tracers: add native noop tracer
s1na 89bac76
renamings
s1na 91a7c09
eth/tracers: more renamings
s1na 2a69a37
eth/tracers: make jstracer non-exported, avoid cast
holiman 4e2de46
eth/tracers, core/vm: rename vm.Tracer to vm.EVMLogger for clarity
holiman de953f5
eth/tracers: minor comment fix
s1na 2af565b
eth/tracers/testing: lint nitpicks
holiman a839259
Merge branch 'master' into drop-in-plugin
holiman 01bb908
core,eth: cancel evm on nativecalltracer stop
s1na 2de2d6c
Revert "core,eth: cancel evm on nativecalltracer stop"
s1na a9b91d7
eth/tracers: linter nits
holiman 8a5d5f0
eth/tracers: fix output on err
s1na File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. However, apparently this is not covered by the tests, think you can add a test that flags this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not required for this PR though