Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Fix typos. | Cryptomental | 2018-07-11 | 1 | -1/+1 |
| | | | | | | Fix typos using codespell. Refs: #4442 | ||||
* | Enforcing error on msg.gas and block.blockhash() | Leonardo Alt | 2018-07-04 | 1 | -7/+4 |
| | |||||
* | Extract test cases from ViewPureChecker | Alex Beregszaszi | 2018-06-06 | 1 | -359/+0 |
| | |||||
* | Changes deprecation and adjusts tests. | bitshift | 2018-03-27 | 1 | -9/+24 |
| | |||||
* | Adds unit tests for moved function. | bitshift | 2018-03-27 | 1 | -2/+2 |
| | |||||
* | test: Rename test/TestHelper.* to test/Options.* and add Options::validate(). | Daniel Kirchner | 2018-03-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3611 from ethereum/warn-using-address-overload | Alex Beregszaszi | 2018-03-07 | 1 | -5/+5 |
|\ | | | | | Warn if using address overloads on contracts | ||||
| * | Warn if using address overloads on contracts | Alex Beregszaszi | 2018-03-05 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #3643 from ethereum/gasleft | chriseth | 2018-03-06 | 1 | -0/+1 |
|\ \ | |/ |/| | Move msg.gas to global function gasleft(). Closes #2971. | ||||
| * | Move msg.gas to global function gasleft(). Closes #2971. | Daniel Kirchner | 2018-03-05 | 1 | -0/+1 |
| | | |||||
* | | Add TangerineWhistle. | chriseth | 2018-03-02 | 1 | -1/+1 |
| | | |||||
* | | Returndatasize and staticcall test fixes. | chriseth | 2018-03-02 | 1 | -1/+4 |
| | | |||||
* | | Correctly set evm version in tests | chriseth | 2018-03-02 | 1 | -0/+2 |
|/ | |||||
* | Issue error if no visibility is specified (on 0.5.0) | Alex Beregszaszi | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | Add tests for selectors for public variables. | chriseth | 2018-02-13 | 1 | -1/+2 |
| | |||||
* | Allow `this.f.selector` to be pure. | chriseth | 2018-02-13 | 1 | -0/+46 |
| | |||||
* | Adjust tests for multiple errors with the var keyword | Alex Beregszaszi | 2018-02-13 | 1 | -3/+5 |
| | |||||
* | Do not use var where not neccessary in tests | Alex Beregszaszi | 2018-02-13 | 1 | -3/+3 |
| | |||||
* | Issue warning for using public visibility for interface functions | Alex Beregszaszi | 2018-02-01 | 1 | -2/+2 |
| | |||||
* | Allow ``gas`` in view functions. | chriseth | 2017-10-16 | 1 | -2/+5 |
| | |||||
* | Merge pull request #2904 from ethereum/viewPure5 | Alex Beregszaszi | 2017-09-15 | 1 | -0/+10 |
|\ | | | | | Enforce view with error for experimental 0.5.0. | ||||
| * | Enforce view with error for experimental 0.5.0. | chriseth | 2017-09-14 | 1 | -0/+10 |
| | | |||||
* | | Update view/pure tests to contain mandatory visibility specifiers | Alex Beregszaszi | 2017-09-14 | 1 | -53/+51 |
|/ | |||||
* | Allow constant variables in pure functions. | chriseth | 2017-09-06 | 1 | -0/+13 |
| | |||||
* | Tone down error message. | chriseth | 2017-09-06 | 1 | -3/+3 |
| | |||||
* | Analyze assembly. | chriseth | 2017-09-06 | 1 | -0/+62 |
| | |||||
* | New tests for view and pure checker. | chriseth | 2017-09-06 | 1 | -0/+323 |