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

ethereum: make core contract upgradeable #924

Closed
wants to merge 1 commit into from

Conversation

kcsongor
Copy link
Contributor

@kcsongor kcsongor commented Feb 28, 2022

The core bridge Implementation contract currently has no initialize() method, which means that trying to upgrade to it would revert, since the upgrade logic delegatecalls initialize:
https://github.com/certusone/wormhole/blob/60363dd3d1f19ad55d9100f13c58a5c646d02902/ethereum/contracts/Governance.sol#L96-L97

Just adding it here so it's not forgotten the next time we need to do an upgrade.


This change is Reviewable

Copy link
Contributor

@bruce-riley bruce-riley left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @chase-45, @evan-gray, and @hendrikhofstadt)

@kcsongor
Copy link
Contributor Author

Subsumed by #1272

@kcsongor kcsongor closed this Jun 29, 2022
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.

None yet

2 participants