Skip to content
New issue

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

Remove IERC721Received magic constant #1297

Merged

Conversation

frangio
Copy link
Contributor

@frangio frangio commented Sep 7, 2018

The contract had an internal constant with a value that was redundant, because it can be obtained with native Solidity syntax.

I also wanted to make the contract into an actual Solidity interface, but there seems to be an issue and the bytes argument in an external interface function causes that public functions cannot implement it.

@frangio frangio added this to the v2.0 milestone Sep 7, 2018
@frangio frangio added kind:improvement contracts Smart contract code. breaking change Changes that break backwards compatibility of the public API. labels Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Changes that break backwards compatibility of the public API. contracts Smart contract code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants