openzeppelin-contracts
openzeppelin-contracts copied to clipboard
Remove Address.isContract
Fixes #3417
- This PR removes isContract utility function from Address.sol library.
- Wherever isContract was used in the other contracts, is replaced by inlining
address(...).code.length > 0
PR Checklist
- [x] Tests
- [x] Documentation
- [x] Changelog entry