Skip to content

DAOToken is none upgradable proxy #799

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

Merged
merged 4 commits into from
Oct 18, 2020
Merged

DAOToken is none upgradable proxy #799

merged 4 commits into from
Oct 18, 2020

Conversation

orenyodfat
Copy link
Contributor

No description provided.

* This parameter is optional, if no data is given the initialization call to proxied contract will be skipped.
* @return Address of the new proxy.
*/
function createNoneUpgradableInstance(uint64[3] memory _packageVersion,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

misspelled. should be everywhere createNonUpgradableInstance

@@ -164,6 +165,32 @@ contract DAOFactory is Initializable {
delete locks[address(_avatar)];
}

/**
* @dev createNoneUpgradableInstance creates a new proxy for the given contract and forwards a function call to it.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This description of the function doesn't seem to match the function name.

Oren Sokolowsky added 2 commits October 18, 2020 09:22
@orenyodfat orenyodfat merged commit 2080f9e into master-2 Oct 18, 2020
@orenyodfat orenyodfat deleted the admin-test branch October 18, 2020 09:21
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

Successfully merging this pull request may close these issues.

3 participants