aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ABIDecoderTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-1/+1
* Update testsChase McDermott2018-08-151-2/+2
* Disallow ambiguous conversions between number literals and bytesXX types.Daniel Kirchner2018-08-131-2/+2
* 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 ethereum/v050-var-keyword-removal-preps-end2end...chriseth2018-07-031-3/+3
|\
| * test: ensure compiled tests do not use var-keyword in preparation of var-keyw...Christian Parpart2018-07-021-3/+3
* | Merge pull request #4224 from ethereum/revert_wrong_calldatachriseth2018-07-021-10/+4
|\ \ | |/ |/|
| * 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
* 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