.. |
address_code_complex.sol
|
Implement address(...).code in the IR
|
2020-12-11 03:00:30 +00:00 |
address_code.sol
|
Activating some tests viaYul after implementing getters for bytes.
|
2020-12-21 14:46:13 +01:00 |
assignment_to_const_var_involving_expression.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
balance.sol
|
[ewasm] Polyfill: balance & address: Update Tests.
|
2021-01-19 13:04:45 -05:00 |
byte_optimization_bug.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
code_access_content.sol
|
Update tests.
|
2021-03-10 14:22:30 +01:00 |
code_access_create.sol
|
Update tests.
|
2021-03-10 14:22:30 +01:00 |
code_access_padding.sol
|
Cleanup allocation.
|
2021-01-20 18:25:27 +01:00 |
code_access_runtime.sol
|
Update tests.
|
2021-03-10 14:22:30 +01:00 |
code_length_contract_member.sol
|
Tests and changelog for <address>.code.length shortcut
|
2021-01-26 11:08:39 +01:00 |
code_length.sol
|
Tests and changelog for <address>.code.length shortcut
|
2021-01-26 11:08:39 +01:00 |
codebalance_assembly.sol
|
Add more semantic tests for balance/extcodehash
|
2020-09-24 19:04:27 +01:00 |
codehash_assembly.sol
|
Add more semantic tests for balance/extcodehash
|
2020-09-24 19:04:27 +01:00 |
codehash.sol
|
Support address().codehash
|
2020-12-09 14:58:27 +00:00 |
contract_binary_dependencies.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
crazy_elementary_typenames_on_stack.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
cross_contract_types.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
decayed_tuple.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
destructuring_assignment.sol
|
Use unbounded allocation before returning.
|
2021-04-08 18:37:24 +02:00 |
empty_name_return_parameter.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
external_types_in_calls.sol
|
Update tests.
|
2021-03-10 14:22:30 +01:00 |
flipping_sign_tests.sol
|
Fix YulUtilFunctions::negateNumberWrappingFunction
|
2021-01-13 21:29:37 +00:00 |
gasleft_decrease.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
gasleft_shadow_resolution.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
inline_member_init_inheritence.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
inline_member_init.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
inline_tuple_with_rational_numbers.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
iszero_bnot_correct.sol
|
[ewasm] Polyfill: balance & address: Update Tests.
|
2021-01-19 13:04:45 -05:00 |
literal_empty_string.sol
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
memory_overwrite.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
multi_modifiers.sol
|
Implement function modifiers.
|
2020-12-17 17:00:51 +01:00 |
multi_variable_declaration.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
negative_stack_height.sol
|
Enable via yul or explain why disabled.
|
2021-01-19 16:12:53 +01:00 |
nested_calldata_struct_to_memory.sol
|
Use new abicoder pragma.
|
2020-11-24 14:57:45 +01:00 |
nested_calldata_struct.sol
|
[ewasm] Polyfill: balance & address: Update Tests.
|
2021-01-19 13:04:45 -05:00 |
positive_integers_to_signed.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
senders_balance.sol
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
single_copy_with_multiple_inheritance.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
skip_dynamic_types_for_static_arrays_with_dynamic_elements.sol
|
Use new abicoder pragma.
|
2020-11-24 14:57:45 +01:00 |
skip_dynamic_types_for_structs.sol
|
Use unbounded allocation before returning.
|
2021-04-08 18:37:24 +02:00 |
skip_dynamic_types.sol
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
state_variable_local_variable_mixture.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
state_variable_under_contract_name.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
staticcall_for_view_and_pure_pre_byzantium.sol
|
Support bare calls.
|
2020-05-11 15:11:46 +02:00 |
staticcall_for_view_and_pure.sol
|
Use unbounded allocation before returning.
|
2021-04-08 18:37:24 +02:00 |
storage_string_as_mapping_key_without_variable.sol
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
store_bytes.sol
|
Copy byte array to storage.
|
2020-10-29 18:53:15 +01:00 |
string_tuples.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
super_alone.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
super_parentheses.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
super.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
swap_in_storage_overwrite.sol
|
Use unbounded allocation before returning.
|
2021-04-08 18:37:24 +02:00 |
test_underscore_in_hex.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
tuples.sol
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
typed_multi_variable_declaration.sol
|
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
|
2020-11-21 08:57:56 -05:00 |
value_complex.sol
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
value_insane.sol
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
write_storage_external.sol
|
[Sol->Yul] Enabling creation function call
|
2020-04-27 16:15:57 +02:00 |