FuelLabs / FuelLabs/sway-standard-implementations
Owned Proxy: contract usage edge-cases for consideration
Open
@K1-R1 is already working on this.
Since Aug 22, 2024.
SRC-14
- Dominant language
- Rust
- Stars
- 5
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
There are several scenarios that need to be considered in regards to whether they are covered by forc-deploy's proxy feature, or if they require additional functionality:
- Deploying a new proxy contract and setting the target to an already deployed implementation contract.
- Setting an existing proxy contracts's target to an already deployed implementation contract.
- mutlisigs/predicates as owners
Solutions could be in the form of additional functionality in forc-deploy or custom scripts in this repo.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.