aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/InterfaceHandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Include payable for the constructor in the ABIAlex Beregszaszi2016-11-181-0/+1
|
* ABI: Use external function.chriseth2016-11-161-2/+2
|
* Move InterfaceHandler from string to JSONAlex Beregszaszi2016-11-151-10/+7
|
* Do not include a trailing new line in the ABI JSON outputAlex Beregszaszi2016-11-151-1/+4
|
* Reject constant modifier on the fallback functionAlex Beregszaszi2016-09-061-1/+0
|
* Test and fixes for payable fallback in ABI.chriseth2016-09-061-0/+1
|
* Do not include the payable keyword for constructorsAlex Beregszaszi2016-09-061-1/+0
|
* Support payable keyword for functionsAlex Beregszaszi2016-09-061-0/+2
|
* Do not use internal types for event parameters.chriseth2016-09-021-1/+2
|
* Introduce fallback entry in the ABIAlex Beregszaszi2016-08-271-1/+9
|
* remove solidity --interfaceDimitry2016-08-171-70/+0
|
* Make members context-sensitive.chriseth2015-11-261-1/+1
|
* Store docstrings in AST annotations.chriseth2015-10-261-274/+44
|
* File reorganisation.chriseth2015-10-211-0/+478