| 
							
							
								 Daniel Kirchner | 269241e910 | Add formatted printing to SyntaxTest and expand its public interface. | 2018-03-15 16:23:46 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 61d9f88c0e | Merge pull request #3724 from ethereum/externalFunctionsInLibraries Make external library functions accessible. | 2018-03-14 18:08:04 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 78abe81f08 | Merge branch 'develop' into externalFunctionsInLibraries | 2018-03-14 18:07:55 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | d0c96d53e9 | Merge pull request #3734 from ethereum/soltestOptions test: Rename test/TestHelper.* to test/Options.* and add Options::val… | 2018-03-14 18:05:48 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | abc7a45230 | Merge pull request #3725 from ethereum/blockhashNoCall Allow ``block.blockhash`` without it being called. | 2018-03-14 18:04:40 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 59658afa30 | Merge pull request #3722 from ethereum/fixMods Fix modifier lookup in libraries. | 2018-03-14 17:20:51 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | c3f07b5294 | Merge pull request #3730 from ethereum/docstringBug DocStringParser: Fix error message for empty parameter description. | 2018-03-14 16:21:29 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | d63d41b3b5 | test: Rename test/TestHelper.* to test/Options.* and add Options::validate(). | 2018-03-14 12:04:04 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | a5d9b05acb | Merge pull request #3731 from ethereum/errorNoTestPath soltest: force the use of the --testpath option for soltest with an e… | 2018-03-14 11:42:41 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 1882c508c6 | soltest: force the use of the --testpath option for soltest with an explicit error. | 2018-03-14 10:45:01 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 9d079fd126 | DocStringParser: Add Changelog entry and test case for empty descriptions. | 2018-03-14 10:34:16 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 0d0c9b8688 | DocStringParser: Fix error message for empty parameter description. | 2018-03-14 10:14:35 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 032ea9bc5b | Merge pull request #3726 from ethereum/syntaxTestsFilenameFix Store filenames in static variable to guarantee sufficient lifetime. | 2018-03-13 19:43:02 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 09420f1a44 | Store filenames in static variable to guarantee sufficient lifetime. | 2018-03-13 18:14:57 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 834d63de2c | Allow ` block.blockhash` without being called. | 2018-03-13 17:34:21 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 7a066efd7e | Merge pull request #3719 from ethereum/soltestScript Add soltest.sh script that invokes soltest with the correct --testpath. | 2018-03-13 17:20:04 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | eecc26deec | Make external library functions accessible. | 2018-03-13 17:18:46 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | c032a7ded1 | Add soltest.sh script that invokes soltest with the correct --testpath. | 2018-03-13 16:57:09 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 51f9e350b1 | Tests. | 2018-03-13 16:55:41 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 58af150c3d | Changelog entry. | 2018-03-13 16:55:41 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 069b150e42 | Bugfix in virtual lookup for modifiers in libraries. | 2018-03-13 16:55:41 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 8ad0fb3be3 | Merge pull request #3720 from yosyp/develop Updated link for "try Solidity in your browser" | 2018-03-13 15:10:36 +01:00 |  | 
			
				
					| 
							
							
								 Yosyp Schwab | 255d2ce95d | Updated link for "try Solidity in your browser" Previous link leads to a page with a model warning:
_The Remix IDE has moved to http://remix.ethereum.org. This instance of Remix you are visiting WILL NOT BE UPDATED. Please make a backup of your contracts and start using http://remix.ethereum.org_
Updated link to point to http://remix.ethereum.org | 2018-03-13 10:07:10 -04:00 |  | 
			
				
					| 
							
							
								 chriseth | 6bab7a4cce | Merge pull request #3707 from ethereum/syntaxTestsTestRunner Infrastructure for extracting syntax tests. | 2018-03-13 13:15:45 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 7091b6c8b5 | Minor adjustments. | 2018-03-13 12:30:56 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 3232561d97 | Refactoring; fuse SyntaxTestParser and SyntaxTester to SyntaxTest. | 2018-03-13 11:20:11 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 317c1f7fa3 | Workaround for boost < 1.59.0 | 2018-03-13 11:20:11 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 49eaf7c3fd | Infrastructure for extracting syntax tests in separate test files. | 2018-03-13 11:20:11 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | f2614be95f | Merge pull request #3647 from leonardoalt/smt_bool [SMTChecker] Support to Bool variables | 2018-03-13 09:35:31 +01:00 |  | 
			
				
					| 
							
							
								 Leonardo Alt | 9b64dc501d | [SMTChecker_Bool] Fix PR review comments: method renaming and solAssert | 2018-03-12 20:16:47 +01:00 |  | 
			
				
					| 
							
							
								 Leonardo Alt | c2d26eb6a2 | [SMTChecker_Bool] Fix PR comments; Add support to gt, ge, lt, le. and tests. | 2018-03-12 20:16:47 +01:00 |  | 
			
				
					| 
							
							
								 Leonardo Alt | 6a940f0a99 | [SMTChecker] Support to Bool variables | 2018-03-12 20:16:47 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 886dc0512c | Merge pull request #3708 from ethereum/moveTestTools Move test tools to the subdirectory test/tools and adjust CMakeLists | 2018-03-12 20:09:07 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 0062cddad3 | Merge pull request #3713 from ethereum/version-constantinople Support constantinople in evm-version | 2018-03-12 20:06:57 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 121f87b043 | Move test tools to the subdirectory test/tools and adjust CMakeLists.txt. | 2018-03-12 18:40:20 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | a59d6d2e53 | Support constantinople in evm-version | 2018-03-12 18:13:19 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 15a0b97f61 | Merge pull request #3706 from ethereum/releaseStepDocs New release step. | 2018-03-12 15:31:28 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 5ad34e035e | Merge pull request #3702 from solidity-korea/develop Add Korean to Translations | 2018-03-12 15:07:46 +01:00 |  | 
			
				
					| 
							
							
								 wbt | 7d206ba64a | Noted suicideis deprecated  (#3692)According to the [changelog](b5e804b8ca/Changelog.md), `suicide` was deprecated before 0.4.3 (after 0.2.0) and warning by 0.4.17. | 2018-03-12 15:02:24 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | c6e9dd13bc | Merge pull request #3697 from ethereum/fixAvoidStorageClearLoop Properly skip cleanup if only enlarging storage array. | 2018-03-12 14:08:24 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 413053d6cb | New release step. | 2018-03-12 11:37:44 +01:00 |  | 
			
				
					| 
							
							
								 dongsamb | a0907e90c6 | Add Korean to Translation | 2018-03-10 11:49:51 +09:00 |  | 
			
				
					| 
							
							
								 chriseth | 0649f900ca | Properly skip cleanup if only enlarging storage array. | 2018-03-09 14:06:54 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 30443f3a3e | Merge pull request #3683 from grzegorzszczecin/fix_doc Fix a typo. | 2018-03-08 09:52:54 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | fbc29f6da1 | Merge pull request #3685 from ethereum/release Merge release back into develop. | 2018-03-08 09:25:05 +01:00 |  | 
			
				
					| 
							
							
								 Grzegorz Hasse | 7ebd580954 | Fix a typo. | 2018-03-07 21:27:24 -08:00 |  | 
			
				
					| 
							
							
								 chriseth | b5e804b8ca | Merge pull request #3679 from ethereum/updateVersion Set version to 0.4.22. | 2018-03-07 22:28:02 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 16780ea3ed | Set version to 0.4.22. | 2018-03-07 20:26:44 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | dfe3193c73 | Merge pull request #3678 from ethereum/develop Merge develop into release. | 2018-03-07 20:20:57 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 15920dc75d | Merge pull request #3677 from ethereum/prepareForRelease Update changelog for release. | 2018-03-07 19:36:49 +01:00 |  |