-
Notifications
You must be signed in to change notification settings - Fork 113
feat(rpc): add debug_traceCall api #691
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
Conversation
|
Suggestion: |
I think timeout config has already been applied in existing code. (https://github.com/cloudgray/evm/blob/feat(rpc)-traceCall/x/vm/keeper/grpc_query.go#L809-L825) Of course, cosmos/evm just stops tracer. It is little bit different from behaviour of go-ethereum because go-ethereum also Cancel evm. There can be more memory leakage than go-ethereum. |
Description
Closes: #692
Add debug namespace apis below.
debug_traceCalldebug_traceBlockdebug_getRawBlockAuthor Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
mainbranch