aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ABIDecoderTests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Specifies visibility in unit tests.Erik Kundt2018-07-161-1/+1
|
* Added default data locations to parameters for end to end tests.Chase McDermott2018-07-161-29/+29
|
* Updates unit test to specify visibility.Erik Kundt2018-07-041-9/+9
|
* Merge pull request #4374 from ↵chriseth2018-07-031-3/+3
|\ | | | | | | | | ethereum/v050-var-keyword-removal-preps-end2end-tests V050 var keyword removal preparations (End-to-End tests)
| * test: ensure compiled tests do not use var-keyword in preparation of ↵Christian Parpart2018-07-021-3/+3
| | | | | | | | var-keyword removal
* | Merge pull request #4224 from ethereum/revert_wrong_calldatachriseth2018-07-021-10/+4
|\ \ | |/ |/| [BREAKING] Revert if calldata has wrong size
| * Revert if calldata is too short or points out of boundsLeonardo Alt2018-06-261-10/+4
| |
* | Updates compiled unit tests to new constructor syntax.Erik Kundt2018-06-291-5/+5
|/
* 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