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
HIP 719 adds 3 new precompile methods, of which isAssociated() is defined as a view function. Thus it should be called via eth_call and the Relay will call the Mirror Node Web3 module to get the result. However the EVM in the Mirror node is not updated with the latest changes related to this HIP.
Solution
Add a temporary exception for this method only. When this method selector 0x4d8fdd6d is detected the relay should call Consensus instead of the Mirror node.
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
HIP 719 adds 3 new precompile methods, of which
isAssociated()
is defined as aview function
. Thus it should be called viaeth_call
and the Relay will call the Mirror Node Web3 module to get the result. However the EVM in the Mirror node is not updated with the latest changes related to this HIP.Solution
Add a temporary exception for this method only. When this method selector
0x4d8fdd6d
is detected the relay should call Consensus instead of the Mirror node.Alternatives
No response
The text was updated successfully, but these errors were encountered: