-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: upgrade factory from DAO #193
base: main
Are you sure you want to change the base?
Conversation
feat: create proposal to upgrade factory feat: upgrade factory from dao feat: create script for upgrading factory from dao feat: introduce upgrade_factory method fix: remove new proposals revert: factory manager update factory_contract method fix: remove update factory method restore old dao code fix: dao wasm modify scripts
Curious to get @ilblackdragon thoughts if we should add the concept of guardians with unique permissions as ref has: https://guide.ref.finance/developers/guardians |
@ilblackdragon made a note offline about the lack of migrate function in the factory, will need to update this PR to reflect that. Converting back to draft until ready for review |
Removed storing factory metadata and applied migrate method to be invoked during upgrade |
feat: upgrade factory from DAO
Allow factory to be upgradeable from a DAO act_proposal outcome.
Allows storing a factory then voting on upgrading it's hash to the new factory version while also storing factory metadata to keep track of factory changes.