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 ERC827 token. #1045

Merged
merged 1 commit into from Jun 28, 2018
Merged

Remove ERC827 token. #1045

merged 1 commit into from Jun 28, 2018

Conversation

mg6maciej
Copy link
Contributor

Fixes #1044

πŸš€ Description

Implementing this token is unsafe as per comments here:
ethereum/EIPs#827 (comment)

  • πŸ“˜ I've reviewed the OpenZeppelin Contributor Guidelines
  • βœ… I've added tests where applicable to test my new functionality.
  • πŸ“– I've made sure that my contracts are well-documented.
  • 🎨 I've run the JS/Solidity linters and fixed any issues (npm run lint:all:fix).

Implementing this token is unsafe as per comments here:
ethereum/EIPs#827 (comment)
@mg6maciej
Copy link
Contributor Author

@frangio Can we merge this and potentially save someone from using unsafe code?

@frangio
Copy link
Contributor

frangio commented Jun 28, 2018

@mg6maciej I wanted to coordinate with @AugustoL before doing this. He has now moved the code to windingtree/erc827.

I will announce and explain this removal next week in the release notes for 1.11.0.

Thanks for the PR!

@frangio frangio merged commit 6b37ba3 into OpenZeppelin:master Jun 28, 2018
@mg6maciej mg6maciej deleted the erc827/drop branch June 28, 2018 16:38
@mg6maciej
Copy link
Contributor Author

@frangio I was also discussing this with Augusto and convinced him to put a big warning unsafe at the top of his ethereum/EIPs#827 proposal. Thanks for merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ERC827: abuse of CUSTOM_CALL will cause unexpected result
2 participants