aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/ABIFunctions.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup and overflow checks for data pointers.chriseth2017-11-301-1/+3
|
* ABI decoder.chriseth2017-11-301-0/+47
|
* Rename "compacted" to "fromStack".chriseth2017-10-041-3/+3
|
* Implement struct encoder.chriseth2017-09-161-0/+7
|
* Move ABI encoder into its own function.chriseth2017-09-161-6/+9
|
* Mark a lot of functions static (where possible)Alex Beregszaszi2017-08-221-1/+1
|
* Mark a lot of functions const (where possible)Alex Beregszaszi2017-08-221-1/+1
|
* New ABI encoder.chriseth2017-08-141-0/+172