.. |
abiDecodeV1
|
|
|
abiEncoderV2
|
|
|
array
|
|
|
asmForLoop
|
|
|
builtinFunctions
|
|
|
ecrecover
|
|
|
exponentiation
|
|
|
expressions
|
Split fallback function and introduce "fallback()" and "receive()" syntax.
|
2019-11-04 17:17:58 +01:00 |
fallback
|
Split fallback function and introduce "fallback()" and "receive()" syntax.
|
2019-11-04 17:17:58 +01:00 |
functionCall
|
Extract some semantic tests
|
2020-01-28 11:59:44 +01:00 |
functionSelector
|
Introduce FunctionKind::Declaration and allow accessing function signatures via contract name.
|
2020-01-09 15:40:41 +01:00 |
inlineAssembly
|
Test for true/false in inline assembly.
|
2020-01-14 17:16:09 +01:00 |
libraries
|
Add selector member to public and external library functions.
|
2019-11-15 16:12:29 +01:00 |
literals
|
|
|
receive
|
Split fallback function and introduce "fallback()" and "receive()" syntax.
|
2019-11-04 17:17:58 +01:00 |
revertStrings
|
Add reason string for internal reverts
|
2020-02-10 11:57:20 -03:00 |
salted_create
|
Tests for salted create.
|
2020-01-23 21:20:01 +01:00 |
smoke
|
Split fallback function and introduce "fallback()" and "receive()" syntax.
|
2019-11-04 17:17:58 +01:00 |
specialFunctions
|
|
|
statements
|
|
|
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
|
Updates to control structures (2).
|
2019-12-12 17:01:57 +01:00 |
types
|
Allow tests to be marked ABIEncoderV1Only.
|
2020-02-04 17:22:03 +01:00 |
uninitializedFunctionPointer
|
|
|
variables
|
Implement overridding of functions by public variables
|
2019-12-05 12:48:52 +00:00 |
viaYul
|
Use IRVariable's in IR code generation and implement tuples.
|
2020-02-12 12:36:14 +01:00 |
c99_scoping_activation.sol
|
|
|
empty_contract.sol
|
|
|
interface_inheritance_conversions.sol
|
Update tests for interface inheritance
|
2020-01-22 09:40:40 -05:00 |
shifts.sol
|
|
|
snark.sol
|
Merge remote-tracking branch 'origin/develop' into develop_060
|
2019-12-10 10:07:30 +01:00 |
state_var_initialization.sol
|
|
|