Skip to content
Merged
Next Next commit
Remove contracts
  • Loading branch information
JulissaDantes committed Dec 14, 2022
commit 83b3521007f25c3fa0344ba2c9d8d29e50c92da9
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Removed presets in favor of [OpenZeppelin Contracts Wizard](https://wizard.openzeppelin.com/).
* `TransparentUpgradeableProxy`: Removed `admin` and `implementation` getters, which were only callable by the proxy owner and thus not very useful. ([#3820](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3820))
* `ProxyAdmin`: Removed `getProxyAdmin` and `getProxyImplementation` getters. ([#3820](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3820))
* `ERC165Storage`: contract was removed. ([#](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/))

## Unreleased

Expand Down
11 changes: 0 additions & 11 deletions contracts/mocks/ERC165StorageMock.sol

This file was deleted.

2 changes: 0 additions & 2 deletions contracts/utils/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ Note that, in all cases, accounts simply _declare_ their interfaces, but they ar

{{ERC165}}

{{ERC165Storage}}

{{ERC165Checker}}

{{IERC1820Registry}}
Expand Down
1 change: 0 additions & 1 deletion contracts/utils/introspection/ERC165.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import "./IERC165.sol";
* }
* ```
*
* Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation.
*/
abstract contract ERC165 is IERC165 {
/**
Expand Down
42 changes: 0 additions & 42 deletions contracts/utils/introspection/ERC165Storage.sol

This file was deleted.

25 changes: 0 additions & 25 deletions test/utils/introspection/ERC165Storage.test.js

This file was deleted.