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
#600 adds support for generating new accounts corresponding to contract fields during CSE. We should improve the related constraint generation to account for cases where the contract variable has a non-zero offset in a storage slot.
Uh oh!
There was an error while loading. Please reload this page.
Follow-up to #600.
#600 adds support for generating new accounts corresponding to
contract
fields during CSE. We should improve the related constraint generation to account for cases where thecontract
variable has a non-zero offset in a storage slot.Right now, the constraint look similar to:
assuming there is no offset, but we should apply an appropriate mask if there is.
The text was updated successfully, but these errors were encountered: