Skip to content
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

Consider upgradability #2

Open
xinbenlv opened this issue Dec 7, 2023 · 1 comment
Open

Consider upgradability #2

xinbenlv opened this issue Dec 7, 2023 · 1 comment

Comments

@xinbenlv
Copy link
Collaborator

xinbenlv commented Dec 7, 2023

Current version is not upgradable meaning when we realize there is a caveat, we can't make change. I suggest we consider upgradability
https://docs.openzeppelin.com/upgrades-plugins/1.x/proxies

@waterflier
Copy link
Member

The reasons for not introducing support for upgradable contracts at present are as follows:

At first, We are currently in the development and testing phase, where incompatible upgrades will be made. Therefore, to prevent potential bugs due to compatibility issues (such as configuring new version mining software on old version contracts), we intentionally do not support contract upgrades. (I have been tortured too many times by the DLL hell of the past in Windows)

The second reason is due to the complexity of the contract logic, we are still uncertain about how many contracts will collaboratively complete the entire logic. Therefore, which contracts are upgradable and which are not, still need further discussion.

When we decide to move to a stable version and start introducing support for upgrades, I plan to initiate a discussion about who can operate the upgrades and which features can be upgraded. Thank you very much for your attention and support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants