solidity/test/libsolidity/syntaxTests/specialFunctions
2022-12-07 19:31:41 +01:00
..
abidecode Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
abi_encode_nested_dynamic_array_v2.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
abi_encode_nested_dynamic_array.sol Explicitly set coder to v1 for syntax tests. 2020-12-09 15:25:15 +01:00
abi_encode_structs_abiv2.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
abi_encode_structs.sol Explicitly set coder to v1 for syntax tests. 2020-12-09 15:25:15 +01:00
abi_encode_tuple_returned_from_function.sol Fixed bad cast when abiEncodeCall receives a tuple from a function. 2022-08-03 18:48:38 -03:00
abi_encode_unitary_tuple_returned_from_function.sol Fixed bad cast when abiEncodeCall receives a tuple from a function. 2022-08-03 18:48:38 -03:00
abi_encodePacked_nested_dynamic_array_v2.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
abi_encodePacked_nested_dynamic_array.sol Explicitly set coder to v1 for syntax tests. 2020-12-09 15:25:15 +01:00
abi_encodePacked_structs_v2.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
abi_encodePacked_tuple_returned_from_function.sol Fixed bad cast when abiEncodeCall receives a tuple from a function. 2022-08-03 18:48:38 -03:00
abi_encodePacked_unitary_tuple_returned_from_function.sol Fixed bad cast when abiEncodeCall receives a tuple from a function. 2022-08-03 18:48:38 -03:00
abi_encodeWithSelector_tuple_returned_from_function.sol Fixed bad cast when abiEncodeCall receives a tuple from a function. 2022-08-03 18:48:38 -03:00
abi_encodeWithSelector_unitary_tuple_returned_from_function.sol Fixed bad cast when abiEncodeCall receives a tuple from a function. 2022-08-03 18:48:38 -03:00
abi_encodeWithSignature_tuple_returned_from_function.sol Fixed bad cast when abiEncodeCall receives a tuple from a function. 2022-08-03 18:48:38 -03:00
abi_encodeWithSignature_unitary_tuple_from_function.sol Fixed bad cast when abiEncodeCall receives a tuple from a function. 2022-08-03 18:48:38 -03:00
abi_functions_member_access.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
encode_array_of_struct.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
encodeCall_fail_args_internal_function_pointer_for_uint.sol issue has already been fixed. Adding test cases for confirmation 2022-05-19 15:36:59 +05:30
encodecall_fail_args_internal_struct_for_uint.sol issue has already been fixed. Adding test cases for confirmation 2022-05-19 15:36:59 +05:30
encodeCall_fail_args.sol Error messages from abi encodecall are giving more details about the types of the involved variables 2022-03-11 16:14:55 +05:30
encodeCall_fail_funType.sol Consistent terminology for attached/bound functions 2022-12-07 19:31:41 +01:00
encodeCall_nested_tuple.sol Implement typechecked abi.encodeCall() 2021-12-16 17:35:58 +01:00
encodeCall_tuple_incomplete.sol Implement typechecked abi.encodeCall() 2021-12-16 17:35:58 +01:00
encodeCall.sol abi.encodeCall for declarations. 2021-12-29 12:26:04 +01:00
encodePacked_array_of_structs.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
encodePacked_dynamic_string_array_v2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
functionCallOptions_err.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
single_non_bytes_arg.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
types_with_unspecified_encoding_internal_functions.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
types_with_unspecified_encoding_special_types.sol Remove low-level log functions. 2020-10-22 17:50:14 +02:00
types_with_unspecified_encoding_structs.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
types_with_unspecified_encoding_types.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
types_without_encoding_problems.sol Adjust tests. 2018-05-16 09:48:03 +02:00