aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/ABIFunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Decode dynamic data.chriseth2018-03-211-0/+3
* Favour if over switch in ABI coder.chriseth2017-12-151-14/+14
* Cleanup and overflow checks for data pointers.chriseth2017-11-301-20/+44
* ABI decoder.chriseth2017-11-301-4/+421
* Use if statement in abi functions.chriseth2017-11-221-3/+3
* Add explanation to unimplemented assertionsAlex Beregszaszi2017-11-161-2/+2
* 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