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
A potential impact is when a private contract tries to use EXTCODEHASH of a public contract. However, the lookup is done in the private state instead of public state.
The text was updated successfully, but these errors were encountered:
Opcode
EXTCODEHASH
is being introduced in EIP-1052 and implemented ingeth
PR ethereum/go-ethereum#17202GoQuorum must be updated to reflect the dual state implementation for this opcode.
https://github.com/ConsenSys/quorum/blob/7b726385216c44e55fc6b6191a022fe598c102d4/core/vm/instructions.go#L551-L560
A potential impact is when a private contract tries to use
EXTCODEHASH
of a public contract. However, the lookup is done in the private state instead of public state.The text was updated successfully, but these errors were encountered: