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

Payable as a parameter in the ABI interface JSON #500

Closed
axic opened this issue Apr 12, 2016 · 3 comments
Closed

Payable as a parameter in the ABI interface JSON #500

axic opened this issue Apr 12, 2016 · 3 comments

Comments

@axic
Copy link
Member

axic commented Apr 12, 2016

It is planned to have a modifier for functions explicitly enabling or disabling receiving value transfer (transactions where msg.value != 0).

If that becomes implemented it would be make sense including that as a flag in the interface JSON, e.g: "payable": true

@chriseth chriseth added this to the 2-breaking-safety-changes milestone Aug 5, 2016
@axic axic changed the title Accept value as a parameter in the ABI interface JSON Payable as a parameter in the ABI interface JSON Aug 31, 2016
@axic
Copy link
Member Author

axic commented Aug 31, 2016

This has been renamed to payable.

@chriseth
Copy link
Contributor

We want that for 0.4.0 don't we? If yes, please add the "nextrelease" tag.

@axic
Copy link
Member Author

axic commented Sep 6, 2016

Fixed in #665.

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

2 participants