FuelLabs / sway-libs

Miscellaneous Sway libraries.
https://docs.fuel.network/docs/sway-libs/
Apache License 2.0
146 stars 61 forks source link

Upgradeability: use specific storage slot for owner functionality #290

Closed K1-R1 closed 2 months ago

K1-R1 commented 2 months ago

Type of change

Changes

The following changes have been made:

Notes

The _proxy_owner(), only_proxy_owner() and _set_proxy_owner() functions no longer take storage.proxy_owner as a parameter. Instead they directly read and write to the storage slot 0xbb79927b15d9259ea316f2ecb2297d6cc8851888a98278c0a2e03e1a091ea754 which is sha256("storage_SRC14_1").

Related Issues

Closes #287

Checklist

K1-R1 commented 2 months ago

To be merged after #289