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
If enable_rip_7212 is true and you make a call to the 0x100 address where the precompile is, you get "WARNING: Calling an account which is not a contract" printed in the output.
I guess we should abstract the "is this a precompile" check somewhere, and use both the spec id and the config to determine this. Or maybe there's a better way to do it.
The text was updated successfully, but these errors were encountered:
If
enable_rip_7212
is true and you make a call to the0x100
address where the precompile is, you get "WARNING: Calling an account which is not a contract" printed in the output.The reason, I think, is this:
edr/crates/edr_napi/src/logger.rs
Lines 813 to 816 in c988831
I guess we should abstract the "is this a precompile" check somewhere, and use both the spec id and the config to determine this. Or maybe there's a better way to do it.
The text was updated successfully, but these errors were encountered: