FuelLabs / sway

🌴 Empowering everyone to build reliable and efficient smart contracts.
https://docs.fuel.network/docs/sway/
Apache License 2.0
62.58k stars 5.37k forks source link

fix: proxy deployments for contracts with storage #6591

Closed sdankel closed 1 month ago

sdankel commented 1 month ago

Description

Fixes an issue where storage access wasn't working for proxied contracts. The fix is passing the combined storage slots to the proxy contract.

Checklist