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
Using ffi we can run forge inspect contractPath:contractName storageLayout and validate on the defaultTest(), that no storage variable has been added on the payload contract, this is critically dangerous as it would mess with the Executor state otherwise - as the payload is called via delegatecall.
The text was updated successfully, but these errors were encountered:
Using ffi we can run
forge inspect contractPath:contractName storageLayout
and validate on thedefaultTest()
, that no storage variable has been added on the payload contract, this is critically dangerous as it would mess with the Executor state otherwise - as the payload is called via delegatecall.The text was updated successfully, but these errors were encountered: