solady icon indicating copy to clipboard operation
solady copied to clipboard

UUPS upgrade: support checking slot conflicts

Open chen4903 opened this issue 5 months ago • 0 comments

I follow the UUPS pattern demo here: https://github.com/Vectorized/solady/blob/main/test/UUPSUpgradeable.t.sol

But it seems it doesn't have the conflicts check. If we modify the slot structure in new implementation, it will cause severe error.

Does solady support slot conflicts check when upgrading which i missed before. Or do u have plan with it?

chen4903 avatar Sep 18 '25 02:09 chen4903