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
vyper Version (output of vyper --version): commit 4b4e188
Issue description
OverridingStorageAllocator.set_storage_slots_with_overrides() does not
handle stateful module imports and initialization properly and will not
allocate storage and transient storage slots for variables or reentrant
functions defined in a sub-module. The issue is only caught at the code
generation stage and would most likely result in the compiler panicking.
Version Information
vyper --version
): commit 4b4e188Issue description
OverridingStorageAllocator.set_storage_slots_with_overrides()
does nothandle stateful module imports and initialization properly and will not
allocate storage and transient storage slots for variables or reentrant
functions defined in a sub-module. The issue is only caught at the code
generation stage and would most likely result in the compiler panicking.
credits: @trocher
The text was updated successfully, but these errors were encountered: