Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add comprehensive syntax tests for indexed access | Alex Beregszaszi | 2018-07-25 | 6 | -0/+46 |
| | |||||
* | Merge pull request #4553 from ethereum/pragma-tests | Alex Beregszaszi | 2018-07-25 | 2 | -0/+6 |
|\ | | | | | Add syntax tests for unknown / invalid pragma | ||||
| * | Add syntax tests for unknown / invalid pragma | Alex Beregszaszi | 2018-07-25 | 2 | -0/+6 |
|/ | |||||
* | Merge pull request #4544 from ethereum/code-coverage | Alex Beregszaszi | 2018-07-25 | 2 | -18/+34 |
|\ | | | | | Code coverage | ||||
| * | Circle CI: Upload coverage data | Paweł Bylica | 2018-07-24 | 1 | -2/+13 |
| | | |||||
| * | CMake: Add option COVERAGE | Paweł Bylica | 2018-07-24 | 1 | -15/+17 |
| | | | | | | | | This also removed PROFILE option that also adds --coverage flag. Instead you can use -DCMAKE_EXE_LINKER_FLAGS=-lprofiler. The profiling options can be added back when better investigated (e.g. -lprofiler vs -pg options). | ||||
| * | Circle CI: Add full build dir to the workspace on Linux | Paweł Bylica | 2018-07-24 | 1 | -1/+4 |
|/ | |||||
* | Merge pull request #4550 from ethereum/fix_abidecode_comment | Alex Beregszaszi | 2018-07-24 | 1 | -3/+3 |
|\ | | | | | Fix abiDecode comment | ||||
| * | Fix abiDecode comment | Leonardo Alt | 2018-07-24 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #4527 from ethereum/mappingEnforceStorage | Alex Beregszaszi | 2018-07-24 | 11 | -11/+46 |
|\ | | | | | Enforces explicit data location for mappings | ||||
| * | Enforces data location of local mappings to storage. | Erik Kundt | 2018-07-24 | 11 | -11/+46 |
| | | |||||
* | | Merge pull request #4411 from ethereum/v050-functions-with-modifiers-no-impl | Alex Beregszaszi | 2018-07-24 | 4 | -11/+6 |
|\ \ | | | | | | | [BREAKING] Disallow functions without implementation to use modifiers. | ||||
| * | | Disallow functions without implementation to use modifiers. This was already ↵ | Christian Parpart | 2018-07-24 | 4 | -11/+6 |
| | | | | | | | | | | | | the case in the experimental 0.5.0 mode. | ||||
* | | | Merge pull request #4547 from ethereum/pullRequestTemplate | Alex Beregszaszi | 2018-07-24 | 1 | -6/+5 |
|\ \ \ | |/ / |/| | | Fix pull request template | ||||
| * | | Reorders checklist in pull request template. | Erik Kundt | 2018-07-24 | 1 | -1/+1 |
| | | | |||||
| * | | Fixes pull request template. | Erik Kundt | 2018-07-24 | 1 | -5/+4 |
|/ / | |||||
* | | Merge pull request #4546 from ethereum/pullRequestTemplate | Alex Beregszaszi | 2018-07-24 | 1 | -0/+18 |
|\ \ | | | | | | | Pull request template for GitHub | ||||
| * | | Creates a pull request template for GitHub. | Erik Kundt | 2018-07-23 | 1 | -0/+18 |
| | | | |||||
* | | | Merge pull request #4453 from ethereum/codeOfConduct | Alex Beregszaszi | 2018-07-24 | 2 | -0/+80 |
|\ \ \ | |/ / |/| | | Add Code Of Conduct | ||||
| * | | Adds Code Of Conduct. | Erik Kundt | 2018-07-23 | 2 | -0/+80 |
| | | | |||||
* | | | Merge pull request #4534 from ethereum/chriseth-patch-1 | chriseth | 2018-07-20 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | Do not handle `balance` member of contract types specially. | ||||
| * | | | Do not handle `balance` member of contract types specially. | chriseth | 2018-07-20 | 1 | -2/+1 |
| | | | | |||||
* | | | | Merge pull request #4520 from ethereum/faq-reorg-index-tools | chriseth | 2018-07-20 | 2 | -21/+9 |
|\ \ \ \ | | | | | | | | | | | Move note on decompiling | ||||
| * | | | | Move note on decompiling | Chris Ward | 2018-07-18 | 2 | -21/+9 |
| | | | | | |||||
* | | | | | Merge pull request #4533 from ethereum/faq-typo | chriseth | 2018-07-20 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix typo | ||||
| * | | | | Fix typo | Chris Ward | 2018-07-20 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #4439 from ethereum/address_members | chriseth | 2018-07-19 | 30 | -252/+102 |
|\ \ \ \ | | | | | | | | | | | [BREAKING] Enforce address members not accessible by contract instance | ||||
| * | | | | Changes in ExpressionCompiler | Leonardo Alt | 2018-07-19 | 4 | -54/+50 |
| | | | | | |||||
| * | | | | 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 | 13 | -30/+27 |
| | | | | | |||||
| * | | | | Address members not accessible by contract instance | Leonardo Alt | 2018-07-17 | 27 | -144/+44 |
| | | | | | |||||
* | | | | | Merge pull request #4215 from ethereum/constructorWorkaround | Erik Kundt | 2018-07-19 | 36 | -169/+39 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Disallow legacy constructor | ||||
| * | | | | Adds warning if function is shadowing a contract. | Erik Kundt | 2018-07-18 | 3 | -14/+11 |
| | | | | | |||||
| * | | | | Adjusts syntax tests to new constructor syntax. | Erik Kundt | 2018-07-18 | 29 | -116/+3 |
| | | | | | |||||
| * | | | | Disallows old constructor syntax. | Erik Kundt | 2018-07-18 | 7 | -49/+35 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #4345 from ethereum/docs-tests | Alex Beregszaszi | 2018-07-18 | 2 | -0/+6 |
|\ \ \ \ | |/ / / |/| | | | Document the required cpp-ethereum commit hash | ||||
| * | | | Keep the proper aleth hash in contributing.rst | Alex Beregszaszi | 2018-07-18 | 2 | -2/+2 |
| | | | | |||||
| * | | | Document the required cpp-ethereum commit hash | Alex Beregszaszi | 2018-07-18 | 1 | -0/+6 |
| |/ / | |||||
* | | | Merge pull request #4430 from ethereum/enforceVisibilitySpecifier | chriseth | 2018-07-18 | 18 | -53/+48 |
|\ \ \ | |/ / |/| | | [BREAKING] Enforce visibility specifier | ||||
| * | | Updates changelog to be more specific about visibility enforcement. | Erik Kundt | 2018-07-18 | 1 | -2/+2 |
| | | | |||||
| * | | 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 | 9 | -7/+31 |
| | | | |||||
| * | | Adjusts tests to expect type errors on default visibility. | Erik Kundt | 2018-07-18 | 7 | -18/+7 |
| | | | |||||
| * | | Enforces visibility specifier and updates docs. | Erik Kundt | 2018-07-17 | 7 | -24/+14 |
|/ / | |||||
* | | 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. | ||||
* | | | Merge pull request #4516 from guidovranken/propagate_CMAKE_CXX_FLAGS | Paweł Bylica | 2018-07-17 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Do not ignore CMAKE_CXX_FLAGS defined on the command line | ||||
| * | | | Do not ignore CMAKE_CXX_FLAGS defined on the command line | Guido Vranken | 2018-07-17 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #4515 from nventuro/patch-1 | Alex Beregszaszi | 2018-07-17 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | Minor doc style fix | ||||
| * | | | Minor doc style fix | Nicolás Venturo | 2018-07-17 | 1 | -2/+1 |
|/ / / | | | | | | | An extra newline caused a line to appear in bold. | ||||
* | | | Merge pull request #4514 from ethereum/errors_period_missing | chriseth | 2018-07-17 | 34 | -36/+36 |
|\ \ \ | | | | | | | | | Add missing period in the end of error messages | ||||
| * | | | Add missing period in the end of error messages | Leonardo Alt | 2018-07-16 | 34 | -36/+36 |
|/ / / | |||||
* | | | Merge pull request #4481 from ethereum/disallow-throw | chriseth | 2018-07-16 | 31 | -136/+112 |
|\ \ \ | | | | | | | | | [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 | 5 | -30/+6 |
| | | | | |||||
* | | | | Merge pull request #4482 from ethereum/enforceVisibilitySpecifierTests | chriseth | 2018-07-16 | 11 | -155/+155 |
|\ \ \ \ | |/ / / |/| | | | Enforce visibility specifier in tests | ||||
| * | | | 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 | 14 | -29/+19 |
|\ \ \ | | | | | | | | | [BREAKING] interface functions must be external | ||||
| * | | | enforce interface-functions to be external-declared | Christian Parpart | 2018-07-16 | 14 | -29/+19 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
* | | | Merge pull request #4489 from ↵ | chriseth | 2018-07-16 | 11 | -240/+240 |
|\ \ \ | | | | | | | | | | | | | | | | | chase1745/use-explicit-data-locations-end-to-end-tests Added default data locations to parameters for end to end tests. | ||||
| * | | | Added default data locations to parameters for end to end tests. | Chase McDermott | 2018-07-16 | 11 | -240/+240 |
|/ / / | |||||
* | | | Merge pull request #4512 from ↵ | chriseth | 2018-07-16 | 32 | -105/+104 |
|\ \ \ | | | | | | | | | | | | | | | | | chase1745/use-explicit-data-locations-external-tests Added default data locations to docs and other external tests. | ||||
| * | | | Added default data locations to docs and other external tests. | Chase McDermott | 2018-07-15 | 32 | -105/+104 |
| |/ / | |||||
* | | | Merge pull request #4505 from nventuro/patch-1 | chriseth | 2018-07-16 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Update docs allowed mapping key values | ||||
| * | | | Update docs allowed mapping key values | Nicolás Venturo | 2018-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Functions cannot be used as mapping keys (e.g. the following contract does not compile): ``` pragma solidity ^0.4.24; contract Foo { mapping(function (uint) pure returns (uint) => string) a; } ``` | ||||
* | | | | Merge pull request #4166 from alibabe/fix-3718-ret | chriseth | 2018-07-16 | 1 | -1/+6 |
|\ \ \ \ | | | | | | | | | | | Fix the Heisenbug | ||||
| * | | | | Fixes #3718 by creating a local variable for the result of | alibabe | 2018-05-29 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | `GasEstimator::breakToStatementLevel` and then assign it back to gasCoast. | ||||
* | | | | | Merge pull request #4511 from MichalZalecki/patch-1 | Alex Beregszaszi | 2018-07-16 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Fix typo in the function name | ||||
| * | | | | Fix typo in the function name | Michał Załęcki | 2018-07-15 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #4438 from ethereum/address_members_external_tests_docs | chriseth | 2018-07-13 | 11 | -22/+25 |
|\ \ \ \ | | | | | | | | | | | Address members used by contracts: update external tests and docs | ||||
| * | | | | Update external tests and docs | Leonardo Alt | 2018-07-12 | 11 | -22/+25 |
| | | | | | |||||
* | | | | | Merge pull request #4501 from ethereum/recursiveStructsWithFixedArrays | chriseth | 2018-07-13 | 14 | -13/+156 |
|\ \ \ \ \ | | | | | | | | | | | | | Consider fixed-size arrays when checking for recursive structs. | ||||
| * | | | | | Add test cases. | Daniel Kirchner | 2018-07-13 | 12 | -0/+139 |
| | | | | | | |||||
| * | | | | | Add Changelog entry. | Daniel Kirchner | 2018-07-13 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Use CycleDetector and account for multi-dimensional arrays. | Daniel Kirchner | 2018-07-13 | 1 | -19/+16 |
| | | | | | | |||||
| * | | | | | Consider fixed size array members when checking for recursive structs. | Daniel Kirchner | 2018-07-13 | 1 | -0/+6 |
| | | | | | | |||||
* | | | | | | Merge pull request #4431 from ethereum/tupleDeclaration | chriseth | 2018-07-13 | 30 | -203/+205 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Disallow multi variable declarations with mismatching number of values. | ||||
| * | | | | | | Update tests. | Daniel Kirchner | 2018-07-13 | 22 | -103/+177 |
| | | | | | | | |||||
| * | | | | | | Update documentation. | Daniel Kirchner | 2018-07-13 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Update Changelog. | Daniel Kirchner | 2018-07-13 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Disallow multi variable declarations with mismatching number of values. | Daniel Kirchner | 2018-07-13 | 6 | -98/+25 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #4504 from rrrkren/develop | chriseth | 2018-07-13 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | removed addtional solc in docker command | ||||
| * | | | | | removed addtional solc in docker command | Eric Ren | 2018-07-13 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #4503 from nventuro/patch-1 | chriseth | 2018-07-13 | 1 | -4/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | Removed repeated documentation | ||||
| * | | | | Removed repeated documentation | Nicolás Venturo | 2018-07-13 | 1 | -4/+0 |
|/ / / / | | | | | | | | | There is already a paragraph below describing how to call functions in both their internal and external forms (and IMO it's clearer). | ||||
* | | | | Merge pull request #4437 from ethereum/report-empty-var-decls | chriseth | 2018-07-13 | 5 | -0/+37 |
|\ \ \ \ | | | | | | | | | | | [BREAKING] Report empty var tuple decls | ||||
| * | | | | Generates a syntax error when declaring a variable declaration's LHS has no ↵ | Christian Parpart | 2018-07-12 | 5 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | named components | ||||
* | | | | | Merge pull request #4447 from hosho/develop | chriseth | 2018-07-13 | 2 | -0/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix NatSpec json output for "@notice" and "@dev" tags on contract definitions | ||||
| * | | | | | Add changelog bugfix | Matthew Little | 2018-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | For fixing NatSpec json output for "@notice" and "@dev" tags on contract definitions. | ||||
| * | | | | | Fix NatSpec json output for "@notice" and "@dev" tags on contract definitions. | Matt Little | 2018-07-12 | 1 | -0/+7 |
| |/ / / / | |||||
* | | | | | Merge pull request #4478 from ethereum/requireStorageLocation | chriseth | 2018-07-13 | 23 | -84/+65 |
|\ \ \ \ \ | | | | | | | | | | | | | Turn missing storage locations into an error. | ||||
| * | | | | | Update docs. | Daniel Kirchner | 2018-07-12 | 1 | -3/+6 |
| | | | | | | |||||
| * | | | | | Update Changelog. | Daniel Kirchner | 2018-07-12 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | 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 |
| | | | | | | |||||
| * | | | | | Require storage location. | Daniel Kirchner | 2018-07-12 | 1 | -13/+4 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #4479 from ethereum/fixFixedPointCrash | Alex Beregszaszi | 2018-07-12 | 1 | -3/+7 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix handling of fixed point types in arithmetics. | ||||
| * | | | | Fix handling of fixed point types in arithmetics. | chriseth | 2018-07-11 | 1 | -3/+7 |
| | | | | | |||||
* | | | | | Merge pull request #4428 from ethereum/enforce_staticcall_view | chriseth | 2018-07-12 | 4 | -18/+60 |
|\ \ \ \ \ | | | | | | | | | | | | | [BREAKING] Enforce STATICCALL for view and pure | ||||
| * | | | | | Use STATICCALL for view and pure | Leonardo Alt | 2018-07-11 | 4 | -18/+60 |
| | | | | | | |||||
* | | | | | | Merge pull request #4083 from ethereum/variable_stack_slot | chriseth | 2018-07-12 | 8 | -44/+446 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | [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 | 4 | -8/+30 |
| | | | | | | |||||
| * | | | | | Add more tests and assertions | Leonardo Alt | 2018-07-11 | 4 | -1/+157 |
| | | | | | | |||||
| * | | | | | Added tests and review suggestions | Leonardo Alt | 2018-07-11 | 5 | -22/+176 |
| | | | | | | |||||
| * | | | | | [050] Reserving and popping local vars in their scope | Leonardo Alt | 2018-07-11 | 5 | -41/+111 |
| | | | | | | |||||
* | | | | | | Merge pull request #4493 from ethereum/chriseth-patch-1 | Alex Beregszaszi | 2018-07-12 | 1 | -0/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Clarify Yul optimiser readme. | ||||
| * | | | | | | Clarify optimiser readme. | chriseth | 2018-07-12 | 1 | -0/+4 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4488 from chase1745/use-explicit-data-locations-syntax-tests | chriseth | 2018-07-12 | 38 | -83/+83 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added default data locations to parameters for syntax tests. | ||||
| * | | | | | | 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 | 6 | -1/+49 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Fix crash when declaring the same var twice in the same scope | ||||
| * | | | | | | Add comment explaining new code | Leonardo Alt | 2018-07-11 | 1 | -0/+5 |
| | | | | | | | |||||
| * | | | | | | Fix crash for double variable declaration in the same scope. | Leonardo Alt | 2018-07-11 | 6 | -1/+44 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #4472 from ethereum/complexCalldataArraysNotYetImplemented | chriseth | 2018-07-12 | 1 | -1/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Throw unimplemented exception for complex calldata arrays. | ||||
| * | | | | | | Throw unimplemented exception for complex calldata arrays. | chriseth | 2018-07-11 | 1 | -1/+2 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4480 from ethereum/fixZeroWithExponent | chriseth | 2018-07-12 | 4 | -31/+41 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix literals with exponents with mantissa of zero. | ||||
| * | | | | | | | Add Changelog entry. | Daniel Kirchner | 2018-07-12 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | 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 | 2 | -8/+12 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #4404 from ethereum/v050-var-keyword-suggest | Christian Parpart | 2018-07-11 | 4 | -19/+86 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | [WIP] v0.5.0 var keyword type suggestion | ||||
| * | | | | | | Coding style. | chriseth | 2018-07-11 | 1 | -23/+18 |
| | | | | | | | |||||
| * | | | | | | semantics: Suggest auto-deduced type when user declares variable with `var` ↵ | Christian Parpart | 2018-07-11 | 4 | -19/+91 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | keyword. | ||||
* | | | | | | | Merge pull request #4454 from ethereum/constructorArgCount | chriseth | 2018-07-11 | 6 | -36/+13 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | [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 | 4 | -4/+7 |
| | | | | | | | |||||
| * | | | | | | Updates Changelog, syntax test and simplifies type checker. | Erik Kundt | 2018-07-11 | 2 | -10/+2 |
| | | | | | | | |||||
| * | | | | | | Adds changelog entry. | Erik Kundt | 2018-07-11 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Turns wrong argument count in base constructor call into en error. | Erik Kundt | 2018-07-11 | 3 | -32/+16 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #4388 from ethereum/noPackedLiterals | chriseth | 2018-07-11 | 6 | -32/+20 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Disallow packed encoding of literals. | ||||
| * | | | | | | Disallow packed encoding of literals. | chriseth | 2018-07-03 | 6 | -32/+20 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4473 from ethereum/fixGasTuple | chriseth | 2018-07-11 | 1 | -3/+4 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix comparison operator for GasConsumption. | ||||
| * | | | | | | | Fix comparison operator for GasConsumption. | chriseth | 2018-07-11 | 1 | -3/+4 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #4462 from cryptomental/feature/add-codespell | chriseth | 2018-07-11 | 61 | -131/+152 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Feature/add codespell | ||||
| * | | | | | | Code, Changelog, ReleaseChecklist: Fix typos. | Cryptomental | 2018-07-11 | 26 | -30/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refs: #4442 | ||||
| * | | | | | | test: Fix typos. | Cryptomental | 2018-07-11 | 22 | -73/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos using codespell. Refs: #4442 | ||||
| * | | | | | | docs: Fix typos. | Cryptomental | 2018-07-11 | 11 | -28/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used codespell and manual fixes. Refs: #4442 | ||||
| * | | | | | | circleci: Integrate codespell. | Cryptomental | 2018-07-11 | 2 | -0/+21 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run codespell against documentation and during Linux test run. Use codespell_whitelist.txt dictionary to whitelist words that should not be considered as misspelled. Currently whitelist "iff" and "nd". Refs: #4442 | ||||
* | | | | | | Merge pull request #4376 from ethereum/fallbackExternal | chriseth | 2018-07-11 | 12 | -30/+10 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fallback functions have to be external | ||||
| * | | | | | | Changelog entry. | chriseth | 2018-07-04 | 1 | -0/+2 |
| | | | | | | | |||||
| * | | | | | | Update tests. | chriseth | 2018-07-04 | 10 | -26/+7 |
| | | | | | | | |||||
| * | | | | | | Fallback function has to be external. | chriseth | 2018-07-04 | 1 | -4/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4470 from ethereum/vs2017-build-fix-ideal | Christian Parpart | 2018-07-11 | 3 | -14/+4 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Visual Studio 2017 build-time (linking) fix and improvements | ||||
| * | | | | | | Visual Studio 2017 build-time (linking) fix and improvements | Christian Parpart | 2018-07-11 | 3 | -14/+4 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #4464 from ↵ | chriseth | 2018-07-11 | 5 | -4/+11 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 10 | -49/+27 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Disallow empty tuple components. | ||||
| * | | | | | | Remove special ``(x,)`` case from type assignment. | chriseth | 2018-07-10 | 1 | -4/+0 |
| | | | | | | | |||||
| * | | | | | | Update end-to-end tests. | Daniel Kirchner | 2018-07-10 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Update changelog. | Daniel Kirchner | 2018-07-10 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Update tests. | Daniel Kirchner | 2018-07-10 | 7 | -37/+23 |
| | | | | | | | |||||
| * | | | | | | Disallow empty tuple components. | Daniel Kirchner | 2018-07-10 | 1 | -7/+2 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4468 from ethereum/variableDeclarationClenaup | chriseth | 2018-07-10 | 1 | -7/+9 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove mentions of ``var`` in VariableDeclarationStatement comment. | ||||
| * | | | | | | | Remove mentions of ``var`` in VariableDeclarationStatement comment. | chriseth | 2018-07-10 | 1 | -7/+9 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #4408 from ethereum/v050-no-unary-plus | chriseth | 2018-07-10 | 6 | -29/+5 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [BREAKING] defaulting to v0.5.0 behaviour of unary + operator (disallow) | ||||
| * | | | | | | | | Changelog entry. | chriseth | 2018-07-10 | 1 | -0/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | defaulting to v0.5.0 behaviour of unary + operator (disallow); also adapting ↵ | Christian Parpart | 2018-07-10 | 5 | -29/+4 |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | all tests to it | ||||
* | | | | | | | | Merge pull request #4212 from jvmaia/patch-3 | chriseth | 2018-07-10 | 1 | -1/+486 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | micropayment channel example with two chapters | ||||
| * | | | | | | | | Some copy-editing. | chriseth | 2018-07-10 | 1 | -130/+106 |
| | | | | | | | | | |||||
| * | | | | | | | | add explanation about the splitSignature function | João Vítor | 2018-06-26 | 1 | -1/+5 |
| | | | | | | | | | |||||
| * | | | | | | | | update code version | João Vítor | 2018-06-12 | 1 | -8/+7 |
| | | | | | | | | | |||||
| * | | | | | | | | update micropayment channel example | João Vítor | 2018-06-08 | 1 | -69/+80 |
| | | | | | | | | | |||||
| * | | | | | | | | fix recoverSigner function | João Vítor | 2018-06-04 | 1 | -3/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | fix returns | João Vítor | 2018-06-04 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | fix clainTimeout() function | João Vítor | 2018-06-04 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | fix a word | João Vítor | 2018-06-04 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | write the full contracts | João Vítor | 2018-06-03 | 1 | -176/+240 |
| | | | | | | | | | |||||
| * | | | | | | | | fix code syntax | João Vítor | 2018-05-31 | 1 | -13/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | split long lines | João Vítor | 2018-05-31 | 1 | -26/+130 |
| | | | | | | | | | |||||
| * | | | | | | | | micropayment channel example with two chapters | João Vítor | 2018-05-31 | 1 | -1/+339 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #4415 from ethereum/uninitializedStoragePointer | chriseth | 2018-07-10 | 12 | -84/+31 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | [BREAKING] Turn uninitialized storage variables into error. | ||||
| * | | | | | | | | Update documentation and Changelog. | Daniel Kirchner | 2018-07-10 | 2 | -42/+6 |
| | | | | | | | | | |||||
| * | | | | | | | | Update tests. | Daniel Kirchner | 2018-07-10 | 9 | -38/+24 |
| | | | | | | | | | |||||
| * | | | | | | | | Turn uninitialized storage variables into an error. | Daniel Kirchner | 2018-07-10 | 1 | -4/+1 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #4465 from ethereum/tupleAssignment | chriseth | 2018-07-10 | 11 | -90/+23 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | Disallow tuple assignment with mismatching number of components. | ||||
| * | | | | | | | Update docs. | Daniel Kirchner | 2018-07-10 | 1 | -5/+0 |
| | | | | | | | | |||||
| * | | | | | | | Update tests. | Daniel Kirchner | 2018-07-10 | 7 | -50/+17 |
| | | | | | | | | |||||
| * | | | | | | | Add Changelog entry. | Daniel Kirchner | 2018-07-10 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Check for matching number of components in ↵ | Daniel Kirchner | 2018-07-10 | 2 | -35/+5 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | TupleType::isImplicitlyConvertibleTo instead of the TypeChecker. | ||||
* | | | | | | | Merge pull request #4460 from ethereum/docs-contract-abi | Alex Beregszaszi | 2018-07-10 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Rename ABI to Contract ABI | ||||
| * | | | | | | Rename ABI to Contract ABI | Alex Beregszaszi | 2018-07-10 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been called as the "Contract ABI" on the original wiki page too and it seems to make more sense. | ||||
* | | | | | | | Merge pull request #4434 from mattaereal/patch-4 | chriseth | 2018-07-10 | 1 | -16/+23 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update isolate_tests.py | ||||
| * | | | | | | | Update isolate_tests to use simple quotes consistently. | Matías A. Ré Medina | 2018-07-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous code had double quotes and the project uses simple quotes. | ||||
| * | | | | | | | Change isolate_tests to support single files as an input | Matías A. Ré Medina | 2018-07-09 | 1 | -16/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On the documentation the examples for the usage of isolate_tests.py are shown with single files, and it's currently not working. It only works for folders or wildcards that return more than one file, since that's how os.walk works within a loop for that cases. Proposed an simple and easy fix. I extracted the core functionality for extracting tests from files, and made another function called `extract_and_write` If the program receives a single file the function `extract_and_write` is called once, it even works for `docs` when specified. If the program receives a path or a wildcard, works as used to. | ||||
* | | | | | | | | Merge pull request #4440 from ethereum/hex_denomination_enforce_error | chriseth | 2018-07-09 | 4 | -24/+8 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [BREAKING] Enforce error on hex combined with denomination | ||||
| * | | | | | | | | Add backticks to changelog. | chriseth | 2018-07-09 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Enforce error on hex number combined with unit denomination | Leonardo Alt | 2018-07-09 | 4 | -24/+8 |
| | | | | | | | | | |||||
* | | | | | | | | | 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 #4325 from ethereum/rename-aleth | chriseth | 2018-07-09 | 1 | -23/+22 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Rename eth to aleth in testing scripts | ||||
| * | | | | | | | | Rename eth to aleth in testing scripts | Alex Beregszaszi | 2018-07-09 | 1 | -23/+22 |
| | | | | | | | | | |||||
| * | | | | | | | | Simplify code regarding eth in tests.sh | Alex Beregszaszi | 2018-07-09 | 1 | -4/+4 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #4395 from xinbenlv/patch-1 | Alex Beregszaszi | 2018-07-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | Indicating abbr. | ||||
| * | | | | | | | Indicate what the abbreviation ABI stands for in the ABI documentation | xinbenlv | 2018-07-09 | 1 | -2/+2 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #4433 from mattaereal/patch-2 | Alex Beregszaszi | 2018-07-09 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Docs: Missing new line for markdown to display properly | ||||
| * | | | | | | | | Docs: Missing new line for markdown to display properly | Matías A. Ré Medina | 2018-07-05 | 1 | -0/+1 |
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | Somehow on the last PR I sent about this section a newline disappeared, I added it again. | ||||
* | | | | | | | | Merge pull request #4448 from elopio/patch-3 | Alex Beregszaszi | 2018-07-09 | 1 | -14/+14 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add missing periods to opcodes table | ||||
| * | | | | | | | | Add missing periods to opcodes table in assembly.rst | Leo Arias | 2018-07-09 | 1 | -14/+14 |
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | The table is inconsistent between `..` and `...`. This updates all the explanations to use `...`. | ||||
* | | | | | | | | Merge pull request #4366 from ethereum/libsolc-cleanup | Alex Beregszaszi | 2018-07-09 | 5 | -3/+43 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Implement new libsolc API | ||||
| * | | | | | | | Add new libsolc entry points (solidity_license/version/compile) | Alex Beregszaszi | 2018-06-30 | 5 | -1/+41 |
| | | | | | | | | |||||
| * | | | | | | | 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 | 4 | -15/+7 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Only allow compile-time constants for constant state variables. | ||||
| * | | | | | | | | Only allow compile-time constants for constant state variables. | chriseth | 2018-07-04 | 4 | -15/+7 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #4424 from ethereum/fixBytesAlloc | chriseth | 2018-07-05 | 3 | -3/+5 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix allocation of byte arrays. | ||||
| * | | | | | | | | Fix allocation of byte arrays. | chriseth | 2018-07-05 | 3 | -3/+5 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #4435 from ethereum/pullBeforePush | chriseth | 2018-07-05 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Pull before pushing to bytecode (as on *ix). | ||||
| * | | | | | | | | Pull before pushing to bytecode (as on *ix). | chriseth | 2018-07-05 | 1 | -0/+1 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #4387 from ethereum/endToEndDefaultVisbility | chriseth | 2018-07-05 | 13 | -895/+895 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | Specify default visibility in unit tests | ||||
| * | | | | | | | 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 #4380 from elopio/patch-3 | chriseth | 2018-07-04 | 1 | -42/+42 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update examples to use constructor keyword | ||||
| * | | | | | | | update the style guide | Leo Arias | 2018-07-04 | 1 | -42/+42 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #4409 from ethereum/viewPureChecker | chriseth | 2018-07-04 | 24 | -43/+183 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Enforce state mutability in view pure checker. | ||||
| * | | | | | | | Extend view pure test suite. | Daniel Kirchner | 2018-07-04 | 17 | -3/+162 |
| | | | | | | | | |||||
| * | | | | | | | Update documentation and Changelog. | Daniel Kirchner | 2018-07-04 | 3 | -6/+7 |
| | | | | | | | | |||||
| * | | | | | | | Adjust tests wrt strict view pure checker. | Daniel Kirchner | 2018-07-04 | 2 | -8/+1 |
| | | | | | | | | |||||
| * | | | | | | | Remove v050 check for enforcing "view" in ViewPureChecker. | Daniel Kirchner | 2018-07-04 | 2 | -26/+13 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #4423 from ethereum/enforce_error_gasleft | chriseth | 2018-07-04 | 9 | -68/+20 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | [BREAKING] Enforce error on msg.gas and block.blockhash() | ||||
| * | | | | | | Enforcing error on msg.gas and block.blockhash() | Leonardo Alt | 2018-07-04 | 9 | -68/+20 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4379 from ethereum/constructorArgsTwice | chriseth | 2018-07-04 | 10 | -44/+20 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | 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 | 9 | -22/+14 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #4367 from shad-k/fix/issue-4238 | chriseth | 2018-07-04 | 3 | -23/+17 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add custom.css for docs to change pre tag styles | ||||
| * | | | | | | Add custom.css for docs to change pre tag styles | Shadab Khan | 2018-07-04 | 3 | -23/+17 |
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specify white space for table cells Add custom.css for docs to change pre tag styles Specify white space for table cells Rearrange code Delete theme_overrides.css Remove extra code | ||||
* | | | | | | Merge pull request #4407 from ajsantander/exit-if-no-eth | chriseth | 2018-07-04 | 1 | -0/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Avoid hanging in tests.sh when IPC program is not found | ||||
| * | | | | | | Avoid hanging in tests.sh when IPC program is not found | ajs | 2018-07-03 | 1 | -0/+9 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #4413 from ethereum/dropConstantKeywordOnly | chriseth | 2018-07-04 | 12 | -83/+26 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Drop constant keyword only | ||||
| * | | | | | | Update Changelog. | Daniel Kirchner | 2018-07-03 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Update test suite. | Daniel Kirchner | 2018-07-03 | 6 | -77/+13 |
| | | | | | | | |||||
| * | | | | | | Update documentation. | Daniel Kirchner | 2018-07-03 | 4 | -4/+3 |
| | | | | | | | |||||
| * | | | | | | Remove constant keyword from parser. | Daniel Kirchner | 2018-07-03 | 1 | -2/+9 |
| | | | | | | | |||||
* | | | | | | | 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 | ||||
* | | | | | | Merge pull request #4274 from ethereum/v050-var-keyword-removal-v2 | Christian Parpart | 2018-07-03 | 8 | -50/+14 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | [BREAKING] var keyword removal | ||||
| * | | | | | Changelog: added ``var``-keyword change | Christian Parpart | 2018-07-03 | 1 | -0/+1 |
| | | | | | |