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
The SLOTMACHINE_SSTORE_ALERT(bytes32 slot) error includes the (hash of?) the slot in violation.
It's part of the final FAIL. Reason: line from foundry. The same slot is also listed in the logs above. Eg. 0xed45ccd09931c6e422f2b385da45ff76edb71aea2a6e834fb421dde2ffe89b76
You could prolly directly whitelist that slot with slotWhitelist() too
getting the following log when running
./slotmachine.sh Counter
andforge test -vvv
i'm failing to understand when it has so many entries as
slot,value
, and how to whitelist the one that's failinginteresting idea btw, is it only for testing or prod contracts?
The text was updated successfully, but these errors were encountered: