aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/ABIFunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2982 from ethereum/encoderFixesAlex Beregszaszi2017-10-051-22/+15
|\
| * Rename "compacted" to "fromStack".chriseth2017-10-041-19/+15
| * ABI encoder fixes and test.chriseth2017-09-271-5/+2
* | Better readable encoder assembly.chriseth2017-09-271-6/+28
|/
* Ensure that address types are always declared as 160bitAlex Beregszaszi2017-09-271-2/+2
* Implement struct encoder.chriseth2017-09-161-5/+123
* Move ABI encoder into its own function.chriseth2017-09-161-48/+56
* New ABI encoder.chriseth2017-08-141-0/+1074