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

Remove admin and implementation getters from TransparentUpgradeableProxy #3820

Merged
merged 15 commits into from
Nov 25, 2022

Conversation

JulissaDantes
Copy link
Contributor

Fixes #3599

The TransparentUpgradeableProxy contract had getters only accessible if the caller was the admin, but returned 0x if anybody else calls them, this was more visible on Etherscan, making the getters useless. As part of the removal, the ProxyAdmin was updated as well to remove the 2 methods calling the admin and implementation getters.

PR Checklist

  • Tests
  • Documentation
  • Changelog entry

Copy link
Contributor

@frangio frangio left a comment

Choose a reason for hiding this comment

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

Thanks!

@frangio frangio merged commit bc8f442 into OpenZeppelin:next-v5.0 Nov 25, 2022
@gitpoap-bot
Copy link

gitpoap-bot bot commented Nov 25, 2022

Congrats, your important contribution to this open-source project has earned you a GitPOAP!

GitPOAP: 2022 OpenZeppelin Contracts Contributor:

GitPOAP: 2022 OpenZeppelin Contracts Contributor GitPOAP Badge

Head to gitpoap.io & connect your GitHub account to mint!

Learn more about GitPOAPs here.

This was referenced Sep 10, 2024
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