openzeppelin-contracts
openzeppelin-contracts copied to clipboard
ifAdmin removed from TransparentUpgradeableProxy
Fixes #3599
PR Checklist
- [x] Tests
- [x] Documentation
- [x] Changelog entry (It's my first PR contributed to open source)
In this PR you kept the getters but removed the modifiers. The issue https://github.com/OpenZeppelin/openzeppelin-contracts/issues/3599 is asking to remove the getters entirely.
This change needs to go to the next-v5.0 branch, please rebase on that branch and retarget the PR.
Superceded by https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3820.