Skip to content

Comments

Feat/partial scripify#80

Open
merisman wants to merge 39 commits intodevelopfrom
feat/partial-scripify
Open

Feat/partial scripify#80
merisman wants to merge 39 commits intodevelopfrom
feat/partial-scripify

Conversation

@merisman
Copy link
Contributor

No description provided.

block.chainid,
"/script/res/known-cyber-corps.json",
maxCount
);
Copy link
Contributor

Choose a reason for hiding this comment

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

Just a note here because I haven't reviewed related files yet. If the legacy corps need state migration, we will need to migrate them one-by-one like last time.

Comment on lines +59 to +64
IssuanceManagerFactory imFactory = IssuanceManagerFactory(
factoryProxy.issuanceManagerFactory()
);
imFactory.setRefImplementation(address(newImImpl));
imFactory.setCyberCertPrinterRefImplementation(address(newCertImpl));
imFactory.setCyberScripRefImplementation(address(newScripImpl));
Copy link
Contributor

Choose a reason for hiding this comment

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

This only takes care of the v2 corps upgrades; for legacy corps however, since their beacon is owned by the legacy issuance manager factory, we will need to do upgrade from there

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.

2 participants