| .. |
|
abi_encode_conversions_address.sol
|
typeCheckAbiEncodeCallFunction should type check the arguments on functionPointerType->asExternallyCallableFunction instead of teh plain function type
|
2022-03-24 18:53:46 +05:30 |
|
abi_encode_conversions_function_pointers.sol
|
typeCheckAbiEncodeCallFunction should type check the arguments on functionPointerType->asExternallyCallableFunction instead of teh plain function type
|
2022-03-24 18:53:46 +05:30 |
|
abi_encode_conversions.sol
|
typeCheckAbiEncodeCallFunction should type check the arguments on functionPointerType->asExternallyCallableFunction instead of teh plain function type
|
2022-03-24 18:53:46 +05:30 |
|
abi_encodeCall_error_free_function.sol
|
Fix abi.encodeCall checks
|
2022-07-25 12:40:54 -04:00 |
|
abi_encodeCall_event_free_function.sol
|
Fix abi.encodeCall checks
|
2022-07-25 12:40:54 -04:00 |
|
abi_encodeCall_free_func.sol
|
Fix abi.encodeCall checks
|
2022-07-25 12:40:54 -04:00 |
|
abi_encodeCall_on_lib_func_in_free_func.sol
|
Fix abi.encodeCall checks
|
2022-07-25 12:40:54 -04:00 |
|
abi_encodeCall_tuple_from_assignment_expression.sol
|
Fixed bad cast when abiEncodeCall receives a tuple from a function.
|
2022-08-03 18:48:38 -03:00 |
|
abi_encodeCall_tuple_from_conditional_ternary_expression.sol
|
Fixed bad cast when abiEncodeCall receives a tuple from a function.
|
2022-08-03 18:48:38 -03:00 |
|
abi_encodeCall_tuple_from_error_event.sol
|
Fixed bad cast when abiEncodeCall receives a tuple from a function.
|
2022-08-03 18:48:38 -03:00 |
|
abi_encodeCall_tuple_from_invalid_operator.sol
|
Error message tweak: built-in unary/binary operator
|
2022-11-07 17:13:41 +01:00 |
|
abi_encodeCall_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_encodeCall_unitary_tuple_from_assignment_expression.sol
|
Fixed bad cast when abiEncodeCall receives a tuple from a function.
|
2022-08-03 18:48:38 -03:00 |
|
abi_encodeCall_unitary_tuple_from_conditional_ternary_expression.sol
|
Fixed bad cast when abiEncodeCall receives a tuple from a function.
|
2022-08-03 18:48:38 -03:00 |
|
abi_encodeCall_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 |
|
conflicting_settings_reverse_experimental.sol
|
|
|
|
conflicting_settings_reverse.sol
|
|
|
|
conflicting_settings.sol
|
|
|
|
external_functions_taking_internal_types_nested_struct_with_mapping.sol
|
|
|
|
external_functions_taking_internal_types_struct_array_with_function_type.sol
|
|
|
|
external_functions_taking_internal_types_struct_with_array_of_function_types.sol
|
|
|
|
external_functions_taking_internal_types_struct_with_function_type.sol
|
|
|
|
external_functions_taking_internal_types_struct_with_mapping.sol
|
|
|
|
invalid_pragma_value.sol
|
|
|
|
overloaded_external_functions_taking_different_structs.sol
|
|
|
|
overloaded_external_functions_taking_identical_structs.sol
|
|
|
|
same_setting_twice.sol
|
|
|
|
select_v1_quoted_string.sol
|
|
|
|
select_v1.sol
|
|
|
|
select_v2_quoted_string.sol
|
|
|
|
selected_twice_v2.sol
|
|
|
|
selected_twice.sol
|
|
|
|
v1_accessing_public_state_variable_via_v1_type.sol
|
|
|
|
v1_accessing_public_state_variable_via_v2_type.sol
|
|
|
|
v1_call_to_v1_library_function_accepting_storage_struct.sol
|
|
|
|
v1_call_to_v2_constructor_accepting_struct.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
|
v1_call_to_v2_contract_function_accepting_struct_via_named_argument.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
|
v1_call_to_v2_contract_function_pointer_accepting_struct.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
|
v1_call_to_v2_contract_function_returning_dynamic_string_array.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
|
v1_call_to_v2_contract_function_returning_struct_with_dynamic_array.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
|
v1_call_to_v2_contract_function_returning_struct.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
|
v1_call_to_v2_event_accepting_struct.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
|
v1_call_to_v2_library_bound_function_returning_struct.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
|
v1_call_to_v2_library_function_accepting_storage_struct.sol
|
|
|
|
v1_call_to_v2_library_function_returning_struct.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
|
v1_call_to_v2_modifier.sol
|
|
|
|
v1_constructor_with_v2_modifier.sol
|
|
|
|
v1_inheritance_from_contract_calling_v2_function.sol
|
|
|
|
v1_inheritance_from_contract_defining_v2_event.sol
|
|
|
|
v1_inheritance_from_contract_defining_v2_function_accepting_struct.sol
|
|
|
|
v1_inheritance_from_contract_defining_v2_function_returning_struct.sol
|
|
|
|
v1_inheritance_from_contract_emitting_v2_event.sol
|
|
|
|
v1_modifier_overriding_v2_modifier.sol
|
|
|
|
v1_v2_v1_modifier_mix.sol
|
|
|
|
v2_accessing_returned_dynamic_array_with_returndata_support.sol
|
|
|
|
v2_accessing_returned_dynamic_array_without_returndata_support.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
|
v2_call_to_v2_constructor_accepting_struct.sol
|
|
|
|
v2_call_to_v2_contract_function_pointer_accepting_struct.sol
|
|
|
|
v2_call_to_v2_contract_function_returning_dynamic_string_array.sol
|
|
|
|
v2_call_to_v2_contract_function_returning_struct_with_dynamic_array.sol
|
|
|
|
v2_call_to_v2_contract_function_returning_struct.sol
|
|
|
|
v2_call_to_v2_event_accepting_struct.sol
|
|
|
|
v2_call_to_v2_library_function_pointer_accepting_struct.sol
|
|
|
|
v2_call_to_v2_library_function_returning_struct.sol
|
|
|
|
v2_v1_v1_modifier_sandwich.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
|
v2_v1_v2_modifier_sandwich.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |