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
The evaluated and plain versions of the slot tree key computation function give different results.
That is, the output of GetTreeKeyStorageSlot gives a different result than doing EvaluateAddressPoint first, and then use it to compute the slot key in GetTreeKeyStorageSlotWithEvaluatedAddress. This could come from how the parameters to the first function were calculated. Since other clients find the same value, the plain version is probably the wrong one, but it might be that everyone "fixed" their code when they saw it gave a different result from what geth was giving.
The text was updated successfully, but these errors were encountered:
The evaluated and plain versions of the slot tree key computation function give different results.
That is, the output of
GetTreeKeyStorageSlot
gives a different result than doingEvaluateAddressPoint
first, and then use it to compute the slot key inGetTreeKeyStorageSlotWithEvaluatedAddress
. This could come from how the parameters to the first function were calculated. Since other clients find the same value, the plain version is probably the wrong one, but it might be that everyone "fixed" their code when they saw it gave a different result from what geth was giving.The text was updated successfully, but these errors were encountered: