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
There are some changes affecting native go call tracer.
I'm trying to trace the same transaction with geth 1.10.26 and geth 1.11.1 and receive different fields for DELEGATECALL.
Should value field make sense in DELEGATECALL?
Expected behaviour
No value field in `DELEGATECALL
Actual behaviour
There is an additional value field in DELEGATECALL
System information
Geth
Version: 1.11.1-stable
Description
There are some changes affecting native go call tracer.
I'm trying to trace the same transaction with
geth 1.10.26
andgeth 1.11.1
and receive different fields forDELEGATECALL
.Should
value
field make sense inDELEGATECALL
?Expected behaviour
No
value
field in `DELEGATECALLActual behaviour
There is an additional
value
field inDELEGATECALL
Steps to reproduce the behaviour
geth 1.10.26-stable
geth 1.11.1-stable
The text was updated successfully, but these errors were encountered: