Francisco Giordano
Francisco Giordano
Fixed in https://github.com/OpenZeppelin/openzeppelin-contracts/pull/4261.
Most of these items have their own issues by now so I will close this issue. The missing ones are: - Make some contract libraries (ERC1967) We can't make `ERC1967Upgrade`...
This has been implemented in `next-v5.0` in #3838 and #3921.
I would add that an ERC being Final shouldn't be interpreted as it being safe, in general for any ERC. --- Closing this issue for the reasons explained in https://github.com/OpenZeppelin/openzeppelin-contracts/issues/3575#issuecomment-1193764676.
Yes thank you. I think this was fixed in https://github.com/OpenZeppelin/openzeppelin-contracts/pull/4377.
Counters are being removed in 5.0.
Fixed by https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3816 for future 5.0 release.
> Is ERC721Consecutive.sol only used in contract creation? Yes. Batch minting reverts when used outside of the constructor. Furthermore, this has already been released. Please see the code or [the...
In any case this will never be included by default so users can make an informed decision if they decide to use this functionality with what it entails. I had...
We're with you, making a library without footguns is definitely part of our design philosophy, but at some point we need to treat users like adults too. :sweat_smile: In this...