.. |
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
|
Move most event-related syntax tests from nameAndTypeResolution/ to events/
|
2020-09-09 14:53:46 +02:00 |
bytes_concat_on_event_type_info.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
double_event_declaration_ignores_anonymous.sol
|
Move most event-related syntax tests from nameAndTypeResolution/ to events/
|
2020-09-09 14:53:46 +02:00 |
double_event_declaration_ignores_indexed.sol
|
Move most event-related syntax tests from nameAndTypeResolution/ to events/
|
2020-09-09 14:53:46 +02:00 |
double_event_declaration.sol
|
Move most event-related syntax tests from nameAndTypeResolution/ to events/
|
2020-09-09 14:53:46 +02:00 |
event_abi_decode.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
event_array_indexed_v2.sol
|
Use new abicoder pragma.
|
2020-11-24 14:57:45 +01:00 |
event_array_v2.sol
|
Use new abicoder pragma.
|
2020-11-24 14:57:45 +01:00 |
event_bytes_concat_wrong_type.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
event_call.sol
|
Move most event-related syntax tests from nameAndTypeResolution/ to events/
|
2020-09-09 14:53:46 +02:00 |
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_encodecall_fail_args.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
event_function_inheritance_clash.sol
|
Move most event-related syntax tests from nameAndTypeResolution/ to events/
|
2020-09-09 14:53:46 +02:00 |
event_function_type_indexed.sol
|
Trivial isoltest updates: missing // ---- at the end
|
2021-04-20 17:38:29 +02:00 |
event_incompatible_binary_ops.sol
|
Add full stops to error messages
|
2022-08-05 09:52:48 +02:00 |
event_incompatible_operator_for_type.sol
|
Add full stops to error messages
|
2022-08-05 09:52:48 +02:00 |
event_incompatible_unary_operator.sol
|
Add full stops to error messages
|
2022-08-05 09:52:48 +02:00 |
event_inheritance.sol
|
Move most event-related syntax tests from nameAndTypeResolution/ to events/
|
2020-09-09 14:53:46 +02:00 |
event_invalid_function_modifier_type.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
event_library_function.sol
|
Improved error messages when converting to/from builtin functions
|
2020-12-10 22:38:15 +00:00 |
event_named_arguments_in_any_order.sol
|
FunctionType::canTakeArguments(): Use the correct index when comparing named parameter types
|
2020-09-09 14:45:58 +02:00 |
event_nested_array_2.sol
|
|
|
event_nested_array_in_struct.sol
|
Explicitly set coder to v1 for syntax tests.
|
2020-12-09 15:25:15 +01:00 |
event_nested_array_indexed_v2.sol
|
Use new abicoder pragma.
|
2020-11-24 14:57:45 +01:00 |
event_nested_array_v2.sol
|
Use new abicoder pragma.
|
2020-11-24 14:57:45 +01:00 |
event_nested_array.sol
|
Explicitly set coder to v1 for syntax tests.
|
2020-12-09 15:25:15 +01:00 |
event_overload_named_arguments_ambiguous_implicit_conversion.sol
|
FunctionType::canTakeArguments(): Use the correct index when comparing named parameter types
|
2020-09-09 14:45:58 +02:00 |
event_overload_named_arguments_ambiguous.sol
|
FunctionType::canTakeArguments(): Use the correct index when comparing named parameter types
|
2020-09-09 14:45:58 +02:00 |
event_overload_named_arguments_in_any_order.sol
|
FunctionType::canTakeArguments(): Use the correct index when comparing named parameter types
|
2020-09-09 14:45:58 +02:00 |
event_overload_named_arguments_wrong_types.sol
|
FunctionType::canTakeArguments(): Use the correct index when comparing named parameter types
|
2020-09-09 14:45:58 +02:00 |
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_return_tuple_not_convertible.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04: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
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
event_selector_library_declared_outside_but_called_inside_function.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
event_selector_syntax.sol
|
Refactor error/event selector tests
|
2022-06-14 12:04:19 +02:00 |
event_struct_indexed_v2.sol
|
Use new abicoder pragma.
|
2020-11-24 14:57:45 +01:00 |
event_struct_indexed.sol
|
Explicitly set coder to v1 for syntax tests.
|
2020-12-09 15:25:15 +01:00 |
event_struct_v2.sol
|
Use new abicoder pragma.
|
2020-11-24 14:57:45 +01:00 |
event_struct.sol
|
Explicitly set coder to v1 for syntax tests.
|
2020-12-09 15:25:15 +01:00 |
event_ternary_operator_different_types.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
event_to_function_conversion.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
event_too_many_indexed.sol
|
Move most event-related syntax tests from nameAndTypeResolution/ to events/
|
2020-09-09 14:53:46 +02:00 |
event_variable_declaration_implicit_conversion.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
event_without_emit_deprecated.sol
|
Move most event-related syntax tests from nameAndTypeResolution/ to events/
|
2020-09-09 14:53:46 +02:00 |
event_wrong_type_base_arg.sol
|
Display human readable type name in conversion error message
|
2022-07-06 10:49:51 -04:00 |
event.sol
|
Move most event-related syntax tests from nameAndTypeResolution/ to events/
|
2020-09-09 14:53:46 +02:00 |
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
|
Move most event-related syntax tests from nameAndTypeResolution/ to events/
|
2020-09-09 14:53:46 +02:00 |
function_event_inheritance_clash.sol
|
Move most event-related syntax tests from nameAndTypeResolution/ to events/
|
2020-09-09 14:53:46 +02:00 |
illegal_names_exception.sol
|
Tests/Docs after disallowing super, this and _ as declaration names
|
2020-11-25 11:14:13 +01:00 |
inheritance_adds_anonymous.sol
|
Disallow multiple events with same name and types.
|
2020-07-13 11:24:37 +02:00 |
inheritance_adds_indexed.sol
|
Disallow multiple events with same name and types.
|
2020-07-13 11:24:37 +02:00 |
inheritance_adds_parameter.sol
|
Trivial isoltest updates: missing // ---- at the end
|
2021-04-20 17:38:29 +02:00 |
inheritance_event_repeated.sol
|
Disallow multiple events with same name and types.
|
2020-07-13 11:24:37 +02:00 |
inheritance_multi_parent.sol
|
Disallow multiple events with same name and types.
|
2020-07-13 11:24:37 +02:00 |
inheritance_removes_indexed.sol
|
Disallow multiple events with same name and types.
|
2020-07-13 11:24:37 +02:00 |
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
|
Fix missing error when events are used without an emit statement.
|
2021-04-12 10:23:05 +02:00 |
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 |