We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am unable to update to solidity 0.6.2 for using ENS in my project.
This is where it breaks https://github.com/ensdomains/ethregistrar/blob/75b4515b33ff06f4e5e980c36a9a5214e7d1bd4c/contracts/BaseRegistrarImplementation.sol#L46-L49
As workaround I copied ERC721.sol to my project folder and I am using it instead of openzeppelin version.
The text was updated successfully, but these errors were encountered:
Thanks for reporting @3esmit. See #2154. I'll be collecting over there all the functions that have been requested to be made virtual.
Sorry, something went wrong.
No branches or pull requests
I am unable to update to solidity 0.6.2 for using ENS in my project.
This is where it breaks
https://github.com/ensdomains/ethregistrar/blob/75b4515b33ff06f4e5e980c36a9a5214e7d1bd4c/contracts/BaseRegistrarImplementation.sol#L46-L49
As workaround I copied ERC721.sol to my project folder and I am using it instead of openzeppelin version.
The text was updated successfully, but these errors were encountered: