aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ABIDecoderTests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enforce disallowing empty structsChristian Parpart2018-06-141-20/+0
| | | | | | | | This patch enfoces an error when it encounters an empty struct, effectively eliminating the deprecation warning. Also adjust 419_interface_structs to explicitely test for (non-empty) structs, as this behaviour "may" change in the future.
* Adjust tests.Daniel Kirchner2018-05-171-1/+1
|
* Tests for returning dynamic data.chriseth2018-03-211-0/+83
|
* Also test short input for old decoder.chriseth2017-11-301-5/+9
|
* Cleanup and overflow checks for data pointers.chriseth2017-11-301-1/+1
|
* Decoder tests.chriseth2017-11-301-0/+790