Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4662 from evgeniuz/develop | Alex Beregszaszi | 2018-08-03 | 1 | -0/+18 |
|\ | | | | | added helper function that joins vectors of strings | ||||
| * | added helper function that joins vectors of strings, refactored suggestions ↵ | Evgeniy Filatov | 2018-08-03 | 1 | -0/+18 |
| | | | | | | | | formattingi function to use it | ||||
* | | Turn warning about uninitialized storage returns into an error. | Daniel Kirchner | 2018-08-03 | 21 | -178/+178 |
|/ | |||||
* | Merge pull request #4646 from ethereum/smt_model_secondary_location | Alex Beregszaszi | 2018-08-02 | 1 | -1/+1 |
|\ | | | | | SMT model is sorted and printed as secondary location | ||||
| * | SMT model variables are sorted and printed as secondary source location | Leonardo Alt | 2018-08-02 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #4399 from ethereum/contractWhitespace | Alex Beregszaszi | 2018-08-02 | 43 | -792/+792 |
|\ \ | |/ |/| | Remove trailing whitespace in all contract files. | ||||
| * | Remove trailing whitespace in all contract files. | Daniel Kirchner | 2018-08-02 | 43 | -792/+792 |
| | | |||||
* | | Add additional test cases. | Daniel Kirchner | 2018-08-01 | 2 | -0/+10 |
| | | |||||
* | | Do not exclude public state variables when looking for conflicting declarations. | Daniel Kirchner | 2018-08-01 | 4 | -0/+27 |
|/ | |||||
* | Merge pull request #4378 from ethereum/noBaseWithoutArguments | Alex Beregszaszi | 2018-08-01 | 2 | -1/+10 |
|\ | | | | | [BREAKING] Disallow calling base constructors without arguments. | ||||
| * | Correctly determine whether base constructor is called without parentheses. | chriseth | 2018-08-01 | 1 | -0/+9 |
| | | |||||
| * | Disallow calling base constructors without arguments. | chriseth | 2018-08-01 | 1 | -1/+1 |
| | | |||||
* | | Adds positive/negative tests for checking error on cyclic dependency checker ↵ | Christian Parpart | 2018-08-01 | 4 | -0/+791 |
|/ | | | | exhaustion | ||||
* | Fix tests regarding contract type conversion. | chriseth | 2018-08-01 | 16 | -34/+35 |
| | |||||
* | Disallow conversion between unrelated contract types. | chriseth | 2018-08-01 | 11 | -8/+72 |
| | |||||
* | Merge pull request #4507 from ethereum/v050-var-keyword-trace-removals | Alex Beregszaszi | 2018-08-01 | 5 | -0/+40 |
|\ | | | | | Ensures an empty use of var keyword is caught with the proper non-fatal error message | ||||
| * | Ensures an empty use of var keyword is caught with the proper error message. | Christian Parpart | 2018-08-01 | 5 | -0/+40 |
| | | |||||
* | | Merge pull request #4625 from ethereum/pragma-cleanup | Alex Beregszaszi | 2018-07-31 | 6 | -20/+12 |
|\ \ | | | | | | | Remove unnecessary or stray version pragmas | ||||
| * | | Replace stray solidity pragma with progamatically inserting it in ↵ | Alex Beregszaszi | 2018-07-31 | 1 | -4/+2 |
| | | | | | | | | | | | | SolidityOptimizer test | ||||
| * | | Remove unnecesary version pragma from some syntax tests | Alex Beregszaszi | 2018-07-31 | 5 | -16/+10 |
| | | | |||||
* | | | Fix crash when FunctionType has undeclared type as parameter | Leonardo Alt | 2018-07-31 | 7 | -11/+36 |
|/ / | |||||
* | | Replace dev::eth namespace with dev::lll in LLL | Alex Beregszaszi | 2018-07-28 | 5 | -8/+8 |
| | | |||||
* | | Merge pull request #4556 from ethereum/library-data-locations | Alex Beregszaszi | 2018-07-26 | 6 | -0/+22 |
|\ \ | | | | | | | Add tests for data locations within libraries | ||||
| * | | Add tests for data locations within libraries | Alex Beregszaszi | 2018-07-25 | 6 | -0/+22 |
| | | | |||||
* | | | Merge pull request #4561 from ethereum/scanner-tests | Alex Beregszaszi | 2018-07-26 | 1 | -1/+18 |
|\ \ \ | | | | | | | | | Add comprehensive tests for the scanner | ||||
| * | | | Scanner tests for all shifts | Alex Beregszaszi | 2018-07-25 | 1 | -1/+10 |
| | | | | |||||
| * | | | Scanner tests for all escapes | Alex Beregszaszi | 2018-07-25 | 1 | -0/+8 |
| |/ / | |||||
* | | | Merge pull request #4562 from ethereum/parser-tests | Alex Beregszaszi | 2018-07-25 | 12 | -0/+61 |
|\ \ \ | | | | | | | | | Add comprehensive tests for the parser | ||||
| * | | | Add syntax tests for import statements | Alex Beregszaszi | 2018-07-25 | 5 | -0/+15 |
| | | | | |||||
| * | | | Add syntax test for illegal pragma key | Alex Beregszaszi | 2018-07-25 | 1 | -0/+4 |
| | | | | |||||
| * | | | Add syntax test for location specifier redeclarations | Alex Beregszaszi | 2018-07-25 | 3 | -0/+23 |
| | | | | |||||
| * | | | Add syntax test for empty emit statement | Alex Beregszaszi | 2018-07-25 | 1 | -0/+7 |
| | | | | |||||
| * | | | Add syntax tests for assembly block type (evmasm) | Alex Beregszaszi | 2018-07-25 | 2 | -0/+12 |
| |/ / | |||||
* | | | Fix upstream issues in stringutils | Alex Beregszaszi | 2018-07-25 | 1 | -1/+1 |
| | | | |||||
* | | | Update stringutils to upstream 3c63f18 | Alex Beregszaszi | 2018-07-25 | 1 | -98/+104 |
| | | | |||||
* | | | Add more tests for inlineasm/AsmAnalyzer | Alex Beregszaszi | 2018-07-25 | 5 | -0/+60 |
| | | | |||||
* | | | Add more comprehensive tests for embedded inline assembly LValue/RValue access | Alex Beregszaszi | 2018-07-25 | 7 | -0/+74 |
|/ / | |||||
* | | Merge pull request #4572 from ethereum/cmake-boost-tests | Alex Beregszaszi | 2018-07-25 | 1 | -1/+1 |
|\ \ | | | | | | | Do not include single-header boost_unit_test | ||||
| * | | Do not include single-header boost_unit_test | Paweł Bylica | 2018-07-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Do not mix 2 different usage variants of boost_unit_test. If you link with static libs do not include the single-header variant. See https://www.boost.org/doc/libs/1_67_0/libs/test/doc/html/boost_test/usage_variants.html#boost_test.usage_variants.single_header | ||||
* | | | Merge pull request #4554 from ethereum/indexing-tests | Alex Beregszaszi | 2018-07-25 | 6 | -0/+46 |
|\ \ \ | | | | | | | | | Add comprehensive syntax tests for indexed access | ||||
| * | | | Add comprehensive syntax tests for indexed access | Alex Beregszaszi | 2018-07-25 | 6 | -0/+46 |
| |/ / | |||||
* / / | More consistent catch statements | Alex Beregszaszi | 2018-07-25 | 1 | -1/+1 |
|/ / | | | | | | | Also take const& in all cases. | ||||
* | | Add syntax tests for unknown / invalid pragma | Alex Beregszaszi | 2018-07-25 | 2 | -0/+6 |
| | | |||||
* | | Merge pull request #4527 from ethereum/mappingEnforceStorage | Alex Beregszaszi | 2018-07-24 | 9 | -10/+37 |
|\ \ | | | | | | | Enforces explicit data location for mappings | ||||
| * | | Enforces data location of local mappings to storage. | Erik Kundt | 2018-07-24 | 9 | -10/+37 |
| | | | |||||
* | | | Disallow functions without implementation to use modifiers. This was already ↵ | Christian Parpart | 2018-07-24 | 2 | -3/+3 |
| |/ |/| | | | | | the case in the experimental 0.5.0 mode. | ||||
* | | Merge pull request #4439 from ethereum/address_members | chriseth | 2018-07-19 | 25 | -144/+45 |
|\ \ | | | | | | | [BREAKING] Enforce address members not accessible by contract instance | ||||
| * | | Changes in ExpressionCompiler | Leonardo Alt | 2018-07-19 | 1 | -0/+6 |
| | | | |||||
| * | | Removing tests that are not useful anymore | Leonardo Alt | 2018-07-18 | 3 | -43/+0 |
| | | | |||||
| * | | Add suggestion to error message | Leonardo Alt | 2018-07-17 | 12 | -12/+12 |
| | | | |||||
| * | | Address members not accessible by contract instance | Leonardo Alt | 2018-07-17 | 24 | -104/+42 |
| | | | |||||
* | | | Adds warning if function is shadowing a contract. | Erik Kundt | 2018-07-18 | 2 | -5/+10 |
| | | | |||||
* | | | Adjusts syntax tests to new constructor syntax. | Erik Kundt | 2018-07-18 | 29 | -116/+3 |
| |/ |/| | |||||
* | | Adds comment about reasoning behind syntax test. | Erik Kundt | 2018-07-18 | 1 | -3/+5 |
| | | |||||
* | | Removes obsolete syntax tests. | Erik Kundt | 2018-07-18 | 2 | -10/+0 |
| | | |||||
* | | Suggests external for fallback and interface functions. | chriseth | 2018-07-18 | 7 | -6/+16 |
| | | |||||
* | | Adjusts tests to expect type errors on default visibility. | Erik Kundt | 2018-07-18 | 7 | -18/+7 |
|/ | |||||
* | Merge pull request #4463 from ethereum/isoltest-colors-on-windows | Christian Parpart | 2018-07-17 | 1 | -0/+26 |
|\ | | | | | isoltest: adds support for properly handling ANSI escape sequences on Windows | ||||
| * | isoltest: adds support for properly handling ANSI escape sequences on ↵ | Christian Parpart | 2018-07-16 | 1 | -0/+26 |
| | | | | | | | | Win32/Win64 builds. | ||||
* | | Add missing period in the end of error messages | Leonardo Alt | 2018-07-16 | 33 | -33/+33 |
| | | |||||
* | | Merge pull request #4481 from ethereum/disallow-throw | chriseth | 2018-07-16 | 29 | -124/+107 |
|\ \ | | | | | | | [BREAKING] Deprecate the throw statement | ||||
| * | | Replace throw with revert() in compilation tests | Alex Beregszaszi | 2018-07-16 | 23 | -92/+92 |
| | | | |||||
| * | | Replace throw with revert() in end-to-end tests | Alex Beregszaszi | 2018-07-16 | 3 | -14/+14 |
| | | | |||||
| * | | Deprecate the throw statement | Alex Beregszaszi | 2018-07-16 | 3 | -18/+1 |
| | | | |||||
* | | | Fixes end-to-end tests. | Erik Kundt | 2018-07-16 | 4 | -16/+16 |
| | | | |||||
* | | | Moves unit test from initial branch. | Erik Kundt | 2018-07-16 | 1 | -18/+18 |
| | | | |||||
* | | | Specifies visibility in syntax test. | Erik Kundt | 2018-07-16 | 1 | -3/+3 |
| | | | |||||
* | | | Specifies visibility in unit tests. | Erik Kundt | 2018-07-16 | 9 | -150/+150 |
|/ / | |||||
* | | Merge pull request #4500 from ethereum/v050-interface-functions-must-be-external | chriseth | 2018-07-16 | 10 | -15/+11 |
|\ \ | | | | | | | [BREAKING] interface functions must be external | ||||
| * | | enforce interface-functions to be external-declared | Christian Parpart | 2018-07-16 | 10 | -15/+11 |
| |/ | | | | | | | | | | | | | | | - libsolidity: Enforce interface-functions must be external-declared. - Changelog adapted to reflect changes wrt. functions in interfaces. - test: Adjustments according to prior interface-function changes. - tests: Adapting SolidityEndToEndTest to interface-function change. - docs: Adapted documentation to interface-function change. | ||||
* | | Added default data locations to parameters for end to end tests. | Chase McDermott | 2018-07-16 | 11 | -240/+240 |
| | | |||||
* | | Added default data locations to docs and other external tests. | Chase McDermott | 2018-07-15 | 26 | -74/+74 |
|/ | |||||
* | Merge pull request #4438 from ethereum/address_members_external_tests_docs | chriseth | 2018-07-13 | 8 | -9/+9 |
|\ | | | | | Address members used by contracts: update external tests and docs | ||||
| * | Update external tests and docs | Leonardo Alt | 2018-07-12 | 8 | -9/+9 |
| | | |||||
* | | Merge pull request #4501 from ethereum/recursiveStructsWithFixedArrays | chriseth | 2018-07-13 | 12 | -0/+139 |
|\ \ | | | | | | | Consider fixed-size arrays when checking for recursive structs. | ||||
| * | | Add test cases. | Daniel Kirchner | 2018-07-13 | 12 | -0/+139 |
| | | | |||||
* | | | Update tests. | Daniel Kirchner | 2018-07-13 | 22 | -103/+177 |
|/ / | |||||
* | | Merge pull request #4437 from ethereum/report-empty-var-decls | chriseth | 2018-07-13 | 3 | -0/+22 |
|\ \ | | | | | | | [BREAKING] Report empty var tuple decls | ||||
| * | | Generates a syntax error when declaring a variable declaration's LHS has no ↵ | Christian Parpart | 2018-07-12 | 3 | -0/+22 |
| | | | | | | | | | | | | named components | ||||
* | | | Merge pull request #4478 from ethereum/requireStorageLocation | chriseth | 2018-07-13 | 20 | -68/+53 |
|\ \ \ | |/ / |/| | | Turn missing storage locations into an error. | ||||
| * | | Update compilation tests wrt requiring storage locations. | Daniel Kirchner | 2018-07-12 | 4 | -12/+12 |
| | | | |||||
| * | | Update test wrt requiring storage locations. | Daniel Kirchner | 2018-07-12 | 16 | -56/+41 |
| |/ | |||||
* | | Merge pull request #4428 from ethereum/enforce_staticcall_view | chriseth | 2018-07-12 | 1 | -1/+37 |
|\ \ | | | | | | | [BREAKING] Enforce STATICCALL for view and pure | ||||
| * | | Use STATICCALL for view and pure | Leonardo Alt | 2018-07-11 | 1 | -1/+37 |
| | | | |||||
* | | | Merge pull request #4083 from ethereum/variable_stack_slot | chriseth | 2018-07-12 | 1 | -2/+316 |
|\ \ \ | |_|/ |/| | | [BREAKING] Allocate local variables according to their scope | ||||
| * | | Change test from public to external | Leonardo Alt | 2018-07-11 | 1 | -1/+1 |
| | | | |||||
| * | | Added assertion and tests suggestions | Leonardo Alt | 2018-07-11 | 1 | -5/+13 |
| | | | |||||
| * | | Add more tests and assertions | Leonardo Alt | 2018-07-11 | 1 | -1/+153 |
| | | | |||||
| * | | Added tests and review suggestions | Leonardo Alt | 2018-07-11 | 1 | -0/+154 |
| | | | |||||
* | | | Added default data locations to parameters for syntax tests. | Chase McDermott | 2018-07-12 | 38 | -83/+83 |
| | | | |||||
* | | | Merge pull request #4461 from ethereum/fuzzer-fix | chriseth | 2018-07-12 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | Catch the proper exceptions in solfuzzer | ||||
| * | | | Catch the proper exceptions in solfuzzer | Alex Beregszaszi | 2018-07-12 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge pull request #4443 from ethereum/double_var_decl_fix | chriseth | 2018-07-12 | 3 | -0/+34 |
|\ \ \ \ | |/ / / |/| | | | Fix crash when declaring the same var twice in the same scope | ||||
| * | | | Fix crash for double variable declaration in the same scope. | Leonardo Alt | 2018-07-11 | 3 | -0/+34 |
| |/ / | |||||
* | | | Merge pull request #4480 from ethereum/fixZeroWithExponent | chriseth | 2018-07-12 | 2 | -23/+29 |
|\ \ \ | | | | | | | | | Fix literals with exponents with mantissa of zero. | ||||
| * | | | Split test case into failing and succeeding case. | Daniel Kirchner | 2018-07-11 | 2 | -24/+29 |
| | | | | |||||
| * | | | Fix literals with exponents with mantissa of zero. | Daniel Kirchner | 2018-07-11 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #4404 from ethereum/v050-var-keyword-suggest | Christian Parpart | 2018-07-11 | 1 | -0/+23 |
|\ \ \ \ | |/ / / |/| | | | [WIP] v0.5.0 var keyword type suggestion | ||||
| * | | | semantics: Suggest auto-deduced type when user declares variable with `var` ↵ | Christian Parpart | 2018-07-11 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | keyword. | ||||
* | | | | Merge pull request #4454 from ethereum/constructorArgCount | chriseth | 2018-07-11 | 4 | -12/+3 |
|\ \ \ \ | |_|_|/ |/| | | | [BREAKING] Wrong argument count in constructor call | ||||
| * | | | Cleans up syntax test. | Erik Kundt | 2018-07-11 | 1 | -4/+1 |
| | | | | |||||
| * | | | Improves error with suggestion to remove parantheses. | Erik Kundt | 2018-07-11 | 3 | -3/+6 |
| | | | | |||||
| * | | | Updates Changelog, syntax test and simplifies type checker. | Erik Kundt | 2018-07-11 | 1 | -7/+1 |
| | | | | |||||
| * | | | Turns wrong argument count in base constructor call into en error. | Erik Kundt | 2018-07-11 | 2 | -10/+7 |
| |/ / | |||||
* | | | Merge pull request #4388 from ethereum/noPackedLiterals | chriseth | 2018-07-11 | 3 | -15/+6 |
|\ \ \ | | | | | | | | | Disallow packed encoding of literals. | ||||
| * | | | Disallow packed encoding of literals. | chriseth | 2018-07-03 | 3 | -15/+6 |
| | | | | |||||
* | | | | test: Fix typos. | Cryptomental | 2018-07-11 | 22 | -73/+73 |
| |/ / |/| | | | | | | | | | | | | | | Fix typos using codespell. Refs: #4442 | ||||
* | | | Merge pull request #4376 from ethereum/fallbackExternal | chriseth | 2018-07-11 | 10 | -26/+7 |
|\ \ \ | | | | | | | | | Fallback functions have to be external | ||||
| * | | | Update tests. | chriseth | 2018-07-04 | 10 | -26/+7 |
| | | | | |||||
* | | | | Merge pull request #4464 from ↵ | chriseth | 2018-07-11 | 3 | -2/+9 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | cryptomental/bugfix/fix-typos-in-AsmParser-and-TypeChecker AsmParser,TypeChecker: Fix typos. | ||||
| * | | | | libsolidity/syntaxTests: Add a test case for unwanted named arguments. | Cryptomental | 2018-07-10 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | Refs: #4442 | ||||
| * | | | | AsmParser,TypeChecker: Fix typos. | Cryptomental | 2018-07-10 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos. The change requested as a separate PR during codespell PR. Adapt tests as well. Refs: #4442 | ||||
* | | | | | Merge pull request #4466 from ethereum/tupleNotEmpty | chriseth | 2018-07-11 | 8 | -38/+24 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Disallow empty tuple components. | ||||
| * | | | | Update end-to-end tests. | Daniel Kirchner | 2018-07-10 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Update tests. | Daniel Kirchner | 2018-07-10 | 7 | -37/+23 |
| | | | | | |||||
* | | | | | defaulting to v0.5.0 behaviour of unary + operator (disallow); also adapting ↵ | Christian Parpart | 2018-07-10 | 4 | -21/+2 |
| | | | | | | | | | | | | | | | | | | | | all tests to it | ||||
* | | | | | Merge pull request #4415 from ethereum/uninitializedStoragePointer | chriseth | 2018-07-10 | 9 | -38/+24 |
|\ \ \ \ \ | |/ / / / |/| | | | | [BREAKING] Turn uninitialized storage variables into error. | ||||
| * | | | | Update tests. | Daniel Kirchner | 2018-07-10 | 9 | -38/+24 |
| |/ / / | |||||
* / / / | Update tests. | Daniel Kirchner | 2018-07-10 | 7 | -50/+17 |
|/ / / | |||||
* | | | Merge pull request #4440 from ethereum/hex_denomination_enforce_error | chriseth | 2018-07-09 | 2 | -7/+1 |
|\ \ \ | | | | | | | | | [BREAKING] Enforce error on hex combined with denomination | ||||
| * | | | Enforce error on hex number combined with unit denomination | Leonardo Alt | 2018-07-09 | 2 | -7/+1 |
| | | | | |||||
* | | | | Merge pull request #4403 from ethereum/syntaxTestsVisibility | chriseth | 2018-07-09 | 37 | -613/+616 |
|\ \ \ \ | |/ / / |/| | | | Specify default visibility in syntax tests (pt. 2) | ||||
| * | | | Updates interface constructor and function type test. | Erik Kundt | 2018-07-07 | 3 | -15/+18 |
| | | | | |||||
| * | | | 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 #4432 from ethereum/visibilityCompilationTests | Alex Beregszaszi | 2018-07-09 | 42 | -137/+137 |
|\ \ \ | | | | | | | | | Specify default visibility in compilation tests | ||||
| * | | | Adds visibility to compilation tests. | Erik Kundt | 2018-07-05 | 42 | -137/+137 |
| | | | | |||||
* | | | | 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 |
| | | | | |||||
* | | | | Merge pull request #4413 from ethereum/dropConstantKeywordOnly | chriseth | 2018-07-04 | 6 | -77/+13 |
|\ \ \ \ | | | | | | | | | | | Drop constant keyword only | ||||
| * | | | | Update test suite. | Daniel Kirchner | 2018-07-03 | 6 | -77/+13 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #4389 from ethereum/soltestfix | chriseth | 2018-07-03 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | fix default difficulty to comply with YP rules | ||||
| * | | | fix default difficulty to comply with YP rules | Dimitry | 2018-06-30 | 1 | -2/+2 |
| |/ / | | | | | | | | | | fix soltest to work with the recent aleth --test | ||||
* | | | Update compilation tests. | Daniel Kirchner | 2018-07-03 | 46 | -166/+170 |
| | | | |||||
* | | | Update test contracts. | Daniel Kirchner | 2018-07-03 | 3 | -24/+24 |
| | | | |||||
* | | | Merge pull request #4374 from ↵ | chriseth | 2018-07-03 | 7 | -84/+75 |
|\ \ \ | | | | | | | | | | | | | | | | | 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 | 7 | -84/+75 |
| |/ / | | | | | | | | | | var-keyword removal | ||||
* | | | Merge pull request #4305 from ethereum/transactionReceipts | chriseth | 2018-07-02 | 12 | -1/+56 |
|\ \ \ | | | | | | | | | Determine transaction status in RPC sessions. | ||||
| * | | | Determine transaction status in RPC sessions. | Daniel Kirchner | 2018-07-02 | 12 | -1/+56 |
| |/ / | |||||
* | | | 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 | 29 | -160/+154 |
|\ \ \ | | | | | | | | | 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 | 9 | -110/+110 |
| | | | | |||||
* | | | | 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 | 40 | -94/+112 |
| |_|/ |/| | | |||||
* | | | 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 | 40 | -202/+196 |
|\ \ \ \ | |/ / / |/| | | | [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 |
| | | | | |||||
| * | | | Update compilation tests. | chriseth | 2018-06-25 | 8 | -21/+21 |
| | | | | |||||
| * | | | Adjust tests. | chriseth | 2018-06-25 | 26 | -173/+103 |
| | | | | |||||
| * | | | Forwarding length check. | chriseth | 2018-06-25 | 1 | -8/+4 |
| | | | | |||||
* | | | | Add emit keyword to tests. | chriseth | 2018-06-27 | 5 | -111/+36 |
| | | | | |||||
* | | | | Add emit keyword to compilation tests. | chriseth | 2018-06-27 | 43 | -120/+120 |
| | | | | |||||
* | | | | Add some more emits. | chriseth | 2018-06-27 | 3 | -22/+22 |
| | | | | |||||
* | | | | Remove non-0.5.0 warning for emit keyword (make it mandatory) | Alex Beregszaszi | 2018-06-27 | 6 | -19/+6 |
| | | | | |||||
* | | | | Merge pull request #4318 from ethereum/yul-internal | chriseth | 2018-06-26 | 10 | -22/+22 |
|\ \ \ \ | | | | | | | | | | | Rename some internal constructs from Julia/Iulia to Yul | ||||
| * | | | | Rename Julia to Yul in variables | Alex Beregszaszi | 2018-06-26 | 1 | -6/+6 |
| | | | | | |||||
| * | | | | Rename test suites from J/Iulia* to Yul* | Alex Beregszaszi | 2018-06-26 | 10 | -16/+16 |
| |/ / / | |||||
* | | | | 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 |
| |_|/ |/| | | |||||
* | | | Updates external contracts to new constructor syntax. | Erik Kundt | 2018-06-26 | 39 | -41/+41 |
|/ / | |||||
* | | 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 |
| | | |||||
* | | Replace old Truffle artifacts in external Zeppelin/Gnosis tests | Alex Beregszaszi | 2018-06-25 | 1 | -0/+7 |
| | | |||||
* | | Update external contracts in compilationTests (to support strict address ↵ | Alex Beregszaszi | 2018-06-25 | 22 | -54/+54 |
| | | | | | | | | literals) | ||||
* | | Update tests for strict address literals | Jason Cobb | 2018-06-25 | 14 | -25/+24 |
|/ | |||||
* | Fixes soltest against "recent" cpp-ethereum builds. | Christian Parpart | 2018-06-25 | 1 | -0/+2 |
| | | | | | | | | For me, it looks like the following Git commit has introduced this behaviour: https://github.com/ethereum/cpp-ethereum/commit/42b927d7aa103e21e34c8ba8c5469f532b49f966 This commit adds dummy values for `mixHash` and `nonce` (inspired by values were cpp-ethereum's own tests), and now, soltest runs fine again. | ||||
* | Disable gnosis tests temporarily | Alex Beregszaszi | 2018-06-22 | 1 | -1/+3 |
| | |||||
* | Disallow the years unit denomination properly | Alex Beregszaszi | 2018-06-22 | 4 | -10/+3 |
| | |||||
* | test: drop var-keyword in compilationTests in favor of explicit types | Christian Parpart | 2018-06-21 | 15 | -119/+119 |
| | |||||
* | Merge pull request #4306 from ethereum/remove_050_workaround_scoping | chriseth | 2018-06-21 | 28 | -106/+37 |
|\ | | | | | [BREAKING] C99 scoping rules by default (remove 050 workaround) | ||||
| * | C99 scoping rules by default | Leonardo Alt | 2018-06-20 | 28 | -106/+37 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge pull request #4300 from nventuro/optimize-out-and | chriseth | 2018-06-20 | 1 | -0/+25 |
|\ \ | | | | | | | Add TruthyAnd Peephole optimization | ||||
| * | | Improves peephole_truthy_and test case | Nicolás Venturo | 2018-06-20 | 1 | -2/+15 |
| | | | |||||
| * | | Add TruthyAnd Peephole optimization | Nicolás Venturo | 2018-06-15 | 1 | -0/+12 |
| |/ | |||||
* | | 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 | 7 | -200/+307 |
| | | |||||
* | | Add difficulty field to genesis chain parameters to fix ipc tests for recent ↵ | Daniel Kirchner | 2018-06-14 | 1 | -1/+2 |
|/ | | | | versions of cpp-ethereum. | ||||
* | update tests | Alex Beregszaszi | 2018-06-14 | 4 | -15/+15 |
| | |||||
* | Merge pull request #4282 from ethereum/cli-yul | chriseth | 2018-06-14 | 1 | -1/+1 |
|\ | | | | | [BREAKING] Renamed the --julia CLI option to --yul | ||||
| * | Renamed the --julia CLI option to --yul | Alex Beregszaszi | 2018-06-14 | 1 | -1/+1 |
| | | |||||
* | | 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 download branches of external Zeppelin/Gnosis tests | Alex Beregszaszi | 2018-06-13 | 1 | -3/+13 |
| | |||||
* | Merge pull request #4283 from ethereum/swap-test-order | Alex Beregszaszi | 2018-06-13 | 1 | -1/+1 |
|\ | | | | | Execute external Zeppelin tests before Gnosis | ||||
| * | Execute external Zeppelin tests before Gnosis | Alex Beregszaszi | 2018-06-13 | 1 | -1/+1 |
| | | |||||
* | | Properly pad data from calldata. | chriseth | 2018-06-13 | 2 | -8/+7 |
|/ | |||||
* | Ensure to always use 0.5.0 mode in solcjs tests | Alex Beregszaszi | 2018-06-13 | 1 | -0/+5 |
| | |||||
* | Update external contract in compilationTests to not use deprecated sha3 | Alex Beregszaszi | 2018-06-13 | 4 | -31/+31 |
| | |||||
* | 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 #4265 from ethereum/remove-std | chriseth | 2018-06-12 | 1 | -12/+0 |
|\ \ | | | | | | | Remove obsolete 'std' directory | ||||
| * | | Remove obsolete 'std' directory | Alex Beregszaszi | 2018-06-12 | 1 | -12/+0 |
| | | | |||||
* | | | Merge pull request #4273 from ethereum/soltestExceptions | Daniel Kirchner | 2018-06-12 | 2 | -25/+15 |
|\ \ \ | |_|/ |/| | | Improve exception handling in soltest and isoltest. | ||||
| * | | Improve exception handling in soltest and isoltest. | Daniel Kirchner | 2018-06-12 | 2 | -25/+15 |
| | | | |||||
* | | | Use proper SAR for signed right shifts and emulate on pre-constantinople. | Daniel Kirchner | 2018-06-12 | 1 | -57/+115 |
|/ / | |||||
* | | Merge pull request #4206 from ethereum/050-testing | Alex Beregszaszi | 2018-06-12 | 1 | -2/+3 |
|\ \ | |/ |/| | Use temporary fork of Gnosis/Zeppelin contracts | ||||
| * | Use temporary fork of Gnosis/Zeppelin contracts | Alex Beregszaszi | 2018-05-30 | 1 | -2/+3 |
| | | | | | | | | Hopefully to be merged into upstream after the 0.5.0 release. | ||||
| * | Gnosis and Zeppelin repo names have changed | Alex Beregszaszi | 2018-05-30 | 1 | -2/+2 |
| | | |||||
* | | 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 |
| |/ / | |||||
* | | | Update imported stringutils to use keccak256 | Alex Beregszaszi | 2018-06-04 | 1 | -9/+9 |
| | | | |||||
* | | | 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. |