.. |
array_copy_calldata_storage.sol
|
Moving some more array tests to semanticTests.
|
2020-11-13 12:32:39 +01:00 |
array_copy_cleanup_uint40.sol
|
Organizing array tests into more directories.
|
2020-11-13 12:32:39 +01:00 |
array_copy_cleanup_uint128.sol
|
Organizing array tests into more directories.
|
2020-11-13 12:32:39 +01:00 |
array_copy_clear_storage_packed.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
array_copy_clear_storage.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
array_copy_different_packing.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
array_copy_including_array.sol
|
Fix assignment to non-lvalue storage values.
|
2020-11-17 15:56:34 +01:00 |
array_copy_memory_to_storage.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
array_copy_nested_array.sol
|
Fix bug in array to storage copy routine.
|
2020-11-17 14:56:44 +01:00 |
array_copy_storage_abi_signed.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
array_copy_storage_storage_dyn_dyn.sol
|
Copy value array from storage to storage.
|
2020-11-17 10:51:34 +01:00 |
array_copy_storage_storage_static_dynamic.sol
|
Copy value array from storage to storage.
|
2020-11-17 10:51:34 +01:00 |
array_copy_storage_storage_static_static.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
array_copy_storage_storage_struct.sol
|
Fix bug in array to storage copy routine.
|
2020-11-17 14:56:44 +01:00 |
array_copy_storage_to_memory.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
array_copy_target_leftover2.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
array_copy_target_leftover.sol
|
Moving some bytes and array tests to semanticTests
|
2020-11-13 12:32:39 +01:00 |
array_copy_target_simple.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
array_nested_calldata_to_storage.sol
|
[Sol->Yul] Fixing ice when copying struct that contains nested array to storage
|
2020-10-28 09:28:40 +01:00 |
array_nested_memory_to_storage.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
array_of_struct_calldata_to_storage.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
array_of_struct_memory_to_storage.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
array_of_structs_containing_arrays_calldata_to_storage.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
array_of_structs_containing_arrays_memory_to_storage.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
array_storage_multi_items_per_slot.sol
|
[Sol->Yul] Fixing storage array index access
|
2020-09-08 16:02:56 +02:00 |
arrays_from_and_to_storage.sol
|
Moving some more array tests to semanticTests.
|
2020-11-13 12:32:39 +01:00 |
bytes_inside_mappings.sol
|
Copy byte arrays from storage to storage.
|
2020-11-16 19:06:33 +01:00 |
bytes_memory_to_storage.sol
|
Copy byte array to storage.
|
2020-10-29 18:53:15 +01:00 |
bytes_storage_to_memory.sol
|
Fix string literal assignment to storage.
|
2020-11-19 15:27:21 +01:00 |
calldata_array_dynamic_to_storage.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
calldata_array_of_struct_to_memory.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
calldata_bytes_array_to_memory.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
calldata_bytes_to_storage.sol
|
Copy byte array to storage.
|
2020-10-29 18:53:15 +01:00 |
calldata_dynamic_array_to_memory.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
copy_byte_array_in_struct_to_storage.sol
|
New test.
|
2020-10-29 18:53:15 +01:00 |
copy_byte_array_to_storage.sol
|
New test.
|
2020-10-29 18:53:15 +01:00 |
copy_function_storage_array.sol
|
Copy value array from storage to storage.
|
2020-11-17 10:51:34 +01:00 |
copy_internal_function_array_to_storage.sol
|
Implement internal functions in storage.
|
2020-11-02 23:10:03 +01:00 |
copy_removes_bytes_data.sol
|
Copy byte arrays from storage to storage.
|
2020-11-16 19:06:33 +01:00 |
empty_bytes_copy.sol
|
Fix empty array copy bug.
|
2020-10-15 16:48:08 +02:00 |
storage_memory_nested_bytes.sol
|
Copying of arrays from storage to memory.
|
2020-10-08 15:16:13 +02:00 |
storage_memory_nested_from_pointer.sol
|
Copying of arrays from storage to memory.
|
2020-10-08 15:16:13 +02:00 |
storage_memory_nested_struct.sol
|
Copying of arrays from storage to memory.
|
2020-10-08 15:16:13 +02:00 |
storage_memory_nested.sol
|
Copying of arrays from storage to memory.
|
2020-10-08 15:16:13 +02:00 |
storage_memory_packed_dyn.sol
|
Copying of arrays from storage to memory.
|
2020-10-08 15:16:13 +02:00 |
storage_memory_packed.sol
|
Copying of arrays from storage to memory.
|
2020-10-08 15:16:13 +02:00 |