aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/ABI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use "tuple" for struct types in ABI JSON.chriseth2017-09-161-1/+1
* Structure type json using "components".chriseth2017-09-161-8/+8
* Fix interface type conversion internal to structs.chriseth2017-09-161-1/+3
* Function signatures containing structs.chriseth2017-09-161-2/+3
* Allow structs as part of function interfaces.chriseth2017-09-161-9/+49
* Reorder ABI for readabilityAlex Beregszaszi2017-08-251-9/+10
* Rename statemutability to stateMutability in ABI/ASTAlex Beregszaszi2017-08-241-3/+3
* Introduce pure specifier on functionsAlex Beregszaszi2017-08-241-1/+1
* Introduce view (and keep constant as an alias)Alex Beregszaszi2017-08-231-1/+2
* Remove some unused includesAlex Beregszaszi2017-08-211-1/+0
* Add statemutability field to the ABIAlex Beregszaszi2017-08-151-0/+3
* Split ABI out of InterfaceHandlerAlex Beregszaszi2017-05-191-0/+116