Skip to content
Merged
Prev Previous commit
Next Next commit
Remove contracts
  • Loading branch information
JulissaDantes committed Dec 15, 2022
commit 00ab2876676f7e814fd43b467a915d70a1d48d2e
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* `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))
* `ERC20`: Deleted `_beforeTokenTransfer` and `_afterTokenTransfer` hooks, added a new internal `_update` function for customizations, and refactored all extensions using those hooks to use `_update` instead. ([#3838](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3838))
* `ERC165Storage`: contract was removed. ([#](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/))

### How to upgrade from 4.x

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.