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
There are discrepencies in debug_traceBlockByHash when compared to evm nodes example below: Eth Format
"result": [ { "txHash": "0xf3c94530894aa7d6c6503ead504520f02701d0bdf9eb184c473693c352785fbb", "result": { "from": "0x80b8c9f846df16d02deee062fd7a0a73ad6f2b66", "gas": "0x776ac", "gasUsed": "0x286a3", "to": "0x3328f7f4a1d1c57c35df56bbf0c9dcafca309c49", "input": "", "calls": [], "value": "0x0", "type": "CALL" } }, ... more internal transactions ]
Flow format
"result": [ { "from": "0x0000000000000000000000020000000000000000", "gas": "0x0", "gasUsed": "0xab888", "to": "0x00000000000000000000000249250a5c27ecab3b", "input": "", "value": "0x0", "type": "CREATE2" } ]
The issues are the following
The text was updated successfully, but these errors were encountered:
m-Peter
Successfully merging a pull request may close this issue.
Problem
There are discrepencies in debug_traceBlockByHash when compared to evm nodes example below:
Eth Format
Flow format
The issues are the following
The text was updated successfully, but these errors were encountered: