aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/viewPureChecker
Commit message (Collapse)AuthorAgeFilesLines
* Update test suite to use address payable.Daniel Kirchner2018-09-121-0/+2
|
* Merge pull request #4590 from ethereum/msgValueModifierchriseth2018-09-052-0/+12
|\ | | | | Warn if modifier uses msg.value in non-payable function
| * Turn warning into error.chriseth2018-09-041-1/+1
| |
| * Warns if modifier uses msg.value in non-payable function.Erik Kundt2018-09-042-0/+12
| |
* | Add return data to bare calls.Daniel Kirchner2018-09-042-6/+10
|/
* Disallow ambiguous conversions between number literals and bytesXX types.Daniel Kirchner2018-08-132-5/+5
|
* Update tests to remove support for loose assemblyChristian Parpart2018-08-022-14/+0
|
* Disallow loos assembly in Solidity by permanently setting it to SyntaxError ↵Christian Parpart2018-08-022-3/+2
| | | | (from Warning)
* Extend view pure test suite.Daniel Kirchner2018-07-0417-3/+162
|
* Adjust tests wrt strict view pure checker.Daniel Kirchner2018-07-042-8/+1
|
* Fallback function has to be external: backwards-compatible changes.chriseth2018-06-291-1/+1
|
* Adjust tests.chriseth2018-06-251-3/+3
|
* Extract test cases from ViewPureCheckerAlex Beregszaszi2018-06-0622-0/+227