.. |
array
|
Adjusts syntax tests to read-only array length.
|
2019-11-19 21:11:09 +01:00 |
access_to_base_member_constant.sol
|
Fix view/pure checker for access to base.
|
2019-07-03 11:19:57 +02:00 |
access_to_base_member_function.sol
|
Fix view/pure checker for access to base.
|
2019-07-03 11:19:57 +02:00 |
access_to_base_member_struct.sol
|
Fix view/pure checker for access to base.
|
2019-07-03 11:19:57 +02:00 |
access_to_base_members.sol
|
Fix view/pure checker for access to base.
|
2019-07-03 11:19:57 +02:00 |
assembly.sol
|
Adapting the tests to strict inline assembly.
|
2019-10-25 15:01:25 +02:00 |
builtin_functions_restrict_warning.sol
|
Disallow ambiguous conversions between number literals and bytesXX types.
|
2018-08-13 14:27:01 +02:00 |
builtin_functions_view_fail.sol
|
Split fallback function and introduce "fallback()" and "receive()" syntax.
|
2019-11-04 17:17:58 +01:00 |
builtin_functions.sol
|
Split fallback function and introduce "fallback()" and "receive()" syntax.
|
2019-11-04 17:17:58 +01:00 |
call_internal_functions_fail.sol
|
Extend view pure test suite.
|
2018-07-04 11:25:45 +02:00 |
call_internal_functions_success.sol
|
Extract test cases from ViewPureChecker
|
2018-06-06 15:41:41 +01:00 |
callvalue_nonpayable_assembly_fallback.sol
|
Split fallback function and introduce "fallback()" and "receive()" syntax.
|
2019-11-04 17:17:58 +01:00 |
callvalue_nonpayable_assembly_function_internal.sol
|
Do not require payable for callvalue instruction.
|
2019-05-22 11:30:29 +02:00 |
callvalue_nonpayable_assembly_function_modifier.sol
|
Do not require payable for callvalue instruction.
|
2019-05-22 11:30:29 +02:00 |
callvalue_nonpayable_assembly_function.sol
|
Do not require payable for callvalue instruction.
|
2019-05-22 11:30:29 +02:00 |
callvalue_payable_assembly_fallback.sol
|
Split fallback function and introduce "fallback()" and "receive()" syntax.
|
2019-11-04 17:17:58 +01:00 |
callvalue_payable_assembly_function_modifier.sol
|
Issue error for callvalue in nonpayable function
|
2019-03-19 20:45:27 +01:00 |
callvalue_payable_assembly_function.sol
|
Issue error for callvalue in nonpayable function
|
2019-03-19 20:45:27 +01:00 |
constant_restrict_warning.sol
|
Extend view pure test suite.
|
2018-07-04 11:25:45 +02:00 |
constant.sol
|
Extract test cases from ViewPureChecker
|
2018-06-06 15:41:41 +01:00 |
creation_no_restrict_warning.sol
|
Extend view pure test suite.
|
2018-07-04 11:25:45 +02:00 |
creation_view_fail.sol
|
Extend view pure test suite.
|
2018-07-04 11:25:45 +02:00 |
function_types_fail.sol
|
Extend view pure test suite.
|
2018-07-04 11:25:45 +02:00 |
function_types.sol
|
Extract test cases from ViewPureChecker
|
2018-06-06 15:41:41 +01:00 |
gas_value_without_call.sol
|
Deprecated warning for .value() and .gas() on function and constructror calls
|
2020-03-04 12:51:49 +01:00 |
gas_with_call_nonpayable.sol
|
Deprecated warning for .value() and .gas() on function and constructror calls
|
2020-03-04 12:51:49 +01:00 |
immutable.sol
|
Parsing of immutable state variable.
|
2020-03-12 17:11:24 +01:00 |
interface.sol
|
Implement virtual keyword
|
2019-11-14 11:49:39 +01:00 |
local_storage_variables_fail.sol
|
Extend view pure test suite.
|
2018-07-04 11:25:45 +02:00 |
local_storage_variables.sol
|
Extract test cases from ViewPureChecker
|
2018-06-06 15:41:41 +01:00 |
mappings.sol
|
Extract test cases from ViewPureChecker
|
2018-06-06 15:41:41 +01:00 |
modifiers_fail.sol
|
Extend view pure test suite.
|
2018-07-04 11:25:45 +02:00 |
modifiers.sol
|
Extract test cases from ViewPureChecker
|
2018-06-06 15:41:41 +01:00 |
msg_value_modifier_view.sol
|
Issue error for callvalue in nonpayable function
|
2019-03-19 20:45:27 +01:00 |
msg_value_modifier.sol
|
Warns if modifier uses msg.value in non-payable function.
|
2018-09-03 18:35:57 +02:00 |
overriding_fail.sol
|
Implement virtual keyword
|
2019-11-14 11:49:39 +01:00 |
overriding_no_restrict_warning.sol
|
Implement virtual keyword
|
2019-11-14 11:49:39 +01:00 |
read_storage_pure_fail.sol
|
Extend view pure test suite.
|
2018-07-04 11:25:45 +02:00 |
returning_structs_fail.sol
|
Extend view pure test suite.
|
2018-07-04 11:25:45 +02:00 |
returning_structs_no_restrict_warning.sol
|
Extend view pure test suite.
|
2018-07-04 11:25:45 +02:00 |
selector_complex2.sol
|
Extract test cases from ViewPureChecker
|
2018-06-06 15:41:41 +01:00 |
selector_complex.sol
|
Extract test cases from ViewPureChecker
|
2018-06-06 15:41:41 +01:00 |
selector.sol
|
Extend view pure test suite.
|
2018-07-04 11:25:45 +02:00 |
smoke_test.sol
|
Extract test cases from ViewPureChecker
|
2018-06-06 15:41:41 +01:00 |
staticcall_gas_view.sol
|
Deprecated warning for .value() and .gas() on function and constructror calls
|
2020-03-04 12:51:49 +01:00 |
suggest_pure.sol
|
Disable state mutability warning for functions with empty body
|
2018-12-12 14:43:44 +01:00 |
suggest_view.sol
|
Extract test cases from ViewPureChecker
|
2018-06-06 15:41:41 +01:00 |
value_with_call_nonpayable.sol
|
Deprecated warning for .value() and .gas() on function and constructror calls
|
2020-03-04 12:51:49 +01:00 |
write_storage_fail.sol
|
Adjust tests wrt strict view pure checker.
|
2018-07-04 10:14:58 +02:00 |