sway
sway copied to clipboard
Forc deploy should support (and enhance the userflow while) using proxy contracts
We have an rfc: https://github.com/FuelLabs/sway-rfcs/pull/39 that describes the desired behaviour. Basically we want forc-deploy to be aware of contracts with proxy contract requirements and support deploying a proxy contract automatically if it is enabled. If no proxy contract was already deployed for the contract we will deploy a new "default" proxy implementation. Otherwise we will update the already deployed proxy contract.
Blocked on fuel-core 0.27 upgrade in sway
Blocked on https://github.com/FuelLabs/fuels-rs/pull/1396
closed by #6069