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
abi_encode_structs.sol
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
abi_functions_member_access.sol
encode_array_of_struct.sol
encodePacked_array_of_structs.sol
encodePacked_dynamic_string_array_v2.sol
functionCallOptions_err.sol
single_non_bytes_arg.sol
types_with_unspecified_encoding_internal_functions.sol
types_with_unspecified_encoding_special_types.sol
types_with_unspecified_encoding_structs.sol
types_with_unspecified_encoding_types.sol
types_without_encoding_problems.sol