You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"jsonrpc": "2.0",
"id": 0,
"error": {
"code": -32000,
"message": "TypeError: cannot read property 'calls' of undefined in server-side tracer function 'fault'"
}
}
Steps to reproduce the behaviour
Trace this specific transaction with the call described higher.
I ran some script and caught the same issue for other txs :
(block number, error, tx_number)
(11000000,TypeError: cannot read property 'calls' of undefined in server-side tracer function 'fault',65)
(11000001,TypeError: cannot read property 'calls' of undefined in server-side tracer function 'fault',40)
(11000001,TypeError: cannot read property 'calls' of undefined in server-side tracer function 'fault',41)
(11000001,TypeError: cannot read property 'calls' of undefined in server-side tracer function 'fault',42)
(11000001,TypeError: cannot read property 'calls' of undefined in server-side tracer function 'fault',43)
(11000002,TypeError: cannot read property 'calls' of undefined in server-side tracer function 'fault',35)
(11000003,TypeError: cannot read property 'calls' of undefined in server-side tracer function 'fault',171)
(11000004,TypeError: cannot read property 'calls' of undefined in server-side tracer function 'fault',64)
(11000004,TypeError: cannot read property 'calls' of undefined in server-side tracer function 'fault',119)
(11000005,TypeError: cannot read property 'calls' of undefined in server-side tracer function 'fault',1)
(11000006,TypeError: cannot read property 'calls' of undefined in server-side tracer function 'fault',37)
(11000007,TypeError: cannot read property 'calls' of undefined in server-side tracer function 'fault',92)
(11000007,TypeError: cannot read property 'calls' of undefined in server-side tracer function 'fault',113)
The text was updated successfully, but these errors were encountered:
Hello folks, trying to migrate from our old custom tracer to the new optimized implem using the enter/exit.
our automated test suite caught this one.
System information
Geth version:
Geth/v1.10.9-stable-eae3b194/linux-amd64/go1.17
OS & Version: linux
Expected behaviour
RPC IN :
RPC OUT :
Actual behaviour
RPC IN :
RPC OUT :
Steps to reproduce the behaviour
Trace this specific transaction with the call described higher.
I ran some script and caught the same issue for other txs :
The text was updated successfully, but these errors were encountered: