.. |
abiDecodeV1
|
Initial introduction of array slices with partial implementation for dynamic calldata arrays.
|
2019-09-13 10:57:53 +02:00 |
abiEncoderV2
|
Split calldataEncodedSize into calldataEncodedSize, calldataEncodedTailSize and calldataHeadSize and fix all usages.
|
2019-08-08 15:52:21 +02:00 |
array
|
[Sol->Yul] Adding slicing for call data arrays
|
2020-03-13 13:40:38 +01:00 |
asmForLoop
|
[Sol->Yul] Compile some tests with yul
|
2019-06-11 17:44:36 +02:00 |
builtinFunctions
|
Extracting more end-to-end tests.
|
2019-07-22 16:31:46 +02:00 |
conversions
|
YulUtilFunctions: convertionFunction() to also handle array string/memory casts.
|
2020-03-10 11:21:12 +01:00 |
ecrecover
|
Moves ecrecover tests to isoltest.
|
2019-03-13 10:53:10 +01:00 |
exponentiation
|
Allow exponentials with signed base and unsigned power.
|
2019-09-04 17:32:47 +02:00 |
expressions
|
Split fallback function and introduce "fallback()" and "receive()" syntax.
|
2019-11-04 17:17:58 +01:00 |
extracted
|
Extracted 292 tests from SolidityEndToEndTest.cpp
|
2020-03-18 11:56:43 -05:00 |
fallback
|
Split fallback function and introduce "fallback()" and "receive()" syntax.
|
2019-11-04 17:17:58 +01:00 |
functionCall
|
Test.
|
2020-03-10 22:44:06 +01:00 |
functionSelector
|
Introduce FunctionKind::Declaration and allow accessing function signatures via contract name.
|
2020-01-09 15:40:41 +01:00 |
inlineAssembly
|
Allow access to `_slot ` for local storage pointer variables.
|
2020-02-25 14:28:04 +01:00 |
libraries
|
Add selector member to public and external library functions.
|
2019-11-15 16:12:29 +01:00 |
literals
|
Allow underscores in hex strings.
|
2019-09-06 17:58:35 +02:00 |
receive
|
TestFileParser: Adding new keyword wei for expressing function value
|
2020-02-21 11:39:37 +01:00 |
revertStrings
|
Use yul function for calldata tail access, fix checks and add additional revert reason.
|
2020-03-04 14:39:36 +01:00 |
salted_create
|
Tests for salted create.
|
2020-01-23 21:20:01 +01:00 |
smoke
|
TestFileParser: Adding new keyword wei for expressing function value
|
2020-02-21 11:39:37 +01:00 |
specialFunctions
|
Unifies behavior for member access of ABI functions.
|
2019-04-29 14:27:10 +02:00 |
statements
|
Extracting more end-to-end tests.
|
2019-07-08 16:04:52 +02:00 |
storage
|
Adjusts semantic tests to read-only array length.
|
2019-11-19 21:11:14 +01:00 |
structs
|
Adjusts semantic tests to read-only array length.
|
2019-11-19 21:11:14 +01:00 |
tryCatch
|
Deprecated warning for .value() and .gas() on function and constructror calls
|
2020-03-04 12:51:49 +01:00 |
types
|
Allow tests to be marked ABIEncoderV1Only.
|
2020-02-04 17:22:03 +01:00 |
uninitializedFunctionPointer
|
Updates tests to version 0.6.0.
|
2019-09-24 12:01:14 +02:00 |
variables
|
Implement overridding of functions by public variables
|
2019-12-05 12:48:52 +00:00 |
viaYul
|
[Sol->Yul] Adding slicing for call data arrays
|
2020-03-13 13:40:38 +01:00 |
c99_scoping_activation.sol
|
Extracting some Solidity end-to-end tests.
|
2019-07-01 15:37:46 +02:00 |
empty_contract.sol
|
Check that functions exist in isoltest.
|
2020-02-13 13:22:53 +01:00 |
interface_inheritance_conversions.sol
|
Update tests for interface inheritance
|
2020-01-22 09:40:40 -05:00 |
shifts.sol
|
[Sol->Yul] Compile some tests with yul
|
2019-06-11 17:44:36 +02:00 |
snark.sol
|
Merge remote-tracking branch 'origin/develop' into develop_060
|
2019-12-10 10:07:30 +01:00 |
state_var_initialization.sol
|
Implements constructor code for state variables.
|
2019-08-05 11:23:01 +02:00 |