Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Fixes wrong visibility specifier in interface constructor test. | Erik Kundt | 2018-07-04 | 2 | -9/+9 | |
| | | | | ||||||
| * | | | Fixes broken syntax tests. | Erik Kundt | 2018-07-04 | 2 | -18/+9 | |
| | | | | ||||||
| * | | | Adds default visibility specifier to syntax tests. | Erik Kundt | 2018-07-04 | 37 | -610/+619 | |
| |/ / | ||||||
* | | | Merge pull request #4366 from ethereum/libsolc-cleanup | Alex Beregszaszi | 2018-07-09 | 1 | -2/+22 | |
|\ \ \ | | | | | | | | | Implement new libsolc API | |||||
| * | | | Add new libsolc entry points (solidity_license/version/compile) | Alex Beregszaszi | 2018-06-30 | 1 | -0/+20 | |
| | | | | ||||||
| * | | | Rename JSONCompiler test suite to LibSolc | Alex Beregszaszi | 2018-06-29 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Merge pull request #4418 from ethereum/initialConstants | chriseth | 2018-07-05 | 2 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | Only allow compile-time constants for constant state variables. | |||||
| * | | | | Only allow compile-time constants for constant state variables. | chriseth | 2018-07-04 | 2 | -2/+2 | |
| | |/ / | |/| | | ||||||
* | | | | Fix allocation of byte arrays. | chriseth | 2018-07-05 | 1 | -2/+3 | |
| | | | | ||||||
* | | | | Fixes compilation errors. | Erik Kundt | 2018-07-04 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Fixes defects in end-to-end tests. | Erik Kundt | 2018-07-04 | 1 | -7/+7 | |
| | | | | ||||||
* | | | | Fixes assembly test. | Erik Kundt | 2018-07-04 | 1 | -7/+7 | |
| | | | | ||||||
* | | | | Updates unit test to specify visibility. | Erik Kundt | 2018-07-04 | 12 | -104/+104 | |
| | | | | ||||||
* | | | | Updates end-to-end tests to specify default visibility. | Erik Kundt | 2018-07-04 | 1 | -787/+787 | |
| | | | | ||||||
* | | | | Merge pull request #4409 from ethereum/viewPureChecker | chriseth | 2018-07-04 | 19 | -11/+163 | |
|\ \ \ \ | | | | | | | | | | | Enforce state mutability in view pure checker. | |||||
| * | | | | Extend view pure test suite. | Daniel Kirchner | 2018-07-04 | 17 | -3/+162 | |
| | | | | | ||||||
| * | | | | Adjust tests wrt strict view pure checker. | Daniel Kirchner | 2018-07-04 | 2 | -8/+1 | |
| |/ / / | ||||||
* / / / | Enforcing error on msg.gas and block.blockhash() | Leonardo Alt | 2018-07-04 | 8 | -41/+11 | |
|/ / / | ||||||
* | | | Merge pull request #4379 from ethereum/constructorArgsTwice | chriseth | 2018-07-04 | 8 | -30/+14 | |
|\ \ \ | | | | | | | | | Disallow constructor arguments given multiple times. | |||||
| * | | | Fix tests. | chriseth | 2018-06-29 | 1 | -22/+6 | |
| | | | | ||||||
| * | | | Disallow constructor arguments given multiple times. | chriseth | 2018-06-29 | 7 | -8/+8 | |
| | | | | ||||||
* | | | | Update test suite. | Daniel Kirchner | 2018-07-03 | 6 | -77/+13 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #4374 from ↵ | chriseth | 2018-07-03 | 5 | -77/+68 | |
|\ \ \ | | | | | | | | | | | | | | | | | ethereum/v050-var-keyword-removal-preps-end2end-tests V050 var keyword removal preparations (End-to-End tests) | |||||
| * | | | test: ensure compiled tests do not use var-keyword in preparation of ↵ | Christian Parpart | 2018-07-02 | 5 | -77/+68 | |
| |/ / | | | | | | | | | | var-keyword removal | |||||
* | | | Merge pull request #4305 from ethereum/transactionReceipts | chriseth | 2018-07-02 | 2 | -1/+26 | |
|\ \ \ | | | | | | | | | Determine transaction status in RPC sessions. | |||||
| * | | | Determine transaction status in RPC sessions. | Daniel Kirchner | 2018-07-02 | 2 | -1/+26 | |
| |/ / | ||||||
* | | | Remove trailing whitespace in missing visibility warning. | Daniel Kirchner | 2018-07-02 | 3 | -3/+3 | |
| | | | ||||||
* | | | Merge pull request #4386 from ethereum/testingDefaultVisibility | chriseth | 2018-07-02 | 43 | -189/+136 | |
|\ \ \ | | | | | | | | | Specify default visibility in syntax tests | |||||
| * | | | Adds review suggestions. | Erik Kundt | 2018-07-02 | 2 | -2/+7 | |
| | | | | ||||||
| * | | | Updates syntax tests to specify default visibility. | Erik Kundt | 2018-06-29 | 45 | -196/+138 | |
| |/ / | ||||||
* | | | Merge pull request #4224 from ethereum/revert_wrong_calldata | chriseth | 2018-07-02 | 1 | -10/+4 | |
|\ \ \ | |/ / |/| | | [BREAKING] Revert if calldata has wrong size | |||||
| * | | Revert if calldata is too short or points out of bounds | Leonardo Alt | 2018-06-26 | 1 | -10/+4 | |
| | | | ||||||
* | | | Merge pull request #4354 from ethereum/constructorSyntaxTests | chriseth | 2018-06-29 | 28 | -157/+151 | |
|\ \ \ | | | | | | | | | Updates tests to new constructor syntax | |||||
| * | | | Updates invalid syntax test. | Erik Kundt | 2018-06-29 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Updates syntax tests to new constructor syntax. | Erik Kundt | 2018-06-29 | 20 | -50/+43 | |
| | | | | ||||||
| * | | | Updates compiled unit tests to new constructor syntax. | Erik Kundt | 2018-06-29 | 8 | -107/+107 | |
| | | | | ||||||
* | | | | Merge pull request #4352 from D-Nice/develop | chriseth | 2018-06-29 | 2 | -0/+22 | |
|\ \ \ \ | |/ / / |/| | | | Fixes storage ref var typo error from 'prefix' to 'suffix' | |||||
| * | | | Add passing test case | D-Nice | 2018-06-29 | 2 | -2/+13 | |
| | | | | ||||||
| * | | | Adds storage_reference.sol syntax test | D-Nice | 2018-06-28 | 1 | -0/+11 | |
| | | | | ||||||
* | | | | Fallback function has to be external: backwards-compatible changes. | chriseth | 2018-06-29 | 34 | -89/+106 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #4365 from ethereum/type-identifier-test | Alex Beregszaszi | 2018-06-28 | 1 | -2/+18 | |
|\ \ \ | | | | | | | | | Some more type identifier tests | |||||
| * | | | Add more FixedPoint type tests | Alex Beregszaszi | 2018-06-28 | 1 | -1/+16 | |
| | | | | ||||||
| * | | | Add one more type identifier escaping test | Alex Beregszaszi | 2018-06-28 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Merge pull request #4097 from ethereum/noPackedExceptForPacked | chriseth | 2018-06-28 | 30 | -178/+172 | |
|\ \ \ \ | |/ / / |/| | | | [BREAKING] call only takes a single argument and does not pad | |||||
| * | | | Also mention regular abi.encode in error message. | chriseth | 2018-06-27 | 4 | -12/+12 | |
| | | | | ||||||
| * | | | Update tests and add new tests. | chriseth | 2018-06-25 | 7 | -3/+71 | |
| | | | | ||||||
| * | | | Adjust tests. | chriseth | 2018-06-25 | 24 | -170/+100 | |
| | | | | ||||||
| * | | | Forwarding length check. | chriseth | 2018-06-25 | 1 | -8/+4 | |
| | |/ | |/| | ||||||
* | | | Add emit keyword to tests. | chriseth | 2018-06-27 | 3 | -106/+31 | |
| | | | ||||||
* | | | Remove non-0.5.0 warning for emit keyword (make it mandatory) | Alex Beregszaszi | 2018-06-27 | 6 | -19/+6 | |
| | | | ||||||
* | | | test: Adapted to the change of the var-keyword elimination. | Christian Parpart | 2018-06-26 | 50 | -320/+119 | |
| | | | ||||||
* | | | test: drop obsoleted syntaxTest(s) | Christian Parpart | 2018-06-26 | 2 | -19/+0 | |
|/ / | ||||||
* | | Keep the 'if it not used as an address' helper message for all cases of ↵ | Alex Beregszaszi | 2018-06-25 | 4 | -4/+4 | |
| | | | | | | | | address related warnings | |||||
* | | Do not change SMT tests | Alex Beregszaszi | 2018-06-25 | 1 | -10/+10 | |
| | | ||||||
* | | Update tests for strict address literals | Jason Cobb | 2018-06-25 | 11 | -20/+19 | |
|/ | ||||||
* | Disallow the years unit denomination properly | Alex Beregszaszi | 2018-06-22 | 3 | -9/+2 | |
| | ||||||
* | Merge pull request #4306 from ethereum/remove_050_workaround_scoping | chriseth | 2018-06-21 | 26 | -102/+30 | |
|\ | | | | | [BREAKING] C99 scoping rules by default (remove 050 workaround) | |||||
| * | C99 scoping rules by default | Leonardo Alt | 2018-06-20 | 26 | -102/+30 | |
| | | ||||||
* | | Merge pull request #4219 from ethereum/functionTypeNamedArguments | Alex Beregszaszi | 2018-06-21 | 3 | -7/+6 | |
|\ \ | |/ |/| | Turn named return parameters in function types into an error. | |||||
| * | Return parameters in function types may not be named. | Daniel Kirchner | 2018-06-18 | 3 | -7/+6 | |
| | | ||||||
* | | Disallow raw callcode (was deprecated in 0.4.12) | Alex Beregszaszi | 2018-06-20 | 6 | -51/+4 | |
| | | ||||||
* | | Refactor syntax test infrastructure to prepare introducing semantics tests. | Daniel Kirchner | 2018-06-15 | 4 | -118/+201 | |
|/ | ||||||
* | Enforce disallowing empty structs | Christian Parpart | 2018-06-14 | 9 | -75/+23 | |
| | | | | | | | | This patch enfoces an error when it encounters an empty struct, effectively eliminating the deprecation warning. Also adjust 419_interface_structs to explicitely test for (non-empty) structs, as this behaviour "may" change in the future. | |||||
* | Properly pad data from calldata. | chriseth | 2018-06-13 | 2 | -8/+7 | |
| | ||||||
* | Disallow sha3/suicide aliases | Alex Beregszaszi | 2018-06-13 | 5 | -100/+15 | |
| | ||||||
* | Merge pull request #3627 from ethereum/additional-keywords | Alex Beregszaszi | 2018-06-12 | 1 | -2/+20 | |
|\ | | | | | [BREAKING] Add new reserved keywords. | |||||
| * | Add new reserved keywords. | Daniel Kirchner | 2018-06-12 | 1 | -2/+20 | |
| | | ||||||
* | | Merge pull request #4277 from ethereum/signedRightShift | Daniel Kirchner | 2018-06-12 | 1 | -0/+33 | |
|\ \ | | | | | | | Signed Right Shift: Additional test and more explanation. | |||||
| * | | Additional test and more explanation. | Daniel Kirchner | 2018-06-12 | 1 | -0/+33 | |
| |/ | ||||||
* | | Merge pull request #4273 from ethereum/soltestExceptions | Daniel Kirchner | 2018-06-12 | 1 | -3/+10 | |
|\ \ | |/ |/| | Improve exception handling in soltest and isoltest. | |||||
| * | Improve exception handling in soltest and isoltest. | Daniel Kirchner | 2018-06-12 | 1 | -3/+10 | |
| | | ||||||
* | | Use proper SAR for signed right shifts and emulate on pre-constantinople. | Daniel Kirchner | 2018-06-12 | 1 | -57/+115 | |
|/ | ||||||
* | Merge pull request #4241 from ethereum/show-named-arg | Alex Beregszaszi | 2018-06-06 | 1 | -1/+1 | |
|\ | | | | | Show named argument name in error | |||||
| * | Show named argument name in error | Alex Beregszaszi | 2018-06-06 | 1 | -1/+1 | |
| | | ||||||
* | | Extract test cases from ViewPureChecker | Alex Beregszaszi | 2018-06-06 | 23 | -359/+227 | |
|/ | ||||||
* | Merge pull request #4208 from ethereum/extract-name-and-type-tests | chriseth | 2018-06-05 | 551 | -7038/+4242 | |
|\ | | | | | Extract name and type tests | |||||
| * | Move "create2_as_variable" back to non-isoltest tests. | chriseth | 2018-06-05 | 2 | -6/+15 | |
| | | ||||||
| * | Remove extracted tests from SolidityNameAndTypeResolution | Alex Beregszaszi | 2018-05-31 | 1 | -7051/+0 | |
| | | ||||||
| * | Split out SolidityNameAndTypeResolution tests into SyntaxTests | Alex Beregszaszi | 2018-05-31 | 551 | -0/+4244 | |
| | | ||||||
| * | Reformat test for extraction tool | Alex Beregszaszi | 2018-05-31 | 1 | -1/+3 | |
| | | ||||||
* | | Merge pull request #4213 from ethereum/fixpop | chriseth | 2018-06-04 | 1 | -0/+34 | |
|\ \ | | | | | | | Fix bug related to byte array pop. | |||||
| * | | Add test for pop on the stack. | chriseth | 2018-05-31 | 1 | -0/+34 | |
| |/ | ||||||
* / | Remove sha3/suicide from assembly tests | Jason Cobb | 2018-06-04 | 2 | -24/+7 | |
|/ | ||||||
* | Merge pull request #4172 from ethereum/trailing_dot | chriseth | 2018-05-31 | 4 | -0/+38 | |
|\ | | | | | [BREAKING] Disallow trailing dot not followed by number | |||||
| * | Disallow trailing dots that are not followed by a number | Leonardo Alt | 2018-05-30 | 4 | -0/+38 | |
| | | ||||||
* | | Merge pull request #4205 from ethereum/name-and-type-tests-split | chriseth | 2018-05-31 | 1 | -18/+78 | |
|\ \ | | | | | | | Split up last NameAndTypeResolution test cases | |||||
| * | | Split up last NameAndTypeResolution test cases | Alex Beregszaszi | 2018-05-30 | 1 | -18/+78 | |
| |/ | ||||||
* | | Merge pull request #3743 from ethereum/popStorageArray | chriseth | 2018-05-31 | 30 | -0/+340 | |
|\ \ | |/ |/| | pop() for storage arrays | |||||
| * | Fixes assembly bug and adds tests to cover it. | Erik Kundt | 2018-05-30 | 1 | -23/+45 | |
| | | ||||||
| * | Adds syntax tests, documentation and changelog entry. | Erik Kundt | 2018-05-30 | 29 | -0/+54 | |
| | | | | | | | | Refines comment for array utility function. | |||||
| * | Improves assembly and adds more tests. | Erik Kundt | 2018-05-30 | 1 | -1/+124 | |
| | | ||||||
| * | Implements pop() for byte arrays. | Erik Kundt | 2018-05-29 | 1 | -6/+81 | |
| | | ||||||
| * | Implements pop() for value type arrays. | bitshift | 2018-05-29 | 1 | -0/+66 | |
| | | ||||||
* | | Merge pull request #4176 from sifmelcara/add/calldata-keyword | chriseth | 2018-05-30 | 16 | -4/+87 | |
|\ \ | | | | | | | Add a new keyword, "calldata", to allow explicitly specify data location in external function's argument list | |||||
| * | | Allow using `calldata` keyword to specify data location | mingchuan | 2018-05-30 | 16 | -4/+87 | |
| |/ | ||||||
* | | Split up NameAndTypeResolution test cases | Alex Beregszaszi | 2018-05-30 | 1 | -154/+492 | |
| | | ||||||
* | | Extend function type comparison test | Alex Beregszaszi | 2018-05-30 | 1 | -0/+16 | |
|/ | ||||||
* | Simplify fromElementaryTypeName tests | Alex Beregszaszi | 2018-05-24 | 1 | -96/+6 | |
| | ||||||
* | Move fromElementaryTypeName tests to SolidityTypes | Alex Beregszaszi | 2018-05-24 | 2 | -109/+117 | |
| | ||||||
* | Merge pull request #4067 from ethereum/050 | chriseth | 2018-05-24 | 15 | -74/+172 | |
|\ | | | | | [BREAKING] Version 0.5.0 | |||||
| * | Update control flow graph. | Daniel Kirchner | 2018-05-17 | 2 | -7/+19 | |
| | | ||||||
| * | Fix continue inside do-while. | Daniel Kirchner | 2018-05-17 | 1 | -0/+21 | |
| | | ||||||
| * | Adjust tests. | Daniel Kirchner | 2018-05-17 | 3 | -23/+23 | |
| | | ||||||
| * | Disallow conversions between bytesX and uintY of different size. | Daniel Kirchner | 2018-05-17 | 8 | -15/+56 | |
| | | ||||||
| * | Add syntax tests and Changelog entry | Leonardo Alt | 2018-05-17 | 1 | -0/+53 | |
| | | ||||||
| * | Bool variables should not allow arithmetic comparison | Leonardo Alt | 2018-05-17 | 1 | -29/+0 | |
| | | ||||||
* | | Move comments into test sources in SolidityNameAndTypeResolution | Alex Beregszaszi | 2018-05-23 | 1 | -43/+46 | |
| | | ||||||
* | | Move more parser tests to syntax tests | Alex Beregszaszi | 2018-05-22 | 55 | -642/+458 | |
| | | ||||||
* | | Tidy up tests to always have closing braces on the proper line | Alex Beregszaszi | 2018-05-16 | 4 | -38/+76 | |
|/ | ||||||
* | Split warning for multi arguments for hash functions | Alex Beregszaszi | 2018-05-16 | 7 | -18/+36 | |
| | ||||||
* | Add test for single non-bytes argument. | chriseth | 2018-05-16 | 1 | -0/+12 | |
| | ||||||
* | Adjust tests. | chriseth | 2018-05-16 | 11 | -10/+28 | |
| | ||||||
* | Add test for forwarding length check. | chriseth | 2018-05-16 | 1 | -0/+45 | |
| | ||||||
* | Merge pull request #4145 from ethereum/more-parser-test-moves | chriseth | 2018-05-16 | 12 | -132/+102 | |
|\ | | | | | Move couple of parser tests to syntax tests. | |||||
| * | Move couple of parser tests to syntax tests. | Alex Beregszaszi | 2018-05-16 | 12 | -132/+102 | |
| | | ||||||
* | | Add tests for multi variable declaration statement. | chriseth | 2018-05-16 | 9 | -0/+107 | |
|/ | ||||||
* | Merge pull request #4139 from ethereum/abiEncodeIsPure | chriseth | 2018-05-15 | 1 | -0/+7 | |
|\ | | | | | ABI encoding functions are pure and should be usable in constants. | |||||
| * | ABI encoding functions are pure and should be usable in constants. | chriseth | 2018-05-15 | 1 | -0/+7 | |
| | | ||||||
* | | Merge pull request #3947 from ethereum/smt_storage | chriseth | 2018-05-15 | 1 | -0/+76 | |
|\ \ | |/ |/| | [SMTChecker] Support to integer and Bool storage vars | |||||
| * | Testing state vars that are declared after functions that use them | Leonardo Alt | 2018-05-15 | 1 | -4/+3 | |
| | | ||||||
| * | [SMTChecker] Declaring all state vars before any function is visited | Leonardo Alt | 2018-05-15 | 1 | -0/+11 | |
| | | ||||||
| * | [SMTChecker] Support to integer and Bool storage vars | Leonardo Alt | 2018-05-15 | 1 | -0/+66 | |
| | | ||||||
* | | Merge pull request #4062 from ethereum/revert-variable | chriseth | 2018-05-15 | 1 | -0/+40 | |
|\ \ | |/ |/| | Fix revert with reason coming from a string variable | |||||
| * | Fix revert with reason coming from a string variable | Alex Beregszaszi | 2018-05-09 | 1 | -0/+40 | |
| | | ||||||
* | | Add test for default location. | Daniel Kirchner | 2018-05-15 | 1 | -0/+19 | |
| | | ||||||
* | | Add control flow analyzer and test for uninitialized storage returns. | Daniel Kirchner | 2018-05-15 | 22 | -0/+375 | |
| | | ||||||
* | | Remove "view"'s in end-to-end tests that will result in errors in 0.5.0. | Daniel Kirchner | 2018-05-11 | 1 | -7/+7 | |
| | | ||||||
* | | Replace constant with view in the tests. | Daniel Kirchner | 2018-05-09 | 13 | -107/+88 | |
|/ | ||||||
* | Merge pull request #4104 from ethereum/parserErrorSourceLocations | Alex Beregszaszi | 2018-05-09 | 31 | -57/+57 | |
|\ | | | | | Proper source locations for parser errors. | |||||
| * | Update test expectations. | Daniel Kirchner | 2018-05-09 | 31 | -57/+57 | |
| | | ||||||
* | | Add more tests for right shifts. | Daniel Kirchner | 2018-05-09 | 1 | -0/+157 | |
|/ | ||||||
* | Merge pull request #4054 from ethereum/token-names | chriseth | 2018-05-09 | 19 | -32/+32 | |
|\ | | | | | Improve parser error messages | |||||
| * | Update parser test expectations | Alex Beregszaszi | 2018-05-04 | 19 | -32/+32 | |
| | | ||||||
* | | Test with high path complexity. | chriseth | 2018-05-09 | 1 | -0/+40 | |
| | | ||||||
* | | New tests for wildcard assignments. | chriseth | 2018-05-08 | 5 | -0/+66 | |
| | | ||||||
* | | Remove deprecated syntax from a test | chriseth | 2018-05-08 | 1 | -1/+1 | |
| | | ||||||
* | | Extract tests. | chriseth | 2018-05-08 | 6 | -74/+47 | |
| | | ||||||
* | | Merge pull request #4063 from ethereum/emit-non-event | chriseth | 2018-05-04 | 1 | -0/+10 | |
|\ \ | |/ |/| | Show proper error when trying to emit a non-event | |||||
| * | Show proper error when trying to emit a non-event | Alex Beregszaszi | 2018-05-04 | 1 | -0/+10 | |
| | | ||||||
* | | Simplify expectIdentifierToken by using expectToken | Alex Beregszaszi | 2018-05-04 | 9 | -10/+10 | |
|/ | ||||||
* | Merge pull request #4053 from ethereum/parser-syntax-tests | chriseth | 2018-05-03 | 30 | -319/+183 | |
|\ | | | | | Move some parser tests to syntax tests | |||||
| * | Move some parser tests to syntax tests | Alex Beregszaszi | 2018-05-03 | 30 | -319/+183 | |
| | | ||||||
* | | Merge pull request #3797 from ethereum/shift-constantinople | chriseth | 2018-05-02 | 1 | -3/+2 | |
|\ \ | | | | | | | Use native shift instructions on Constantinople | |||||
| * | | Update source location test expectations | Alex Beregszaszi | 2018-05-01 | 1 | -3/+2 | |
| |/ | ||||||
* | | Revert "BREAKING: Bool variables should not allow arithmetic comparison" | chriseth | 2018-05-02 | 2 | -53/+29 | |
| | | ||||||
* | | Merge pull request #4003 from ethereum/bool_vars_comparison | chriseth | 2018-05-02 | 2 | -29/+53 | |
|\ \ | | | | | | | BREAKING: Bool variables should not allow arithmetic comparison | |||||
| * | | Add syntax tests and Changelog entry | Leonardo Alt | 2018-04-27 | 1 | -0/+53 | |
| | | | ||||||
| * | | Bool variables should not allow arithmetic comparison | Leonardo Alt | 2018-04-27 | 1 | -29/+0 | |
| | | | ||||||
* | | | Add virtual destructors on base classes. | Alexander Arlt | 2018-05-02 | 1 | -0/+1 | |
| |/ |/| | ||||||
* | | Add syntax tests for bytesM | Alex Beregszaszi | 2018-04-30 | 5 | -0/+62 | |
|/ | ||||||
* | Merge pull request #3981 from ethereum/years-suffix | chriseth | 2018-04-24 | 7 | -19/+35 | |
|\ | | | | | The "year" denomination is deprecated | |||||
| * | The "year" denomination is deprecated | Alex Beregszaszi | 2018-04-23 | 3 | -0/+13 | |
| | | ||||||
| * | Add more denomination tests | Alex Beregszaszi | 2018-04-23 | 2 | -0/+11 | |
| | | ||||||
| * | Extract subdenomination tests | Alex Beregszaszi | 2018-04-23 | 3 | -19/+11 | |
| | | ||||||
* | | Merge pull request #3970 from elopio/test/docstring-tag-end | Alex Beregszaszi | 2018-04-24 | 2 | -0/+6 | |
|\ \ | | | | | | | docstring: add missing space | |||||
| * | | docstring: add missing space | Leo Arias | 2018-04-24 | 2 | -0/+6 | |
| | | | ||||||
* | | | Merge pull request #3976 from ethereum/emptyTupleComponent | chriseth | 2018-04-23 | 7 | -0/+78 | |
|\ \ \ | |_|/ |/| | | Empty tuple components should not be possible | |||||
| * | | Treats inline array as an error. | Erik Kundt | 2018-04-23 | 1 | -3/+1 | |
| | | | ||||||
| * | | Turns it into warning (error for 0.5.0) and adds Changelog entry. | Erik Kundt | 2018-04-23 | 8 | -15/+45 | |
| | | | ||||||
| * | | Prevents null type from being used in tuple. | Erik Kundt | 2018-04-22 | 5 | -0/+50 | |
| |/ | ||||||
* | | Turn deprecated warnings for sha3/suicide into errors (experimental 0.5.0) | Alex Beregszaszi | 2018-04-21 | 2 | -1/+14 | |
| | | ||||||
* | | Extract syntax tests | Alex Beregszaszi | 2018-04-21 | 2 | -26/+13 | |
|/ | ||||||
* | Update tight packing test cases | Alex Beregszaszi | 2018-04-20 | 1 | -3/+14 | |
| | ||||||
* | Make literals an error for tight packing (experimental 0.5.0) | Alex Beregszaszi | 2018-04-20 | 1 | -0/+26 | |
| | ||||||
* | Remove unnecessary masking of the result of known short instructions | Alex Beregszaszi | 2018-04-20 | 1 | -0/+20 | |
| | ||||||
* | Merge pull request #3941 from ethereum/bytes-contract | chriseth | 2018-04-19 | 1 | -0/+7 | |
|\ | | | | | Disallow explicit conversion of bytesXX to contract | |||||
| * | Disallow explicit conversion of bytesXX to contract | Alex Beregszaszi | 2018-04-19 | 1 | -0/+7 | |
| | | ||||||
* | | Improve error message for failed member lookup. | chriseth | 2018-04-19 | 3 | -0/+24 | |
| | | ||||||
* | | Extract tests. | chriseth | 2018-04-19 | 2 | -15/+10 | |
|/ | ||||||
* | Warn about functions named "constructor". | chriseth | 2018-04-19 | 1 | -0/+5 | |
| | ||||||
* | Fix name clashes between constructor and fallback function. | chriseth | 2018-04-18 | 4 | -2/+14 | |
| | ||||||
* | Extract tests. | chriseth | 2018-04-18 | 26 | -182/+197 | |
| | ||||||
* | Merge pull request #3868 from ethereum/bytescleanup | chriseth | 2018-04-16 | 1 | -0/+23 | |
|\ | | | | | Properly force-clean for shortening bytesXX conversions. | |||||
| * | Tests for bytes cleanup. | chriseth | 2018-04-16 | 1 | -0/+23 | |
| | | ||||||
* | | Merge pull request #3793 from ethereum/rationalNumberLimit | chriseth | 2018-04-16 | 9 | -0/+136 | |
|\ \ | |/ |/| | Rational number limit | |||||
| * | Limits rational numbers to 4096 bits. | Erik Kundt | 2018-04-16 | 9 | -0/+136 | |
| | | ||||||
* | | Merge pull request #3875 from ethereum/constructorSelfRef | chriseth | 2018-04-14 | 3 | -0/+50 | |
|\ \ | |/ |/| | Stricter check for "this" in constructor. | |||||
| * | Stricter check for member access to "this" in constructor. | Daniel Kirchner | 2018-04-13 | 3 | -0/+50 | |
| | | ||||||
* | | Adds unit test that covers long typeDescription and renames suite. | Erik Kundt | 2018-04-13 | 2 | -1/+29 | |
| | | ||||||
* | | Separates tests for legacy and compact output. | Erik Kundt | 2018-04-13 | 2 | -231/+332 | |
| | | ||||||
* | | Adds type expectations to legacy tests. | Erik Kundt | 2018-04-13 | 1 | -0/+7 | |
| | | ||||||
* | | Uses short string representation of TypePointer | Erik Kundt | 2018-04-13 | 1 | -0/+30 | |
| | | ||||||
* | | Merge pull request #3364 from ethereum/revertWithReason | chriseth | 2018-04-13 | 6 | -22/+260 | |
|\ \ | | | | | | | Revert with reason | |||||
| * | | Remove dead code and clarify throw. | chriseth | 2018-04-13 | 1 | -1/+0 | |
| | | | ||||||
| * | | Update documentation and minor changes. | chriseth | 2018-04-12 | 1 | -1/+0 | |
| | | | ||||||
| * | | Use error signature for revert data. | chriseth | 2018-04-12 | 1 | -9/+14 | |
| | | | ||||||
| * | | Update expectation. | chriseth | 2018-04-12 | 1 | -2/+2 | |
| | | | ||||||
| * | | Adjust expectations in case of homestead VM. | chriseth | 2018-04-12 | 1 | -11/+16 | |
| | | | ||||||
| * | | Adjust tests. | chriseth | 2018-04-12 | 3 | -13/+19 | |
| | | | ||||||
| * | | Update source location tests. | chriseth | 2018-04-12 | 1 | -5/+16 | |
| | | | ||||||
| * | | Tests about error bubbling for create and transfer. | chriseth | 2018-04-12 | 1 | -2/+70 | |
| | | | ||||||
| * | | Bubble up error messages. | chriseth | 2018-04-12 | 1 | -0/+37 | |
| | | | ||||||
| * | | Allow error string for ``require``. | chriseth | 2018-04-12 | 1 | -0/+56 | |
| | | | ||||||
| * | | Tests for revert with reason string. | chriseth | 2018-04-12 | 2 | -1/+53 | |
| |/ | ||||||
* | | Merge pull request #2980 from ethereum/abi-api | chriseth | 2018-04-13 | 11 | -52/+505 | |
|\ \ | | | | | | | Add abi.encode and abi.encodePacked | |||||
| * | | Allow struct encoding with new encoder. | chriseth | 2018-04-12 | 5 | -5/+161 | |
| | | | ||||||
| * | | Check partial function parameters if rest is arbitrary. | chriseth | 2018-04-12 | 1 | -0/+13 | |
| | | | ||||||
| * | | Tests for view and pure. | chriseth | 2018-04-12 | 2 | -0/+44 | |
| | | | ||||||
| * | | Tests. | chriseth | 2018-04-12 | 4 | -102/+218 | |
| | | | ||||||
| * | | Add abi.encode, abi.encodePacked, abi.encodeWithSelector and ↵ | Alex Beregszaszi | 2018-04-12 | 2 | -0/+124 | |
| | | | | | | | | | | | | abi.encodeWithSignature. | |||||
* | | | Add additional test for ``var`` for storage variables. | Daniel Kirchner | 2018-04-12 | 3 | -7/+36 | |
| | | | ||||||
* | | | Fix internal compiler error when parsing ``var`` declaration without identifier. | Daniel Kirchner | 2018-04-12 | 3 | -22/+26 | |
| |/ |/| | ||||||
* | | Merge pull request #3848 from ethereum/constantDivisionByZero | chriseth | 2018-04-12 | 14 | -20/+98 | |
|\ \ | |/ |/| | Error on invalid arithmetic with constant expressions. | |||||
| * | Add test to check ConstantEvaluator for pure non-rational functions. | Daniel Kirchner | 2018-04-12 | 1 | -0/+11 | |
| | | ||||||
| * | Add tests for literal operations as well. | Daniel Kirchner | 2018-04-12 | 4 | -0/+20 | |
| | | ||||||
| * | Error on invalid arithmetic with constant expressions. | Daniel Kirchner | 2018-04-12 | 9 | -20/+67 | |
| | | ||||||
* | | Properly cope with constructor headers. | chriseth | 2018-04-12 | 2 | -0/+15 | |
| | | ||||||
* | | Update expectations. | chriseth | 2018-04-12 | 10 | -17/+18 | |
| | | ||||||
* | | Extract modifier tests. | chriseth | 2018-04-12 | 15 | -158/+73 | |
| | | ||||||
* | | Warn if modifiers are applied to functions without implementation. | chriseth | 2018-04-12 | 2 | -0/+23 | |
| | | ||||||
* | | New tests for function state variables. | chriseth | 2018-04-12 | 6 | -0/+61 | |
| | | ||||||
* | | Add expectations. | chriseth | 2018-04-12 | 24 | -9/+53 | |
| | | ||||||
* | | Extract function type tests. | chriseth | 2018-04-12 | 26 | -313/+132 | |
| | | ||||||
* | | Merge pull request #3863 from ethereum/fixGasEstimation | chriseth | 2018-04-12 | 1 | -0/+13 | |
|\ \ | |/ |/| | Correctly ignore costs of fallback for other functions. | |||||
| * | Correctly ignore costs of fallback for other functions. | chriseth | 2018-04-12 | 1 | -0/+13 | |
| | | ||||||
* | | Fix ConstantEvaluator to correctly handle single element tuples. | Daniel Kirchner | 2018-04-12 | 3 | -0/+35 | |
| | | ||||||
* | | Syntax Tests: extract array_length_* tests. | Daniel Kirchner | 2018-04-12 | 20 | -165/+117 | |
|/ | ||||||
* | Merge pull request #3580 from ethereum/asm-bitshift-optim | chriseth | 2018-04-11 | 2 | -0/+131 | |
|\ | | | | | Add simplification rule for bitwise shifting | |||||
| * | Ignore shift warnings on constantinople tests | Alex Beregszaszi | 2018-04-10 | 1 | -0/+2 | |
| | | ||||||
| * | Add end to end tests for SHL/SHR/SAR instructions (constantinople only) | Alex Beregszaszi | 2018-04-10 | 1 | -0/+129 | |
| | | ||||||
* | | Fix line numbers for errors. | chriseth | 2018-04-11 | 2 | -512/+512 | |
| | | ||||||
* | | Merge pull request #3309 from ethereum/limit-errors | chriseth | 2018-04-11 | 2 | -0/+1048 | |
|\ \ | | | | | | | Limit the number of errors output in a single run to 256 | |||||
| * | | Limit the number of errors output in a single run to 256 | Alex Beregszaszi | 2018-04-06 | 2 | -0/+1048 | |
| |/ | ||||||
* | | Fix bug in typechecking when comparing rational literals | Jason Cobb | 2018-04-11 | 1 | -0/+7 | |
| | | ||||||
* | | Add source locations to syntax test expectations. | Daniel Kirchner | 2018-04-10 | 53 | -89/+163 | |
| | | ||||||
* | | Error when using no parentheses in modifier-style constructor calls. | Daniel Kirchner | 2018-04-10 | 2 | -2/+5 | |
| | | ||||||
* | | Move constructor argument override check to TypeChecker and reuse ↵ | Daniel Kirchner | 2018-04-09 | 8 | -7/+19 | |
| | | | | | | | | annotations in ContractCompiler. | |||||
* | | Allow duplicated constructor calls, if no arguments; support for multiple ↵ | Daniel Kirchner | 2018-04-09 | 8 | -5/+38 | |
| | | | | | | | | | | | | inheritance; backwards compatibility. # tmp | |||||
* | | Error on duplicated super constructor calls | Federico Bond | 2018-04-09 | 3 | -4/+12 | |
|/ | ||||||
* | Allow ``memory`` suffix for internal elementary type parsing. | chriseth | 2018-04-05 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #3824 from ethereum/baseArgumentsEmptyParenthesis | Daniel Kirchner | 2018-04-05 | 3 | -1/+16 | |
|\ | | | | | Error when using empty parentheses for base class constructors that r… | |||||
| * | Error when using empty parenthesis for base class constructors that require ↵ | Daniel Kirchner | 2018-04-05 | 3 | -1/+16 | |
| | | | | | | | | arguments. | |||||
* | | Merge pull request #3745 from ethereum/fixRecursion | Alex Beregszaszi | 2018-04-05 | 14 | -125/+115 | |
|\ \ | | | | | | | Fix invalid recursion errors for structs | |||||
| * | | Extract constant cycle tests. | chriseth | 2018-04-03 | 5 | -32/+32 | |
| | | | ||||||
| * | | Fix detection of recursive structs. | chriseth | 2018-04-03 | 2 | -0/+30 | |
| | | | ||||||
| * | | Extract recursive struct tests. | chriseth | 2018-04-03 | 8 | -93/+53 | |
| | | | ||||||
* | | | Merge pull request #3822 from ethereum/swap-comparison | chriseth | 2018-04-05 | 1 | -0/+44 | |
|\ \ \ | | | | | | | | | Replace comparison operators with opposites if preceded by SWAP1 | |||||
| * | | | Add end-to-end test for SwapComparison and CommutativeSwap peephole optimisers | Alex Beregszaszi | 2018-04-05 | 1 | -0/+44 | |
| | | | | ||||||
* | | | | More specific push implementation. | chriseth | 2018-04-04 | 2 | -2/+67 | |
|/ / / | ||||||
* | | | Merge pull request #3808 from ethereum/parserTests | chriseth | 2018-04-04 | 7 | -119/+74 | |
|\ \ \ | | | | | | | | | SyntaxTests: extend syntax tests and isoltest to support parser error… | |||||
| * | | | Adds parsing sub-directory in syntaxTests and moves two example tests from ↵ | Daniel Kirchner | 2018-04-04 | 3 | -20/+9 | |
| | | | | | | | | | | | | | | | | SolidityParser.cpp to test contracts. | |||||
| * | | | SyntaxTests: extend syntax tests and isoltest to support parser errors and ↵ | Daniel Kirchner | 2018-04-04 | 4 | -99/+65 | |
| | | | | | | | | | | | | | | | | compiler exceptions. | |||||
* | | | | Create empty dynamic memory arrays more efficiently. | chriseth | 2018-04-04 | 4 | -8/+66 | |
| |_|/ |/| | | ||||||
* | | | Remove redundant test and enforce success without warnings. | Daniel Kirchner | 2018-04-04 | 1 | -7/+1 | |
| | | | ||||||
* | | | Constructors are defined using the ``constructor`` keyword. | Daniel Kirchner | 2018-04-04 | 3 | -5/+40 | |
|/ / | ||||||
* | | Merge pull request #3693 from ethereum/optimizeMLOAD | Alex Beregszaszi | 2018-04-03 | 2 | -8/+81 | |
|\ \ | |/ |/| | Optimize across MLOAD if MSIZE is not used. | |||||
| * | Add memory array init test. | chriseth | 2018-04-03 | 1 | -0/+26 | |
| | | ||||||
| * | Test number of sstore operations. | chriseth | 2018-04-03 | 1 | -7/+33 | |
| | | ||||||
| * | Optimize across MLOAD if MSIZE is not used. | chriseth | 2018-04-03 | 1 | -1/+22 | |
| | | ||||||
* | | Merge pull request #3699 from ethereum/interfaceExternalVisibility | Alex Beregszaszi | 2018-04-03 | 8 | -48/+39 | |
|\ \ | | | | | | | Defaults to external visibility for interfaces. |