aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/specialFunctions
Commit message (Collapse)AuthorAgeFilesLines
* Fix abi.decode returning single value.chriseth2018-09-052-0/+12
|
* Add return data to bare calls.Daniel Kirchner2018-09-041-8/+8
|
* Add abi.decode(bytes data, (...))chriseth2018-08-158-0/+67
|
* Tests.chriseth2018-08-102-0/+19
|
* Enforcing error on msg.gas and block.blockhash()Leonardo Alt2018-07-041-2/+2
|
* Also mention regular abi.encode in error message.chriseth2018-06-271-3/+3
|
* Update tests and add new tests.chriseth2018-06-251-3/+3
|
* Adjust tests.chriseth2018-06-255-27/+23
|
* Enforce disallowing empty structsChristian Parpart2018-06-141-6/+5
| | | | | | | | 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.
* Split warning for multi arguments for hash functionsAlex Beregszaszi2018-05-161-3/+6
|
* Add test for single non-bytes argument.chriseth2018-05-161-0/+12
|
* Adjust tests.chriseth2018-05-164-6/+8
|
* Allow struct encoding with new encoder.chriseth2018-04-124-5/+55
|
* Add source locations to syntax test expectations.Daniel Kirchner2018-04-104-18/+18
|
* Update tests for empty structsAlex Beregszaszi2018-03-312-0/+2
|
* Prevent encoding of weird types and support packed encoding of external ↵chriseth2018-03-295-0/+62
function types.