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
From this issue it seems like it should be possible upgrading a variable from bool to uint8 without triggering a New storage layout is incompatible error.
However, the error is being triggered and only workaround at the moment seem to be enabling the unsafeSkipStorageCheck flag.
From this issue it seems like it should be possible upgrading a variable from
bool
touint8
without triggering aNew storage layout is incompatible
error.However, the error is being triggered and only workaround at the moment seem to be enabling the
unsafeSkipStorageCheck
flag.Minimal repo to reproduce the issue: https://github.com/jjranalli/hardhat-upgradeable-storage-issue
@frangio
The text was updated successfully, but these errors were encountered: