We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Geth version: 1.10.3 OS & Version: Linux Commit hash : 65de7ae
When running debug_traceCall api, private transactions to private smart contracts read from private state db
Private transactions to private smart contracts read from public state db, causing tracer to return 0x in simulated output
Send a private transaction's data to a deployed private smart contract via debug_traceCall JSON rpc
Expected to return an array of op codes and their corresponding program counter, stack and storage.
>debug.traceCall({to: "0x717a.....}, "latest") failed: false, gas: 21204, returnValue: "", structLogs: [] }
The text was updated successfully, but these errors were encountered:
PR opened at #1673, @antonydenyer could you kindly help to take a look at this too please? Thank you.
Sorry, something went wrong.
No branches or pull requests
System information
Geth version: 1.10.3
OS & Version: Linux
Commit hash : 65de7ae
Expected behaviour
When running debug_traceCall api, private transactions to private smart contracts read from private state db
Actual behaviour
Private transactions to private smart contracts read from public state db, causing tracer to return 0x in simulated output
Steps to reproduce the behaviour
Send a private transaction's data to a deployed private smart contract via debug_traceCall JSON rpc
Backtrace
Expected to return an array of op codes and their corresponding program counter, stack and storage.
The text was updated successfully, but these errors were encountered: