aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ABIEncoderTests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-1/+1
|
* Update testsChase McDermott2018-08-151-1/+1
|
* Disallow ambiguous conversions between number literals and bytesXX types.Daniel Kirchner2018-08-131-1/+1
|
* Added default data locations to parameters for end to end tests.Chase McDermott2018-07-161-2/+2
|
* Add emit keyword to tests.chriseth2018-06-271-14/+14
|
* Update tests for strict address literalsJason Cobb2018-06-251-3/+3
|
* Enforce disallowing empty structsChristian Parpart2018-06-141-22/+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.
* Properly pad data from calldata.chriseth2018-06-131-5/+2
|
* Decoder tests.chriseth2017-11-301-31/+19
|
* Test encoder for empty structs.chriseth2017-09-271-0/+22
|
* ABI encoder fixes and test.chriseth2017-09-271-0/+59
|
* Implement struct encoder.chriseth2017-09-161-0/+36
|
* Named assembly labels.chriseth2017-09-161-0/+28
|
* Test both encoders.chriseth2017-08-141-77/+137
|
* ABI encoder tests.chriseth2017-08-141-0/+86
|
* Some more ABI tests.chriseth2017-08-101-0/+259