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
Describe the bug
The function set_contract_storage() sets the storage in a contract. There was a missing validation in integration tests that was present in e2e. This validation checked that the size of the storage set did not exceed 16380 bytes.
Describe the bug
The function
set_contract_storage()
sets the storage in a contract. There was a missing validation in integration tests that was present in e2e. This validation checked that thesize
of the storage set did not exceed 16380 bytes.Expected behavior
In case this limit is exceeded, a panic is raised.
The text was updated successfully, but these errors were encountered: