..
anonymous_event_four_indexed.sol
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
anonymous_event_too_many_indexed.sol
double_event_declaration_ignores_anonymous.sol
double_event_declaration_ignores_indexed.sol
double_event_declaration.sol
event_array_indexed_v2.sol
event_array_v2.sol
event_call.sol
event_emit_complex.sol
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
event_emit_foreign_class.sol
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
event_emit_simple.sol
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
event_function_inheritance_clash.sol
event_function_type_indexed.sol
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
event_inheritance.sol
event_library_function.sol
event_named_arguments_in_any_order.sol
event_nested_array_2.sol
event_nested_array_in_struct.sol
event_nested_array_indexed_v2.sol
event_nested_array_v2.sol
event_nested_array.sol
event_overload_named_arguments_ambiguous_implicit_conversion.sol
event_overload_named_arguments_ambiguous.sol
event_overload_named_arguments_in_any_order.sol
event_overload_named_arguments_wrong_types.sol
event_param_type_outside_storage.sol
Errors about nested mapping in event parameter are fatal.
2021-06-03 11:02:27 +02:00
event_param_type_shadowed_by_param_name.sol
Fix shadowing struct types by struct member names
2021-06-09 12:37:11 +02:00
event_selector_access_foreign_contract.sol
Revert the change that made events accessible in other contacts via qualified access
2022-06-14 12:04:14 +02:00
event_selector_access_interface.sol
Revert the change that made events accessible in other contacts via qualified access
2022-06-14 12:04:14 +02:00
event_selector_access_library.sol
Revert the change that made events accessible in other contacts via qualified access
2022-06-14 12:04:14 +02:00
event_selector_library_called_inside_function.sol
Refactor error/event selector tests
2022-06-14 12:04:19 +02:00
event_selector_library_declared_outside_but_called_inside_function.sol
Adding event and error selector fields on the lines of the function selector fields
2022-05-23 10:49:16 +02:00
event_selector_syntax.sol
Refactor error/event selector tests
2022-06-14 12:04:19 +02:00
event_struct_indexed_v2.sol
event_struct_indexed.sol
event_struct_v2.sol
event_struct.sol
event_too_many_indexed.sol
event_without_emit_deprecated.sol
event.sol
events_with_same_name_different_types.sol
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
events_with_same_name_unnamed_arguments.sol
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
events_with_same_name.sol
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
function_event_in_contract_clash.sol
function_event_inheritance_clash.sol
illegal_names_exception.sol
inheritance_adds_anonymous.sol
inheritance_adds_indexed.sol
inheritance_adds_parameter.sol
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
inheritance_event_repeated.sol
inheritance_multi_parent.sol
inheritance_removes_indexed.sol
internal_type.sol
Added tests for internal or recursive types as event / error param
2021-06-03 11:02:27 +02:00
multiple_event_without_emit.sol
multiple_events_argument_clash.sol
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
multiple_inheritance.sol
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
overloading_in_contract.sol
Trivial isoltest updates: normalized whitespace
2021-04-20 17:38:29 +02:00