Skip to content
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

prestateTracer TypeError exception #2188

Open
qk-santi opened this issue Sep 20, 2023 · 0 comments
Open

prestateTracer TypeError exception #2188

qk-santi opened this issue Sep 20, 2023 · 0 comments
Labels
type:bug Something isn't working

Comments

@qk-santi
Copy link

Expected Behavior

Debug output for tx of prestateTracer

Actual Behavior

One of the transactions in the block raises an exception in prestateTracer

{
    "error": "TypeError: cannot read property 'storage' of undefined    in server-side tracer function 'step'"
},

Steps to reproduce the behavior

curl http://<celo-endpoint>:8545/ \
--header 'Content-Type: application/json' --data '{"jsonrpc": "2.0", "method": "debug_traceBlockByNumber", "params": ["0x121EAC2", {"tracer": "prestateTracer", "tracerConfig": {"diffMode": true}, "timeout": "600s"}], "id": 1}'

System Information

Client version:

./geth version

Version: 1.8.0-stable

Chain/Network: Mainnet

@qk-santi qk-santi added triage Issue needs triaging type:bug Something isn't working labels Sep 20, 2023
@palango palango removed the triage Issue needs triaging label Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants