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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERC223 implementation. #1813

Closed
Sparke2 opened this issue Jul 6, 2019 · 2 comments
Closed

ERC223 implementation. #1813

Sparke2 opened this issue Jul 6, 2019 · 2 comments

Comments

@Sparke2
Copy link

Sparke2 commented Jul 6, 2019

馃 Motivation

ERC223 standard token implementation.

馃摑 Details

ERC223 token standard is one of the major token standards on Ethereum. There are some projects that rely on this token standard and I think that it is a good idea to provide a reference implementation at openzeppelin token list.

@frangio
Copy link
Contributor

frangio commented Jul 8, 2019

Thank you for the suggestion @Sparke2.

Some previous discussion about ERC223 in #512 and #346.

The major issue that we have is that the ERC has never been finalized. The document is still technically a draft. Our current preference is towards not including ERCs that are drafts, because they cause problems for our stability guarantees. We do have some draft contracts currently in our offering, but we would like to promote them to stable contracts soon.

If there are projects relying on ERC223, I would encourage those projects to push for making the ERC final.

@nventuro
Copy link
Contributor

Closing for the reasons outlined above. We're still open to including such a standard, if the design moves forward and is finalized.

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

No branches or pull requests

3 participants