-
Notifications
You must be signed in to change notification settings - Fork 46
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
feature: debug_traceCall RPC support #384
feature: debug_traceCall RPC support #384
Conversation
Solution: Implemented the RPC
…feature/debug_tracecall-debug
…feature/debug_tracecall-debug
…feature/debug_tracecall-debug # Conflicts: # go.mod # proto/ethermint/evm/v1/evm.proto # tests/integration_tests/expected_constants.py # x/evm/types/evm.pb.go # x/evm/types/query.pb.go
…g response data from EVM
…feature/debug_tracecall-debug # Conflicts: # proto/ethermint/evm/v1/trace_config.proto # rpc/backend/backend.go # rpc/backend/tracing_test.go # tests/integration_tests/test_tracers.py # x/evm/keeper/grpc_query.go
…feature/debug_tracecall-debug # Conflicts: # x/evm/keeper/grpc_query.go # x/evm/keeper/state_transition.go
x/evm/keeper/grpc_query.go
Outdated
|
||
tCtx := &tracers.Context{ | ||
BlockHash: txConfig.BlockHash, | ||
TxIndex: int(txConfig.TxIndex), |
Check failure
Code scanning / gosec
Potential integer overflow by integer type conversion Error
@XinyuCRO can you check the "allow maintainers to edit" so we can directly fix some small issues. |
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.
just config nitpick, others LGTM
…thermint into feature/debug_tracecall-debug # Conflicts: # tests/integration_tests/test_tracers.py
Co-authored-by: mmsqe <[email protected]> Signed-off-by: Xinyu <[email protected]>
Co-authored-by: mmsqe <[email protected]> Signed-off-by: Xinyu <[email protected]>
Co-authored-by: mmsqe <[email protected]> Signed-off-by: Xinyu <[email protected]>
Co-authored-by: mmsqe <[email protected]> Signed-off-by: Xinyu <[email protected]>
…thermint into feature/debug_tracecall-debug
I create another PR #390 to resolve this commit sign issue, this one can be closed |
Description
This PR introduces the debug_traceCall RPC method
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)