solidity/test/libsolidity/syntaxTests/specialFunctions
Kamil Śliwak 1a4cc4e64d Fix type check for nested arrays in abi.encode/decode functions in ABIEncoderV1
- Without this fix, nested arrays are not detected as unsupported and compiler fails on an UnimplementedError.
- Now it's consistent with how structs are handled in ABIEncoderV1.
2020-09-17 17:29:16 +02:00
..
abidecode Fix type check for nested arrays in abi.encode/decode functions in ABIEncoderV1 2020-09-17 17:29:16 +02:00
abi_encode_nested_dynamic_array_v2.sol Fix type check for nested arrays in abi.encode/decode functions in ABIEncoderV1 2020-09-17 17:29:16 +02:00
abi_encode_nested_dynamic_array.sol Fix type check for nested arrays in abi.encode/decode functions in ABIEncoderV1 2020-09-17 17:29:16 +02:00
abi_encode_structs_abiv2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
abi_encode_structs.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
abi_encodePacked_nested_dynamic_array_v2.sol Fix type check for nested arrays in abi.encode/decode functions in ABIEncoderV1 2020-09-17 17:29:16 +02:00
abi_encodePacked_nested_dynamic_array.sol Fix type check for nested arrays in abi.encode/decode functions in ABIEncoderV1 2020-09-17 17:29:16 +02:00
abi_encodePacked_structs_v2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02: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 Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +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 Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +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