solidity/test/libsolidity/syntaxTests/specialFunctions/abidecode
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
..
abi_decode_calldata.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
abi_decode_empty.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
abi_decode_invalid_arg_count.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
abi_decode_invalid_arg_type.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
abi_decode_memory_v2.sol Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
abi_decode_memory.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
abi_decode_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_decode_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_decode_nontuple.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
abi_decode_simple.sol Add abi.decode(bytes data, (...)) 2018-08-15 10:45:16 +02:00
abi_decode_single_return.sol Fix abi.decode returning single value. 2018-09-04 18:19:00 +02:00
abi_decode_singletontuple.sol Add abi.decode(bytes data, (...)) 2018-08-15 10:45:16 +02:00
abi_decode_storage.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
abi_decode_struct_v2.sol Fix type check for nested arrays in abi.encode/decode functions in ABIEncoderV1 2020-09-17 17:29:16 +02:00
abi_decode_struct.sol Fix type check for nested arrays in abi.encode/decode functions in ABIEncoderV1 2020-09-17 17:29:16 +02:00