aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ViewPureChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-0/+1
* Add return data to bare calls.Daniel Kirchner2018-09-041-1/+2
* Add view pure checker tests for ``address.staticcall(...)``.Daniel Kirchner2018-08-151-1/+20
* test: Fix typos.Cryptomental2018-07-111-1/+1
* Enforcing error on msg.gas and block.blockhash()Leonardo Alt2018-07-041-7/+4
* Extract test cases from ViewPureCheckerAlex Beregszaszi2018-06-061-359/+0
* Changes deprecation and adjusts tests.bitshift2018-03-271-9/+24
* Adds unit tests for moved function.bitshift2018-03-271-2/+2
* test: Rename test/TestHelper.* to test/Options.* and add Options::validate().Daniel Kirchner2018-03-141-1/+1
* Merge pull request #3611 from ethereum/warn-using-address-overloadAlex Beregszaszi2018-03-071-5/+5
|\
| * Warn if using address overloads on contractsAlex Beregszaszi2018-03-051-5/+5
* | Merge pull request #3643 from ethereum/gasleftchriseth2018-03-061-0/+1
|\ \ | |/ |/|
| * Move msg.gas to global function gasleft(). Closes #2971.Daniel Kirchner2018-03-051-0/+1
* | Add TangerineWhistle.chriseth2018-03-021-1/+1
* | Returndatasize and staticcall test fixes.chriseth2018-03-021-1/+4
* | Correctly set evm version in testschriseth2018-03-021-0/+2
|/
* Issue error if no visibility is specified (on 0.5.0)Alex Beregszaszi2018-02-271-1/+1
* Add tests for selectors for public variables.chriseth2018-02-131-1/+2
* Allow `this.f.selector` to be pure.chriseth2018-02-131-0/+46
* Adjust tests for multiple errors with the var keywordAlex Beregszaszi2018-02-131-3/+5
* Do not use var where not neccessary in testsAlex Beregszaszi2018-02-131-3/+3
* Issue warning for using public visibility for interface functionsAlex Beregszaszi2018-02-011-2/+2
* Allow ``gas`` in view functions.chriseth2017-10-161-2/+5
* Merge pull request #2904 from ethereum/viewPure5Alex Beregszaszi2017-09-151-0/+10
|\
| * Enforce view with error for experimental 0.5.0.chriseth2017-09-141-0/+10
* | Update view/pure tests to contain mandatory visibility specifiersAlex Beregszaszi2017-09-141-53/+51
|/
* Allow constant variables in pure functions.chriseth2017-09-061-0/+13
* Tone down error message.chriseth2017-09-061-3/+3
* Analyze assembly.chriseth2017-09-061-0/+62
* New tests for view and pure checker.chriseth2017-09-061-0/+323