aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add syntax tests to augment the test coverage ofherrBez2018-09-2112-0/+106
| | | | | | | | | | | | | libsolidity/parsing/Scanner.cpp and libsolidity/parsing/Scanner.h Fix #4627 and PR #5003. - Add multiline comment test - Add upper case hex literal test - Add test for unicode escapes - Add test for strings with escaped newlines - Add test for string escapes - Add test for strings that do not terminate before end of file - Add test for unterminated blocks
* Merge pull request #5001 from ethereum/changelogForReferenceConversionAlex Beregszaszi2018-09-181-0/+1
|\ | | | | Changelog for reference conversion
| * Changelog entry for array type conversion change.chriseth2018-09-171-0/+1
| |
* | Merge pull request #4970 from ethereum/chriseth-patch-6chriseth2018-09-181-4/+5
|\ \ | | | | | | Updates to examples.
| * | Updates to examples.chriseth2018-09-141-4/+5
| | |
* | | Merge pull request #4971 from ethereum/chriseth-patch-7Alex Beregszaszi2018-09-181-1/+1
|\ \ \ | | | | | | | | Update solidity-in-depth.rst
| * | | Update solidity-in-depth.rstchriseth2018-09-141-1/+1
| |/ /
* | | Merge pull request #4992 from ethereum/docs-1190-inline-assemblychriseth2018-09-181-48/+47
|\ \ \ | | | | | | | | Docs: Improve sections of Inline assembly
| * | | Improve noted sections of Inline assembly docChris Ward2018-09-181-48/+47
|/ / /
* | | Merge pull request #4996 from ethereum/docs-3339-state-variableschriseth2018-09-181-1/+2
|\ \ \ | |_|/ |/| | Docs: Add clarification of state variables
| * | Add clarification of state variablesChris Ward2018-09-171-1/+2
| | |
* | | Merge pull request #4999 from liangdzou/fix_typochriseth2018-09-173-4/+4
|\ \ \ | | | | | | | | fix some code format problems
| * | | fix some format typosliangdzou2018-09-173-4/+4
| |/ /
* | | Merge pull request #4984 from elopio/add-missing-inliner-testchriseth2018-09-171-0/+3
|\ \ \ | |/ / |/| | Add a missing tests for yul inliner optimization
| * | Add a missing tests for yul inliner optimizationLeo Arias2018-09-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | When the statement has two return values, the function is not inlinable. When the function has one statement but it is not an assignment to the return variable, the function is not inlinable. l
* | | Merge pull request #4973 from ethereum/updateImportschriseth2018-09-171-2/+21
|\ \ \ | | | | | | | | Some more info about imports and comments.
| * | | Some more info about imports and comments.chriseth2018-09-141-2/+21
| | |/ | |/|
* | | Merge pull request #4974 from ethereum/structureCleanupchriseth2018-09-172-2/+9
|\ \ \ | | | | | | | | Some cleanup in structure section.
| * | | Some cleanup in structure section.chriseth2018-09-172-2/+9
|/ / /
* | | Merge pull request #4964 from ethereum/updateBuildingchriseth2018-09-171-18/+21
|\ \ \ | | | | | | | | Some updates about how to install solidity.
| * | | Review suggestions.chriseth2018-09-141-6/+7
| | | |
| * | | Some updates about how to install solidity.chriseth2018-09-141-18/+20
| | | |
* | | | Merge pull request #4904 from liangdzou/type_conversionchriseth2018-09-178-2/+84
|\ \ \ \ | | | | | | | | | | type conversion checker for array should be stronger
| * | | | Do not set to ref for explicit conversion and add assertion for arrayliangdzou2018-09-148-2/+84
| | |_|/ | |/| | | | | | | | | | type conversion. Also, add some test cases for #4901 and #4948.
* | | | Merge pull request #4916 from ethereum/isolate_tests_filenameschriseth2018-09-171-3/+4
|\ \ \ \ | |/ / / |/| | | Include origin filename in the filenames generated by isolate_tests.py
| * | | Include origin filename in the filenames generated by isolate_tests.py.Daniel Kirchner2018-09-071-3/+4
| | | |
* | | | Merge pull request #4849 from lastmjs/developchriseth2018-09-144-9/+16
|\ \ \ \ | |_|/ / |/| | | Introduce static elementary types to use
| * | | fixing rebase conflictsJordan Last2018-09-144-9/+16
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add ElementaryTypes::BytesMemory and ElementaryTypes::StringMemory fix rebase conflicts fixing rebase conflicts use make_shared instead of new fix tabs and StateMutability parameter create address and addressType functions, fix spaces in comment fix typo and switch nonpayable to payable fix spaces fix comment again
* | | Merge pull request #4968 from ethereum/alethUpdateCompatiblechriseth2018-09-142-31/+22
|\ \ \ | | | | | | | | Fix tests for newer versions of aleth.
| * | | Disable blockhash test for constantinople due to changes between aleth versions.Daniel Kirchner2018-09-131-29/+20
| | | |
| * | | Use "pending", not "latest" during ``eth_call`` in ``sendMessage``.Daniel Kirchner2018-09-131-2/+2
| | | |
* | | | Merge pull request #4908 from ethereum/chriseth-patch-5chriseth2018-09-142-17/+29
|\ \ \ \ | | | | | | | | | | Blockchain basics part 2
| * | | | Blockchain basics part 2chriseth2018-09-142-17/+29
|/ / / /
* | | | Merge branch 'release' into develop.chriseth2018-09-143-7/+14
|\ \ \ \
| * \ \ \ Merge pull request #4957 from ethereum/develop_v0425chriseth2018-09-1432-66/+1000
| |\ \ \ \ | | | | | | | | | | | | Merge to release for 0.4.25
| | * \ \ \ Merge pull request #4965 from ethereum/updateChangelogchriseth2018-09-131-1/+2
| | |\ \ \ \ | | | | | | | | | | | | | | Update changelog
| | | * | | | Update changelog.chriseth2018-09-131-1/+2
| | |/ / / /
| | * | | | Merge pull request #4955 from ethereum/prepare_0425chriseth2018-09-132-1/+5
| | |\ \ \ \ | | | | | | | | | | | | | | Set release date of 0.4.25.
| | | * | | | Set relase date of 0.4.25.chriseth2018-09-132-1/+5
| | | | | | |
| | * | | | | Merge pull request #4956 from ethereum/backport_json_build_fixchriseth2018-09-133-19/+17
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | Backport json build fixes
| | | * | | | Rename JSONCPP_EXTRA_FLAGS to JSONCPP_CXX_FLAGS, add EMSCRIPTEN workaround ↵Daniel Kirchner2018-09-131-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and remove obsolete MSVC workaround.
| | | * | | | Propagate original CMAKE_CXX_FLAGS to jsoncpp compilationGuido Vranken2018-09-131-1/+1
| | | | | | |
| | | * | | | Visual Studio 2017 build-time (linking) fix and improvementsChristian Parpart2018-09-133-14/+4
| | | | | | |
| | | * | | | Fix cmake when custom CMAKE_INSTALL_LIBDIR is givenmingchuan2018-09-131-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to cmake documents, we cannot assume CMAKE_INSTALL_LIBDIR is a relative path. This commit fixes the "no rule to make libjsoncpp.a" error by passing -DCMAKE_INSTALL_LIBDIR=lib to jsoncpp external project.
| | | * | | | CMake: Fix libdir for jsoncpp external project in special casePaweł Bylica2018-09-131-1/+7
| | |/ / / / | | | | | | | | | | | | | | | | | | When building on Debian/Ubuntu with install prefix /usr (e.g. in PPA builds) the CMAKE_INSTALL_LIBDIR is resolved to lib/x86_64-linux-gnu. For jsoncpp external project this is never the case because the install prefix is not /usr. Remove multiarch part from libdir if there.
| | * | | | Merge pull request #4939 from ethereum/nested_array_library_changelogv0425chriseth2018-09-124-10/+31
| | |\ \ \ \ | | | | | | | | | | | | | | [backport] Buglist entry for returning nested arrays.
| | | * | | | Bugfix entry regarding nested arrays returned by library functionsLeonardo Alt2018-09-114-10/+31
| | |/ / / /
| | * | | | Merge pull request #4927 from ethereum/struct_event_jsonpath_0425chriseth2018-09-115-18/+228
| | |\ \ \ \ | | | | | | | | | | | | | | [backport] Buglist check script supports json paths
| | | * | | | Buglist check script supports json pathsLeonardo Alt2018-09-105-18/+228
| | |/ / / /
| | * | | | Merge pull request #4938 from ethereum/expCleanup0425chriseth2018-09-106-8/+250
| | |\ \ \ \ | | | | | | | | | | | | | | [backport] Exp cleanup
| | | * | | | Update bug description, add regex and tests.chriseth2018-09-103-47/+196
| | | | | | |
| | | * | | | Changelog entry and bug list.chriseth2018-09-103-7/+58
| | | | | | |
| | | * | | | Always perform cleanup for EXP.chriseth2018-09-101-1/+3
| | | | | | |
| | | * | | | Tests.chriseth2018-09-101-0/+40
| | |/ / / /
| | * | | | Merge pull request #4937 from ethereum/fixNewline_0425chriseth2018-09-104-33/+167
| | |\ \ \ \ | | | | | | | | | | | | | | [backport] Fix newline bugs
| | | * | | | Changelog.chriseth2018-09-101-0/+3
| | | | | | |
| | | * | | | Tests.chriseth2018-09-101-0/+98
| | | | | | |
| | | * | | | This fixes several bugs with regards to line breaks and comments:chriseth2018-09-103-28/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - any unicode line break (line feed, vertical tab, form feed, carriage return, NEL, LS and PS) is considered to terminate a single-line comment. The line break itself is considered to be the next token after the comment, leading to a parser error if it is not an ascii character (i.e. for NEL, LS and PS). - unterminated multiline comments are considered illegal tokens - '/** /' is considered an unterminated multiline comment (previously, whitespace was allowed before the last '/'
| | | * | | | Refactor handling of whitespace.chriseth2018-09-101-5/+0
| | | | | | |
| | * | | | | Merge pull request #4920 from ethereum/disallow_indexed_ref_v2_for_0_425chriseth2018-09-1011-6/+283
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | Disallow indexed reference types in events when using ABIEncoderV2 (backported)
| | | * | | | Change "fixed" date.chriseth2018-09-071-1/+1
| | | | | | |
| | | * | | | Bug list entryLeonardo Alt2018-09-072-6/+28
| | | | | | |
| | | * | | | Review suggestionsLeonardo Alt2018-09-074-6/+6
| | | | | | |
| | | * | | | Add end to end testsLeonardo Alt2018-09-071-0/+203
| | | | | | |
| | | * | | | Disallow indexed reference types in events when using ABIEncoderV2Leonardo Alt2018-09-078-0/+52
| | | | | | |
| | * | | | | Merge pull request #4928 from ethereum/v0425_appveyor_fixchriseth2018-09-071-6/+3
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | [BACKPORT] Use wildcards for MSVC version in scripts/release.bat.
| | | * | | | Use wildcards for MSVC version in scripts/release.bat.Daniel Kirchner2018-09-071-6/+3
| | |/ / / /
| | * | | | Merge pull request #4922 from ethereum/event_struct_error_0425chriseth2018-09-0710-0/+47
| | |\ \ \ \ | | | | | | | | | | | | | | Disallow structs in events without ABIEncoderV2
| | | * | | | Disallow structs in events without ABIEncoderV2Leonardo Alt2018-09-0610-0/+47
| | |/ / / /
| | * / / / Set version.chriseth2018-09-062-1/+4
| |/ / / /
* | | | | Merge pull request #4963 from ethereum/version-0.4.26chriseth2018-09-141-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Set version to 0.4.26
| * | | | Set version to 0.4.26Alex Beregszaszi2018-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | To avoid conflict with 0.4.25 release.
* | | | | Merge pull request #4911 from ethereum/addressPayableDaniel Kirchner2018-09-1351-84/+1646
|\ \ \ \ \ | |_|_|/ / |/| | | | Payable and non-payable address type.
| * | | | Add ``stateMutability`` field to JSON AST for ``address`` types.Daniel Kirchner2018-09-134-2/+1178
| | | | |
| * | | | Add payable and non-payable state mutability to AddressType.Daniel Kirchner2018-09-1347-82/+468
| | | | |
* | | | | Merge pull request #4906 from ethereum/chriseth-patch-3chriseth2018-09-131-10/+21
|\ \ \ \ \ | |_|/ / / |/| | | | Second part of coin example.
| * | | | Second part of coin example.chriseth2018-09-131-10/+21
| |/ / /
* | | | Merge pull request #4941 from liangdzou/properly_truncate_referenced_srcchriseth2018-09-1314-4/+90
|\ \ \ \ | |/ / / |/| | | Properly truncate referenced src
| * | | give more information (at most 35 chars before and after) for too long linesliangdzou2018-09-1314-4/+90
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add tests for giving more informations for too long lines add edge tests for giving more informations for too long lines avoid printing out tailing white space update test case after avoiding printing out trailing whitespace update test case for removing the pre-release warning from reference refactor the code to if-else flavor rename folder to cmdlineErrorReports under test rename folder to cmdlineErrorReports under test ignore whitespace for reference files avoiding to modify the file stderr_path by call sed without -i option print ' ...' instead of ' ... ' at the end of a line
* | | Merge pull request #4953 from ethereum/addressPayableTestschriseth2018-09-1226-67/+121
|\ \ \ | | | | | | | | Update test suite to use address payable.
| * | | Update test suite to use address payable.Daniel Kirchner2018-09-1226-67/+121
|/ / /
* | | Merge pull request #4926 from ethereum/addressPayableParserchriseth2018-09-1125-12/+285
|\ \ \ | | | | | | | | Accept ``address payable`` during parsing.
| * | | Accept ``address payable`` during parsing.Daniel Kirchner2018-09-1125-12/+285
|/ / /
* | | Merge pull request #4935 from elopio/patch-5chriseth2018-09-111-1/+3
|\ \ \ | | | | | | | | On a yul switch, at least one case is required when there is no default statement
| * | | On a yul switch, at least one case is required when there is no default ↵Leo Arias2018-09-111-1/+3
|/ / / | | | | | | | | | statement
* | | Merge pull request #4940 from elopio/patch-6chriseth2018-09-111-2/+2
|\ \ \ | | | | | | | | Clarify a little the function hoister optimization
| * | | Clarify a little the function hoister optimizationLeo Arias2018-09-111-2/+2
|/ / /
* | | Merge pull request #4896 from ethereum/expCleanupchriseth2018-09-106-1/+131
|\ \ \ | | | | | | | | Exp cleanup
| * | | Update bug description, add regex and tests.chriseth2018-09-103-48/+83
| | | |
| * | | Changelog entry and bug list.chriseth2018-09-103-0/+53
| | | |
| * | | Always perform cleanup for EXP.chriseth2018-09-101-1/+3
| | | |
| * | | Tests.chriseth2018-09-101-0/+40
|/ / /
* | | Merge pull request #4912 from ethereum/fixNewlinechriseth2018-09-104-33/+167
|\ \ \ | | | | | | | | Fix bugs in comments.
| * | | Changelog.chriseth2018-09-061-0/+3
| | | |
| * | | Tests.chriseth2018-09-061-0/+98
| | | |
| * | | This fixes several bugs with regards to line breaks and comments:chriseth2018-09-063-28/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - any unicode line break (line feed, vertical tab, form feed, carriage return, NEL, LS and PS) is considered to terminate a single-line comment. The line break itself is considered to be the next token after the comment, leading to a parser error if it is not an ascii character (i.e. for NEL, LS and PS). - unterminated multiline comments are considered illegal tokens - '/** /' is considered an unterminated multiline comment (previously, whitespace was allowed before the last '/'
| * | | Refactor handling of whitespace.chriseth2018-09-061-5/+0
| | | |
* | | | Merge pull request #4929 from flantony/patch-1chriseth2018-09-101-0/+5
|\ \ \ \ | | | | | | | | | | Add YAKINDU Solidity Tools to Integrations list
| * | | | Add YAKINDU Solidity Tools to Integrations listFlorian Antony2018-09-071-0/+5
|/ / / /
* | | | Merge pull request #4841 from ethereum/struct_event_jsonpathchriseth2018-09-075-53/+199
|\ \ \ \ | |_|_|/ |/| | | Buglist check script json path support
| * | | Buglist check script supports json pathsLeonardo Alt2018-09-075-53/+199
|/ / /
* | | Merge pull request #4844 from ethereum/docs-1644-bytecodechriseth2018-09-071-17/+17
|\ \ \ | | | | | | | | Clean up metadata and clarify what small changes affect
| * | | Clean up metadata and clarify what small changes affectChris Ward2018-09-061-18/+18
| | | | | | | | | | | | | | | | Updates from review
* | | | Merge pull request #4903 from ethereum/chriseth-patch-1chriseth2018-09-071-9/+13
|\ \ \ \ | | | | | | | | | | Some tuning of the documentation index.
| * | | | Update index.rstchriseth2018-09-051-9/+13
| | | | |
* | | | | Merge pull request #4905 from ethereum/chriseth-patch-2chriseth2018-09-061-18/+21
|\ \ \ \ \ | | | | | | | | | | | | Update first part of example.
| * | | | | Update first part of example.chriseth2018-09-061-18/+21
| |/ / / /
* | | | | Merge pull request #4918 from lazaridiscom/developchriseth2018-09-061-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | ignore deps install and cache dirs
| * | | | ignore deps install and cache dirsLazaridis2018-09-061-0/+2
| | | | |
* | | | | Merge pull request #4917 from ethereum/parserCleanupDaniel Kirchner2018-09-062-46/+64
|\ \ \ \ \ | |/ / / / |/| | | | Parser cleanup.
| * | | | More consistently use parse*() functions without argument in the parser.Daniel Kirchner2018-09-062-46/+64
|/ / / /
* | | | Merge pull request #4846 from ethereum/docs-4574-infofeedchriseth2018-09-061-13/+5
|\ \ \ \ | | | | | | | | | | Update Infofeed example code and explanation
| * | | | Remove unneeded paragraphChris Ward2018-09-051-3/+0
| | | | |
| * | | | Update Infofeed example code and explanationChris Ward2018-08-221-12/+7
| | |/ / | |/| |
* | | | Merge pull request #4872 from bakaoh/issue4716chriseth2018-09-063-4/+14
|\ \ \ \ | | | | | | | | | | Crash when array index value is too large
| * | | | Fix #4716: Crash when array index value is too largebakaoh2018-09-053-4/+14
| |/ / /
* | | | Merge pull request #4887 from ethereum/addressSplitchriseth2018-09-0612-102/+174
|\ \ \ \ | | | | | | | | | | Split IntegerType into IntegerType and AddressType.
| * | | | Split IntegerType into IntegerType and AddressType.Daniel Kirchner2018-09-0512-102/+174
| | |/ / | |/| |
* | | | Merge pull request #4889 from liangdzou/developchriseth2018-09-051-1/+2
|\ \ \ \ | |/ / / |/| | | add more vim temp files to gitignore file
| * | | change the vim temp files pattern to more accurate versionliangdzou2018-09-051-1/+2
| | | |
| * | | add more vim temp files to gitignore fileliangdzou2018-09-041-1/+1
| | | |
* | | | Merge pull request #4590 from ethereum/msgValueModifierchriseth2018-09-0513-66/+142
|\ \ \ \ | | | | | | | | | | Warn if modifier uses msg.value in non-payable function
| * | | | Update changelog.chriseth2018-09-041-1/+1
| | | | |
| * | | | Fix endToEnd testLeonardo Alt2018-09-041-0/+10
| | | | |
| * | | | Turn warning into error.chriseth2018-09-044-8/+10
| | | | |
| * | | | Warns if modifier uses msg.value in non-payable function.Erik Kundt2018-09-0411-65/+129
| | | | |
* | | | | Merge pull request #4895 from ethereum/abidecodesinglechriseth2018-09-055-21/+37
|\ \ \ \ \ | | | | | | | | | | | | Fix abi.decode returning single value.
| * | | | | Fix abi.decode returning single value.chriseth2018-09-055-21/+37
| | | | | |
* | | | | | Merge pull request #4866 from bakaoh/issue4743chriseth2018-09-0540-49/+51
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix#4743: Incorrect source location for nameless parameters
| * | | | | | Update test to correct source location for nameless parametersbakaoh2018-08-3139-45/+46
| | | | | | |
| * | | | | | Fix#4743: Incorrect source location for nameless parametersbakaoh2018-08-281-4/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4883 from ethereum/docs_json_urls_allow_pathschriseth2018-09-051-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Mention in docs that standard json url files need --allow-paths
| * | | | | | Mention in the standard json documentation that files in urls need their ↵Leonardo Alt2018-09-031-0/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | directories allowed via --allow-paths
* | | | | | Merge pull request #4880 from ethereum/fix_cmdlineTest_tmpdirchriseth2018-09-051-13/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Rename TMPDIR to SOLTMPDIR in cmdlineTests
| * | | | | | mktemp might use variable TMPDIR. Renaming it in our script to avoid conflicts.Leonardo Alt2018-09-031-13/+13
| |/ / / / /
* | | | | | Merge pull request #4878 from federicobond/patch-1chriseth2018-09-051-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add hex numbers with uppercase X to grammar.txt
| * | | | | | Add hex numbers with uppercase X to grammar.txtFederico Bond2018-09-021-1/+1
| |/ / / / /
* | | | | | Merge pull request #4897 from ethereum/trailingWhitespaceDetectionchriseth2018-09-053-1/+26
|\ \ \ \ \ \ | | | | | | | | | | | | | | Trailing whitespace detection script and circleci job.
| * | | | | | Remove trailing whitespace.Daniel Kirchner2018-09-042-4/+2
| | | | | | |
| * | | | | | Trailing whitespace detection script and circleci job.Daniel Kirchner2018-09-042-0/+27
| | | | | | |
* | | | | | | Merge pull request #4890 from ethereum/msvcVersionFixchriseth2018-09-051-5/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Use wildcards for MSVC version in scripts/release.bat.
| * | | | | | Use wildcards for MSVC version in scripts/release.bat.Daniel Kirchner2018-09-041-5/+3
| |/ / / / /
* | | | | | Merge pull request #4888 from ↵chriseth2018-09-048-2/+84
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | ethereum/disallow_single_statement_vardecl_if_while_for Disallow single statement var decl in if/while/for without blocks
| * | | | | Review suggestionsLeonardo Alt2018-09-043-12/+12
| | | | | |
| * | | | | Changed error message and added testsLeonardo Alt2018-09-046-1/+59
| | | | | |
| * | | | | Disallow single statement var decl in if/while/for without blocksLeonardo Alt2018-09-043-2/+26
| | | | | |
* | | | | | Merge pull request #4829 from ethereum/callBytesReturnchriseth2018-09-0418-138/+413
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add return data to bare calls.
| * | | | | | Add another end-to-end test.Daniel Kirchner2018-09-041-0/+127
| | | | | | |
| * | | | | | Update documentation.Daniel Kirchner2018-09-042-3/+6
| | | | | | |
| * | | | | | Update compilation tests.Daniel Kirchner2018-09-044-16/+11
| | | | | | |
| * | | | | | Add return data to bare calls.Daniel Kirchner2018-09-0412-119/+269
| | | | | | |
* | | | | | | Merge pull request #4856 from ethereum/fix_docs_remix_urlchriseth2018-09-041-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix local remix-ide url in docs
| * | | | | | | Fix remix-ide url in docsLeonardo Alt2018-09-041-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #4836 from ethereum/docs-1532-remappingchriseth2018-09-041-34/+36
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Clarify remapping
| * | | | | | Clarify remappingChris Ward2018-09-041-34/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update layout-of-source-files.rst
* | | | | | | Merge pull request #4882 from ethereum/removeTrailingWhitespacechriseth2018-09-0420-711/+711
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Remove trailing whitespace for all files in the repository.
| * | | | | | Update generation of bugs_by_version.json.Daniel Kirchner2018-09-041-1/+1
| | | | | | |
| * | | | | | Remove trailing whitespace for all files in the repository.Daniel Kirchner2018-09-0419-710/+710
|/ / / / / /
* | | | | | Merge pull request #4837 from chase1745/default-to-unspecifiedchriseth2018-09-046-12/+12
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Rename `Location::Default` to `Location::Unspecified`
| * | | | | Rename Location::Default to Location::Unspecified.Chase McDermott2018-08-186-12/+12
| | |_|/ / | |/| | |
* | | | | Merge pull request #4578 from aj07/patch-1chriseth2018-09-041-10/+55
|\ \ \ \ \ | | | | | | | | | | | | Update README.md
| * | | | | Update README.mdAnkit Raj2018-09-041-10/+55
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgradation of readme page in standard format of https://github.com/RichardLitt/standard-readme There i have added few sections like maintainers, examples and made it more user freindly. I have taken help from wiki page of solidity and read the docs regarding content ethereum#4491
* | | | | Merge pull request #4851 from anurag-git/anurag_issue_4824chriseth2018-09-033-9/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | Removed unused "FunctionType::Kind::CallCode"
| * | | | Removed unused "FunctionType::Kind::CallCode" from Types.h and all its usageAnurag Dashputre2018-08-233-9/+3
| |/ / /
* | | | Merge pull request #4848 from RichardLitt/patch-1chriseth2018-09-031-2/+2
|\ \ \ \ | | | | | | | | | | docs(bug_report.md): Small grammar fixes
| * | | | docs(bug_report.md): Small grammar fixesRichard Littauer2018-08-231-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | - Data is plural, but 'there are a lot of data' sounds odd to most readers. I used the word information, instead. 'There is a lot of data' isn't grammatical. - There was an errant space before a comma. I've substituted in a semicolon for readability. These are small changes, almost pathetically so. But they make the bug report easier to read, thus reducing some friction at scale.
* | | | Merge pull request #4850 from anurag-git/anurag_issue_3667chriseth2018-09-031-7/+0
|\ \ \ \ | |/ / / |/| | | Fix for Ensure that missed enum values are tested for in Types #3667
| * | | Merge branch 'develop' into anurag_issue_3667Anurag Dashputre2018-08-23217-922/+3812
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #4629 from ethereum/mapping_dynamic_keychriseth2018-08-168-1/+50
|\ \ \ \ | | | | | | | | | | Dynamic type as mapping key returns error instead of assertion fail
| * | | | Dynamic type as mapping key returns error instead of assertion failLeonardo Alt2018-08-168-1/+50
| | | | |
* | | | | Merge pull request #4818 from ethereum/clarifyConstructorArgschriseth2018-08-161-4/+8
|\ \ \ \ \ | | | | | | | | | | | | Clarify constructor arguments.
| * | | | | Clarify constructor arguments.chriseth2018-08-161-4/+8
| | | | | |
* | | | | | Merge pull request #4825 from ethereum/expressionCompBareCallchriseth2018-08-162-5/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | More safeguards for (library) function types.
| * | | | | | More safeguards for (library) function types.chriseth2018-08-152-5/+16
| | | | | | |
* | | | | | | Merge pull request #4831 from liangdzou/developchriseth2018-08-161-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | fix a typo: declaratoion => declaration
| * | | | | | fix a typo: declaratoion => declarationliangdzou2018-08-161-1/+1
|/ / / / / /
* | | | | | Merge pull request #4822 from ethereum/addressStaticCallchriseth2018-08-1612-17/+161
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add ``staticcall`` to ``address``.
| * | | | | | Add some more documentation.Daniel Kirchner2018-08-153-7/+10
| | | | | | |
| * | | | | | Add syntax test for ``address.staticcall.value``.Daniel Kirchner2018-08-151-0/+15
| | | | | | |
| * | | | | | Add view pure checker tests for ``address.staticcall(...)``.Daniel Kirchner2018-08-151-1/+20
| | | | | | |
| * | | | | | Add ``staticcall`` to ``address``.Daniel Kirchner2018-08-158-9/+116
| |/ / / / /
* | | | | | Merge pull request #4820 from ethereum/disallow_indexed_ref_v2chriseth2018-08-1611-2/+275
|\ \ \ \ \ \ | | | | | | | | | | | | | | Disallow indexed reference types in events when using ABIEncoderV2
| * | | | | | Bug list entryLeonardo Alt2018-08-152-2/+20
| | | | | | |
| * | | | | | Review suggestionsLeonardo Alt2018-08-154-6/+6
| | | | | | |
| * | | | | | Add end to end testsLeonardo Alt2018-08-151-0/+203
| | | | | | |
| * | | | | | Disallow indexed reference types in events when using ABIEncoderV2Leonardo Alt2018-08-158-0/+52
| |/ / / / /
* | | | | | Merge pull request #4826 from fvictorio/patch-2chriseth2018-08-161-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add missing parentheses in units-and-global-variables.rst
| * | | | | Add missing parentheses in ABI Encoding sectionFranco Victorio2018-08-161-1/+1
|/ / / / /
* | | | | Merge pull request #4496 from ethereum/faq-reorg-contractschriseth2018-08-152-39/+54
|\ \ \ \ \ | |_|_|/ / |/| | | | Move contract related FAQ points
| * | | | Move contract related FAQ pointsChris Ward2018-08-152-39/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates from feedback Changes from feedback Further changes from review Changes from review Changes from review Changes from review
* | | | | Merge pull request #4390 from ethereum/abidecodechriseth2018-08-1518-8/+384
|\ \ \ \ \ | | | | | | | | | | | | Add abi.decode
| * | | | | Changelog entry.chriseth2018-08-151-0/+1
| | | | | |
| * | | | | Documentation.chriseth2018-08-152-2/+4
| | | | | |
| * | | | | Add abi.decode(bytes data, (...))chriseth2018-08-1515-6/+379
| | | | | |
* | | | | | Merge pull request #4583 from ethereum/nested_array_library_changelogchriseth2018-08-156-4/+187
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bugfix Changelog entry regarding nested arrays returned by library functions
| * | | | | | Update bug list and add regular expression to bug list and add test.Leonardo Alt2018-08-146-16/+176
| | | | | | |
| * | | | | | Bugfix entry regarding nested arrays returned by library functionsLeonardo Alt2018-08-142-4/+27
| | | | | | |
* | | | | | | Merge pull request #4797 from bakaoh/issue4718chriseth2018-08-157-4/+27
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Fixes #4718: High CPU usage when using large variable names
| * | | | | | Fixes #4718: High CPU usage when using large variable namesbakaoh2018-08-157-4/+27
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4817 from crypto-jeronimo/fix-typo-in-docschriseth2018-08-151-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix typo in documentation.
| * | | | | | Fix typo in documentation.Crypto Jerônimo2018-08-151-1/+1
| |/ / / / /
* | | | | | Merge pull request #4815 from gftea/developchriseth2018-08-151-3/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | | multiple inheritance in solidity search from right-to-left, different from python
| * | | | | clarify multiple inheritance in solidity and its differences against to pythonSimon Chen2018-08-151-3/+14
| | | | | |
* | | | | | Merge pull request #4816 from ethereum/typeConversionDocchriseth2018-08-152-11/+103
|\ \ \ \ \ \ | | | | | | | | | | | | | | Extend documentation about conversions between integers, bytes and literal types.
| * | | | | | Extend documentation about explicit and implicit conversions between ↵Daniel Kirchner2018-08-152-11/+103
|/ / / / / / | | | | | | | | | | | | | | | | | | (u)intXX, bytesYY and literals.
* | | | | | Merge pull request #4738 from ethereum/dataloc_mergedchriseth2018-08-1590-310/+586
|\ \ \ \ \ \ | | | | | | | | | | | | | | Enforce data location.
| * | | | | | Make joinHumanReadable work for input iterators.chriseth2018-08-151-16/+12
| | | | | | |
| * | | | | | Update external tests.chriseth2018-08-159-23/+23
| | | | | | |
| * | | | | | Update tests.chriseth2018-08-1562-113/+179
| | | | | | |
| * | | | | | New test cases.mingchuan2018-08-1520-0/+126
| | | | | | |
| * | | | | | Update testsChase McDermott2018-08-158-39/+39
| | | | | | |
| * | | | | | Update documentation.chriseth2018-08-153-37/+36
| | | | | | |
| * | | | | | Refactor data location check.Chase McDermott2018-08-156-131/+220
| | | | | | |
* | | | | | | Merge pull request #4542 from aarlt/constructor_natspecchriseth2018-08-155-27/+216
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix: natspec annotations on constructors
| * | | | | | Fix: natspec annotations on constructorsAlexander Arlt2018-08-095-27/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - natspec annotations on constructore where ignored.
* | | | | | | Merge pull request #4776 from ethereum/const-opt-costchriseth2018-08-143-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Calculate the dataGas correctly in the constant optimiser
| * | | | | | | Calculate the dataGas correctly in the constant optimiserAlex Beregszaszi2018-08-143-3/+3
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This may cause a wrong decision about cost (and as a result choosing the least efficient code), but will not cause any miscompilation or invalid output.
* | | | | | | Merge pull request #4765 from ethereum/fixes-issue-4673chriseth2018-08-144-2/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [WIP] Fixes issue where computing storage size for a number would take too long (or even cause a crash).
| * | | | | | | Fixes issue where computing storage size for a number would take too long.Christian Parpart2018-08-144-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4673.
* | | | | | | | Merge pull request #4372 from JesseBusman/implicit-convertibility-functionschriseth2018-08-147-23/+263
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add implicit convertibility to function pointer with higher state mutability
| * | | | | | | | Add implicit convertibility to function pointer with higher state mutabilityJesse Busman2018-08-147-23/+263
| | | | | | | | |
* | | | | | | | | Merge pull request #4780 from ethereum/enumDatachriseth2018-08-141-1/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Clarify data representation of enums.
| * | | | | | | | | Clarify data representation of enums.chriseth2018-08-141-1/+5
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4787 from ethereum/updateLinkschriseth2018-08-141-27/+41
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Update links
| * | | | | | | | | Re-group links.chriseth2018-08-091-24/+37
| | | | | | | | | |
| * | | | | | | | | Update links and deprecated unmaintained tools.chriseth2018-08-091-3/+4
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4792 from ethereum/someABIDocFixeschriseth2018-08-141-48/+56
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Some style fixes to the ABI documentation.
| * | | | | | | | | Some style fixes to the ABI documentation.chriseth2018-08-101-48/+56
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4788 from ethereum/noWarnDocchriseth2018-08-1413-180/+262
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Test that documentation does not contain any warnings.
| * | | | | | | | | | Update documentation.chriseth2018-08-144-39/+100
| | | | | | | | | | |
| * | | | | | | | | | Also extract tests that do not start with a pragma.chriseth2018-08-142-24/+25
| | | | | | | | | | |
| * | | | | | | | | | Update documentation examples.chriseth2018-08-1410-86/+99
| | | | | | | | | | |
| * | | | | | | | | | Test that documentation does not contain any warnings.chriseth2018-08-142-37/+44
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4782 from ethereum/encodePackedArrayOfStructschriseth2018-08-144-10/+30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Encode packed array of structs
| * | | | | | | | | | Changelog entry.chriseth2018-08-101-0/+1
| | | | | | | | | | |
| * | | | | | | | | | Tests.chriseth2018-08-102-0/+19
| | | | | | | | | | |
| * | | | | | | | | | Disallow packed encoding of arrays of structs.chriseth2018-08-101-10/+10
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4796 from ethereum/structs-in-interfaceschriseth2018-08-145-7/+72
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | [BREAKING] Adds support for structs in interfaces.
| * | | | | | | | | Adds support for structs in interfaces.Christian Parpart2018-08-145-7/+72
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #4733.
* | | | | | | | | Merge pull request #4813 from ethereum/replace_safety_stopchriseth2018-08-144-8/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Replace safety stop by invalid
| * | | | | | | | | Replace safety stop by invalidLeonardo Alt2018-08-144-8/+8
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4799 from ethereum/semanticsTestsGasEtAlchriseth2018-08-145-0/+122
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Semantics tests for ``gasleft()``, ``blockhash()`` ``tx.gasprice`` and ``block.gaslimit``
| * | | | | | | | | Fix tests for constantinople (expect zero for the time being).Daniel Kirchner2018-08-141-9/+22
| | | | | | | | | |
| * | | | | | | | | Add missing tests for ``gasleft()``, ``blockhash()`` ``tx.gasprice`` and ↵Daniel Kirchner2018-08-145-0/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``block.gaslimit``.
* | | | | | | | | | Merge pull request #4777 from ethereum/typeConversionMemorychriseth2018-08-145-5/+14
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Defaul data location for type conversions is memory.
| * | | | | | | | | Defaul data location for type conversions is memory.chriseth2018-08-135-5/+14
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4798 from ethereum/mappingArgumentsAndReturnschriseth2018-08-1336-7/+438
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Mapping arguments and returns
| * | | | | | | | | | Add tests for mappings in function types.Daniel Kirchner2018-08-134-0/+20
| | | | | | | | | | |
| * | | | | | | | | | Allow mappings of arrays as arguments and return values of internal functions.Daniel Kirchner2018-08-1313-4/+101
| | | | | | | | | | |
| * | | | | | | | | | Consider mappings return values in control flow analysis.Daniel Kirchner2018-08-136-1/+25
| | | | | | | | | | |