.. |
cleanup
|
Validate external functions from calldata.
|
2020-11-03 13:28:08 +01:00 |
abi_encode_calldata_slice.sol
|
[Sol->Yul] Enabling new bytes(n)
|
2020-05-14 12:55:14 +02:00 |
abi_encode_empty_string_v2.sol
|
Implement Yul IR generation for abi.encode*
|
2020-05-07 19:39:15 +02:00 |
abi_encode_rational_v2.sol
|
Implement Yul IR generation for abi.encode*
|
2020-05-07 19:39:15 +02:00 |
abi_encode_v2_in_function_inherited_in_v1_contract.sol
|
Look for experimental pragmas in the module containing the definition when generating code for modifiers and inherited functions
|
2020-10-12 14:29:53 +02:00 |
abi_encode_v2_in_modifier_used_in_v1_contract.sol
|
Look for experimental pragmas in the module containing the definition when generating code for modifiers and inherited functions
|
2020-10-12 14:29:53 +02:00 |
abi_encode_v2.sol
|
Update tests.
|
2020-07-20 15:40:58 +02:00 |
calldata_array_dynamic_index_access.sol
|
Implement Yul IR generation for abi.encode*
|
2020-05-07 19:39:15 +02:00 |
calldata_array_dynamic_static_dynamic.sol
|
[Sol->Yul] Implementing bytes copying from calldata to memory.
|
2020-07-27 15:14:26 +02:00 |
calldata_array_dynamic_static_short_decode.sol
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
calldata_array_dynamic_static_short_reencode.sol
|
Introduce non-reversed version of tupleEncoder.
|
2020-05-07 15:08:09 +02:00 |
calldata_array_dynamic.sol
|
Implement Yul IR generation for abi.encode*
|
2020-05-07 19:39:15 +02:00 |
calldata_array_function_types.sol
|
Implement ABI encoding of calldata arrays and structs.
|
2019-04-04 13:05:32 +02:00 |
calldata_array_multi_dynamic.sol
|
Implement Yul IR generation for abi.encode*
|
2020-05-07 19:39:15 +02:00 |
calldata_array_static_dynamic_static.sol
|
Implement internal functions in storage.
|
2020-11-02 23:10:03 +01:00 |
calldata_array_static_index_access.sol
|
Implement Yul IR generation for abi.encode*
|
2020-05-07 19:39:15 +02:00 |
calldata_array_static.sol
|
Implement Yul IR generation for abi.encode*
|
2020-05-07 19:39:15 +02:00 |
calldata_array_struct_dynamic.sol
|
Implement Yul IR generation for abi.encode*
|
2020-05-07 19:39:15 +02:00 |
calldata_array_two_dynamic.sol
|
Implement Yul IR generation for abi.encode*
|
2020-05-07 19:39:15 +02:00 |
calldata_array_two_static.sol
|
Implement Yul IR generation for abi.encode*
|
2020-05-07 19:39:15 +02:00 |
calldata_array.sol
|
Implement ABI encoding of calldata arrays and structs.
|
2019-04-04 13:05:32 +02:00 |
calldata_struct_dynamic.sol
|
Implement Yul IR generation for abi.encode*
|
2020-05-07 19:39:15 +02:00 |
calldata_struct_member_offset.sol
|
Update tests.
|
2020-07-20 15:40:58 +02:00 |
calldata_struct_simple.sol
|
Implement Yul IR generation for abi.encode*
|
2020-05-07 19:39:15 +02:00 |
memory_params_in_external_function.sol
|
Tests for memory in external functions.
|
2020-07-06 17:08:24 +02:00 |
storage_array_encoding.sol
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |