aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | JuliaType -> YulTypeAlex Beregszaszi2018-06-143-11/+11
| | | | |
| * | | | Rename internal variableAlex Beregszaszi2018-06-142-7/+7
| | | | |
| * | | | Rename JULIA/IULIA to Yul in assembly interfaceAlex Beregszaszi2018-06-146-23/+23
|/ / / /
* | | | Merge pull request #4282 from ethereum/cli-yulchriseth2018-06-143-8/+9
|\ \ \ \ | | | | | | | | | | [BREAKING] Renamed the --julia CLI option to --yul
| * | | | Renamed the --julia CLI option to --yulAlex Beregszaszi2018-06-143-8/+9
| | | | |
* | | | | Merge pull request #4236 from ethereum/v050-disallow-empty-structschriseth2018-06-1411-83/+26
|\ \ \ \ \ | |/ / / / |/| | | | [BREAKING] Enforce disallowing empty structs
| * | | | Enforce disallowing empty structsChristian Parpart2018-06-1411-83/+26
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #4272 from ethereum/assert-break-continuechriseth2018-06-131-4/+4
|\ \ \ \ | | | | | | | | | | Fail if break/continue statements are used outside for/while loops in ContractCompiler
| * | | | Fail if break/continue statements are used outside for/while loops in ↵Alex Beregszaszi2018-06-121-4/+4
| | | | | | | | | | | | | | | | | | | | ContractCompiler
* | | | | Merge pull request #4290 from ethdemy/typo-bugfixchriseth2018-06-132-2/+2
|\ \ \ \ \ | | | | | | | | | | | | fix typo
| * | | | | fix typoa4nkit2018-06-132-2/+2
| | | | | |
* | | | | | Merge pull request #4284 from ethereum/external-050-testschriseth2018-06-131-3/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Properly download branches of external Zeppelin/Gnosis tests
| * | | | | | Properly download branches of external Zeppelin/Gnosis testsAlex Beregszaszi2018-06-131-3/+13
| |/ / / / /
* | | | | | Merge pull request #4286 from ethereum/cli-formalchriseth2018-06-132-8/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [BREAKING] Remove obsolete --formal option from CLI
| * | | | | Remove obsolete --formal option from CLIAlex Beregszaszi2018-06-132-8/+2
|/ / / / /
* | | | | Merge pull request #4283 from ethereum/swap-test-orderAlex Beregszaszi2018-06-131-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Execute external Zeppelin tests before Gnosis
| * | | | | Execute external Zeppelin tests before GnosisAlex Beregszaszi2018-06-131-1/+1
| | | | | |
* | | | | | Merge pull request #4085 from ethereum/calldatapadAlex Beregszaszi2018-06-134-14/+19
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [BREAKING] Properly pad data from calldata.
| * | | | | Properly pad data from calldata.chriseth2018-06-134-14/+19
| | | | | |
* | | | | | Merge pull request #4250 from ethereum/fixAppveyorAlex Beregszaszi2018-06-131-4/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix AppVeyor Visual Studio 2017 release
| * | | | | Updates Windows release to VS 2017 15.7.3bitshift2018-06-111-4/+3
| | | | | |
* | | | | | Merge pull request #4280 from ethereum/disallow-sha3-suicideAlex Beregszaszi2018-06-1312-158/+64
|\ \ \ \ \ \ | | | | | | | | | | | | | | [BREAKING] Disallow sha3 suicide
| * | | | | | Ensure to always use 0.5.0 mode in solcjs testsAlex Beregszaszi2018-06-131-0/+5
| | | | | | |
| * | | | | | Update external contract in compilationTests to not use deprecated sha3Alex Beregszaszi2018-06-134-31/+31
| | | | | | |
| * | | | | | Disallow sha3/suicide aliasesAlex Beregszaszi2018-06-137-111/+19
| | | | | | |
| * | | | | | Tidy up changelog for 0.5.0Alex Beregszaszi2018-06-131-17/+10
|/ / / / / /
* | | | | | Merge pull request #3627 from ethereum/additional-keywordsAlex Beregszaszi2018-06-124-5/+48
|\ \ \ \ \ \ | | | | | | | | | | | | | | [BREAKING] Add new reserved keywords.
| * | | | | | Add new reserved keywords.Daniel Kirchner2018-06-124-5/+48
| | | | | | |
* | | | | | | Merge pull request #4277 from ethereum/signedRightShiftDaniel Kirchner2018-06-122-2/+40
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Signed Right Shift: Additional test and more explanation.
| * | | | | | | Additional test and more explanation.Daniel Kirchner2018-06-122-2/+40
| | | | | | | |
* | | | | | | | Merge pull request #4265 from ethereum/remove-stdchriseth2018-06-127-115/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove obsolete 'std' directory
| * | | | | | | | Remove obsolete 'std' directoryAlex Beregszaszi2018-06-127-115/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4229 from ethereum/smt_storage_vars_refactorchriseth2018-06-124-68/+65
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Refactoring how storage and local variables are managed.
| * | | | | | | | Refactoring Declaration -> VariableDeclaration (more precise)Leonardo Alt2018-06-124-43/+42
| | | | | | | | |
| * | | | | | | | Review commentsLeonardo Alt2018-06-122-10/+8
| | | | | | | | |
| * | | | | | | | Refactoring how storage and local variables are managed.Leonardo Alt2018-06-122-29/+29
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #4273 from ethereum/soltestExceptionsDaniel Kirchner2018-06-122-25/+15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improve exception handling in soltest and isoltest.
| * | | | | | | | Improve exception handling in soltest and isoltest.Daniel Kirchner2018-06-122-25/+15
| |/ / / / / / /
* | | | | | | | Merge pull request #4232 from ethereum/renameiuliaAlex Beregszaszi2018-06-122-23/+24
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Rename iulia to yul in documentation.
| * | | | | | | Rename julia/iulia to yul in documentation.chriseth2018-06-122-23/+24
| |/ / / / / /
* | | | | | | Merge pull request #4084 from ethereum/signedRightShiftAlex Beregszaszi2018-06-125-70/+160
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | | [BREAKING] Use proper SAR for signed right shifts and emulate on pre-constantinople.
| * | | | | Extend explanatory remark and argue using bitwise operations instead of ↵Daniel Kirchner2018-06-121-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | rounding.
| * | | | | Use proper SAR for signed right shifts and emulate on pre-constantinople.Daniel Kirchner2018-06-125-70/+152
|/ / / / /
* | | | | Merge pull request #4179 from ethereum/emitWorkaroundAlex Beregszaszi2018-06-123-3/+8
|\ \ \ \ \ | | | | | | | | | | | | [BREAKING] Remove emit workaround
| * | | | | Introduces emit token and removes identifier workaround.Erik Kundt2018-06-123-3/+8
|/ / / / /
* | | | | Merge pull request #4266 from ethereum/explicit-powAlex Beregszaszi2018-06-121-10/+7
|\ \ \ \ \ | | | | | | | | | | | | Use boost::multiprecision::pow explicitly
| * | | | | Use boost::multiprecision::pow explicitlyAlex Beregszaszi2018-06-121-10/+7
| |/ / / /
* | | | | Merge pull request #4206 from ethereum/050-testingAlex Beregszaszi2018-06-121-2/+3
|\ \ \ \ \ | |/ / / / |/| | | | Use temporary fork of Gnosis/Zeppelin contracts
| * | | | Use temporary fork of Gnosis/Zeppelin contractsAlex Beregszaszi2018-05-301-2/+3
| | | | | | | | | | | | | | | | | | | | Hopefully to be merged into upstream after the 0.5.0 release.
| * | | | Gnosis and Zeppelin repo names have changedAlex Beregszaszi2018-05-301-2/+2
| | | | |
* | | | | Merge pull request #4247 from morenoh149/patch-2chriseth2018-06-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Update Event emit docs pragma
| * | | | | Update Event emit docs pragmaHarry Moreno2018-06-081-1/+1
|/ / / / / | | | | | | | | | | Event's `emit` usage was introduced in 0.4.21+
* | | | | Merge pull request #4243 from feliam/patch-3chriseth2018-06-071-2/+1
|\ \ \ \ \ | | | | | | | | | | | | Update abi-spec.rst
| * | | | | Update abi-spec.rstfeliam2018-06-071-2/+1
|/ / / / / | | | | | | | | | | | | | | | An infinite number of items in the sequence of types? ?? A negative number of type in the sequence ??
* | | | | Merge pull request #4241 from ethereum/show-named-argAlex Beregszaszi2018-06-063-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Show named argument name in error
| * | | | | Show named argument name in errorAlex Beregszaszi2018-06-063-3/+3
| | | | | |
* | | | | | Merge pull request #4222 from ethereum/view-pure-checker-splitchriseth2018-06-0623-359/+227
|\ \ \ \ \ \ | | | | | | | | | | | | | | Extract test cases from ViewPureChecker
| * | | | | | Extract test cases from ViewPureCheckerAlex Beregszaszi2018-06-0623-359/+227
| |/ / / / /
* | | | | | Merge pull request #4237 from dilatebrave/pull4196chriseth2018-06-061-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | doc: put the index at the bottom
| * | | | | doc: put the index at the bottomtaitt2018-06-061-1/+1
|/ / / / /
* | | | | Merge pull request #4235 from sifmelcara/fix/cmake-install-libdirchriseth2018-06-061-8/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix cmake when custom CMAKE_INSTALL_LIBDIR is given
| * | | | | Fix cmake when custom CMAKE_INSTALL_LIBDIR is givenmingchuan2018-06-061-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.
* | | | | | Merge pull request #4234 from elopio/patch-4chriseth2018-06-061-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | docs: fix typos
| * | | | | | docs: fix typosLeo Arias2018-06-061-2/+2
| | | | | | |
* | | | | | | Merge pull request #4233 from elopio/patch-3chriseth2018-06-061-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | comments: fix typo
| * | | | | | comments: fix typoLeo Arias2018-06-061-1/+1
|/ / / / / /
* | | | | | Merge pull request #4227 from elopio/patch-1chriseth2018-06-061-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | docs: fix typo
| * | | | | | docs: fix typoLeo Arias2018-06-051-1/+1
| |/ / / / /
* | | | | | Merge pull request #4228 from elopio/patch-2chriseth2018-06-061-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | docs: fix code annotation
| * | | | | docs: fix code annotationLeo Arias2018-06-051-1/+1
|/ / / / /
* | | | | Merge pull request #4208 from ethereum/extract-name-and-type-testschriseth2018-06-05552-7040/+4244
|\ \ \ \ \ | | | | | | | | | | | | Extract name and type tests
| * | | | | Move "create2_as_variable" back to non-isoltest tests.chriseth2018-06-052-6/+15
| | | | | |
| * | | | | Fix view/pure error ordering problem.chriseth2018-06-041-2/+2
| | | | | |
| * | | | | Remove extracted tests from SolidityNameAndTypeResolutionAlex Beregszaszi2018-05-311-7051/+0
| | | | | |
| * | | | | Split out SolidityNameAndTypeResolution tests into SyntaxTestsAlex Beregszaszi2018-05-31551-0/+4244
| | | | | |
| * | | | | Reformat test for extraction toolAlex Beregszaszi2018-05-311-1/+3
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4216 from kronosapiens/patch-2chriseth2018-06-051-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Update function visibility example
| * | | | | Denote `getData` as viewDaniel Kronovet2018-06-041-1/+1
| | | | | |
| * | | | | Update function visibility exampleDaniel Kronovet2018-06-031-2/+2
| |/ / / / | | | | | | | | | | Two functions don't access state and should be `pure`. Also, inconsistent spacing when using arithmetic.
* | | | | Merge pull request #4201 from wjmelements/bytes-complex-typechriseth2018-06-051-5/+3
|\ \ \ \ \ | | | | | | | | | | | | move bytes and string to arrays section
| * | | | | keep stub in value types section, and move discussion to Arrays sectionWilliam Morriss2018-05-311-13/+11
| | | | | |
| * | | | | move bytes and string to complex types sectionWilliam Morriss2018-05-301-12/+12
| | | | | |
* | | | | | Merge pull request #4213 from ethereum/fixpopchriseth2018-06-042-0/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix bug related to byte array pop.
| * | | | | | Add test for pop on the stack.chriseth2018-05-311-0/+34
| | | | | | |
| * | | | | | Fix bug related to byte array pop.chriseth2018-05-311-0/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3900 from meowingtwurtle/removeAssemblyAliaseschriseth2018-06-046-40/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | [BREAKING] Remove suicide and sha3 assembly instructions
| * | | | | | Update imported stringutils to use keccak256Alex Beregszaszi2018-06-041-9/+9
| | | | | | |
| * | | | | | Remove documentation references to sha3Jason Cobb2018-06-041-2/+0
| | | | | | |
| * | | | | | Remove sha3/suicide from assembly testsJason Cobb2018-06-042-24/+7
| | | | | | |
| * | | | | | Remove suicide and sha3 assembly instructionsJason Cobb2018-06-042-5/+1
|/ / / / / /
* | | | | | Merge pull request #4217 from kronosapiens/patch-3Alex Beregszaszi2018-06-041-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix typo
| * | | | | Fix typoDaniel Kronovet2018-06-031-1/+1
|/ / / / /
* | | | | Merge pull request #4172 from ethereum/trailing_dotchriseth2018-05-316-1/+46
|\ \ \ \ \ | | | | | | | | | | | | [BREAKING] Disallow trailing dot not followed by number
| * | | | | Disallow trailing dots that are not followed by a numberLeonardo Alt2018-05-306-1/+46
| | | | | |
* | | | | | Merge pull request #4205 from ethereum/name-and-type-tests-splitchriseth2018-05-311-18/+78
|\ \ \ \ \ \ | | | | | | | | | | | | | | Split up last NameAndTypeResolution test cases
| * | | | | | Split up last NameAndTypeResolution test casesAlex Beregszaszi2018-05-301-18/+78
| |/ / / / /
* | | | | | Merge pull request #3743 from ethereum/popStorageArraychriseth2018-05-3137-4/+457
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | pop() for storage arrays
| * | | | | Fixes assembly bug and adds tests to cover it.Erik Kundt2018-05-302-28/+49
| | | | | |
| * | | | | Adds syntax tests, documentation and changelog entry.Erik Kundt2018-05-3033-3/+61
| | | | | | | | | | | | | | | | | | | | | | | | Refines comment for array utility function.
| * | | | | Improves assembly and adds more tests.Erik Kundt2018-05-305-35/+139
| | | | | |
| * | | | | Implements pop() for byte arrays.Erik Kundt2018-05-292-16/+146
| | | | | |
| * | | | | Implements pop() for value type arrays.bitshift2018-05-296-1/+141
| | |/ / / | |/| | |
* | | | | Merge pull request #4204 from ethereum/chriseth-patch-2Alex Beregszaszi2018-05-301-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Mention calldata as new keyword.
| * | | | Mention calldata as new keyword.chriseth2018-05-301-0/+1
|/ / / /
* | | | Merge pull request #4176 from sifmelcara/add/calldata-keywordchriseth2018-05-3025-25/+155
|\ \ \ \ | | | | | | | | | | Add a new keyword, "calldata", to allow explicitly specify data location in external function's argument list
| * | | | Allow using `calldata` keyword to specify data locationmingchuan2018-05-3025-25/+155
| | | | |
* | | | | Merge pull request #4178 from ethereum/name-and-type-tests-splitchriseth2018-05-301-152/+506
|\ \ \ \ \ | | | | | | | | | | | | Split up NameAndTypeResolution test cases
| * | | | | Split up NameAndTypeResolution test casesAlex Beregszaszi2018-05-301-154/+492
| | | | | |
| * | | | | Extend function type comparison testAlex Beregszaszi2018-05-301-0/+16
| | |/ / / | |/| | |
* | | | | Merge pull request #4202 from wjmelements/ordered-listchriseth2018-05-301-5/+5
|\ \ \ \ \ | |/ / / / |/| | | | consistency: use unordered lists for restrictions
| * | | | consistency: unordered list for restrictionsWilliam Morriss2018-05-301-5/+5
|/ / / /
* | | | Merge pull request #4169 from Arindam-Mondal/Arindam-Mondal-patch-1chriseth2018-05-291-1/+1
|\ \ \ \ | |/ / / |/| | | Corrected typo
| * | | Fix bug in documentation.Arindam Mondal2018-05-291-1/+1
|/ / /
* | | Merge pull request #4173 from sifmelcara/add/allow-storage-calldata-suffixchriseth2018-05-292-15/+30
|\ \ \ | | | | | | | | Allow data location suffix for internal elementary type parsing
| * | | Allow data location suffix for internal elementary type parsingmingchuan2018-05-222-15/+30
| | | |
* | | | Merge pull request #4192 from vutsalsinghal/patch-1chriseth2018-05-291-1/+1
|\ \ \ \ | | | | | | | | | | CapsCase instead of camelCase
| * | | | CapsCase instead of camelCaseVutsal Singhal2018-05-271-1/+1
| | | | |
* | | | | Merge pull request #4073 from alibabe/fix-jsoncpp-installchriseth2018-05-292-0/+19
|\ \ \ \ \ | | | | | | | | | | | | Install a different jsoncpp version on cirleci to ensure compilation never clashes with the internal one
| * | | | | Install a different jsoncpp version on cirleci to ensure compilation never ↵alibabe2018-05-212-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clashes with the internal one by progamatically installing jsoncpp to ensure the verison is alway 1.7.4
* | | | | | Merge pull request #4180 from veox/use-pip-solidity-lexerchriseth2018-05-285-85/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | docs: Use Solidity lexer from PyPI, instead of a local module
| * | | | | | docs: bump Solidity lexer package to v0.3.1.Noel Maersk2018-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That release includes stricter matching of "nested" globals, i.e. it highlights `msg.sender` but not `sender`.
| * | | | | | docs: change default theme to RTD's.Noel Maersk2018-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RTD probably has their `default` theme set to their own `rtd` theme, while CircleCI has some regular default Sphinx theme. This changes the Sphinx project configuration to use `rtd` as the theme.
| * | | | | | docs: bump required Solidity lexer package version.Noel Maersk2018-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pygments-lexer-solidity 0.3.0 highlights NatSpec specials like @author, @title, etc..
| * | | | | | circleci: install python-pip as part of doc build dependency.Noel Maersk2018-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Required to install the lexer package.
| * | | | | | docs: install requirements as part of doc-build script.Noel Maersk2018-05-231-0/+1
| | | | | | |
| * | | | | | docs: remove utils/SolidityLexer.pyNoel Maersk2018-05-231-82/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that some features present in this local module have not been included in the upstream package yet!..
| * | | | | | docs: use SolidityLexer from pygments_lexer_solidity package.Noel Maersk2018-05-232-1/+2
| | | | | | |
* | | | | | | Merge pull request #4183 from ethereum/types-testchriseth2018-05-282-109/+27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Move and simplify fromElementaryTypeName tests to SolidityTypes
| * | | | | | | Simplify fromElementaryTypeName testsAlex Beregszaszi2018-05-241-96/+6
| | | | | | | |
| * | | | | | | Move fromElementaryTypeName tests to SolidityTypesAlex Beregszaszi2018-05-242-109/+117
| | | | | | | |
* | | | | | | | Merge pull request #4195 from jvmaia/patch-2chriseth2018-05-281-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | clarify warnings in contracts.rst
| * | | | | | | | clarify warnings in contracts.rstJoão Vítor2018-05-281-0/+5
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | closes #4117
* | | | | | | | Merge pull request #4196 from dilatebrave/issue1210chriseth2018-05-281-0/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | doc: making the index appear on the left pane
| * | | | | | | doc: making the index appear on the left panetaitt2018-05-281-0/+6
| |/ / / / / /
* | | | | | | Merge pull request #4194 from ritzdorf/patch-1chriseth2018-05-281-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Array Length mistankingly taken as Offset
| * | | | | | Array Length mistankingly taken as Offsetritzdorf2018-05-281-1/+1
|/ / / / / / | | | | | | | | | | | | The array length was directly taken as an offset without the necessary multiplication with `0x20`.
* | | | | | Merge pull request #4181 from th0114nd/developAlex Beregszaszi2018-05-241-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Supply git as a dependency for building in docker
| * | | | | Supply `git` as an alpine linux dependencyTim Holland2018-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, the docker build will fail complaining about not knowing a commit hash to label the version with.
* | | | | | Merge pull request #4067 from ethereum/050chriseth2018-05-2425-113/+272
|\ \ \ \ \ \ | | | | | | | | | | | | | | [BREAKING] Version 0.5.0
| * | | | | | Remove merge blocker.chriseth2018-05-171-9/+0
| | | | | | |
| * | | | | | Merge pull request #4129 from ethereum/doWhileContinuechriseth2018-05-176-24/+61
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [BREAKING] Fix continue inside do-while.
| | * | | | | | Update control flow graph.Daniel Kirchner2018-05-173-12/+23
| | | | | | | |
| | * | | | | | Fix continue inside do-while.Daniel Kirchner2018-05-173-12/+38
| |/ / / / / /
| * | | | | | Merge pull request #4130 from ethereum/missedChangelogchriseth2018-05-171-0/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Missed changelog entry.
| | * | | | | | Missed changelog entry.chriseth2018-05-171-0/+2
| |/ / / / / /
| * | | | | | Merge pull request #4091 from ethereum/bytesXuintYconversionchriseth2018-05-1716-44/+98
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [BREAKING] Disallow conversions between bytesX and uintY of different size.
| | * | | | | | Adjust tests.Daniel Kirchner2018-05-175-25/+25
| | | | | | | |
| | * | | | | | Disallow conversions between bytesX and uintY of different size.Daniel Kirchner2018-05-1712-19/+73
| |/ / / / / /
| * | | | | | Merge pull request #4043 from ethereum/bool_vars_comparisonchriseth2018-05-175-36/+58
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Bool vars comparison
| | * | | | | | Add syntax tests and Changelog entryLeonardo Alt2018-05-172-1/+56
| | | | | | | |
| | * | | | | | Bool variables should not allow arithmetic comparisonLeonardo Alt2018-05-173-35/+2
| |/ / / / / /
| * | | | | | Merge pull request #3987 from ethereum/solc_remove_stdinchriseth2018-05-173-10/+50
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | BREAKING Solc: read from stdin only if "-" is explicitly given
| | * | | | | | Read from stdin only if - is explicitly givenLeonardo Alt2018-05-072-10/+43
| | | | | | | |
| | * | | | | | Update circle.ymlchriseth2018-05-041-1/+1
| | | | | | | |
| | * | | | | | Add merge blocker.chriseth2018-05-041-0/+9
| | | | | | | |
| | * | | | | | Initial changelog for version 0.5.0.chriseth2018-05-041-0/+8
| | | | | | | |
| * | | | | | | Add merge blocker.chriseth2018-05-171-0/+9
| | | | | | | |
| * | | | | | | Initial changelog for version 0.5.0.chriseth2018-05-171-0/+4
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #4177 from ethereum/name-and-type-commentschriseth2018-05-231-43/+46
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Move comments into test sources in SolidityNameAndTypeResolution
| * | | | | | Move comments into test sources in SolidityNameAndTypeResolutionAlex Beregszaszi2018-05-231-43/+46
|/ / / / / /
* | | | | | Merge pull request #4157 from ethereum/parser-testschriseth2018-05-2355-642/+458
|\ \ \ \ \ \ | | | | | | | | | | | | | | Move more parser tests to syntax tests
| * | | | | | Move more parser tests to syntax testsAlex Beregszaszi2018-05-2255-642/+458
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4175 from FlashSheridan/patch-1chriseth2018-05-231-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Minor changes to make the English more idiomatic
| * | | | | | Minor changes to make the English more idiomaticFlash Sheridan2018-05-231-4/+4
|/ / / / / /
* | | | | | Merge pull request #4171 from LefterisJP/fix_typo_buildinfo_cmakechriseth2018-05-231-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix a typo in Buildinfo.cmake
| * | | | | Fix a typo in Buildinfo.cmakeLefteris Karapetsas2018-05-221-1/+1
|/ / / / / | | | | | | | | | | | | | | | The file should be prelease.txt and not preleases.txt
* | | | | Merge pull request #4163 from sifmelcara/fix-visibility-assertchriseth2018-05-211-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix assert message about function visibility
| * | | | | Fix assert message about function visibilitymingchuan2018-05-201-2/+2
|/ / / / /
* | | | | Merge pull request #4160 from ethereum/jsoncpp-libdirchriseth2018-05-181-1/+7
|\ \ \ \ \ | | | | | | | | | | | | CMake: Fix libdir for jsoncpp external project in special case
| * | | | | CMake: Fix libdir for jsoncpp external project in special casePaweł Bylica2018-05-171-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 #4150 from ethereum/isoltestchriseth2018-05-185-40/+78
|\ \ \ \ \ | |_|_|/ / |/| | | | Tidy up tests to always have closing braces on the proper line
| * | | | Fix source location assertion in isoltestAlex Beregszaszi2018-05-161-2/+2
| | | | |
| * | | | Tidy up tests to always have closing braces on the proper lineAlex Beregszaszi2018-05-164-38/+76
| | | | |
* | | | | Merge pull request #4154 from juliusHuelsmann/fix-warnings-and-arch-installAlex Beregszaszi2018-05-173-7/+8
|\ \ \ \ \ | |_|/ / / |/| | | | Fix 3 warnings for gcc8.1, altered `install_deps.sh` for Arch Linux
| * | | | Avoid "unneccesary parentheses in declaration of" warning with keeping a ↵Julius Huelsmann2018-05-171-1/+3
| | | | | | | | | | | | | | | | | | | | temporary variable.
| * | | | Do not catch exceptions by value in StandardCompilerJulius Huelsmann2018-05-171-2/+2
| | | | |
| * | | | Fix install_deps.sh script for Arch Linux.Julius Huelsmann2018-05-171-4/+3
|/ / / / | | | | | | | | | | | | Also added cvc4 as dependency.
* | | | Merge pull request #4153 from ethereum/releasechriseth2018-05-170-0/+0
|\ \ \ \ | | |_|/ | |/| | Merge release back into develop.
| * | | Merge pull request #4148 from ethereum/developchriseth2018-05-16254-1598/+4902
| |\| | | | | | | | | | Merge develop into release for 0.4.24
* | | | Merge pull request #4152 from ethereum/incrementVersionchriseth2018-05-172-1/+5
|\ \ \ \ | |_|/ / |/| | | Set version to 0.4.25 - tentatively.
| * | | Set version to 0.4.25 - tentatively.chriseth2018-05-162-1/+5
|/ / /
* | | Merge pull request #4146 from ethereum/prepare0424chriseth2018-05-162-9/+15
|\ \ \ | | | | | | | | Split changelog into language and compiler features and set release date.
| * | | Split changelog into language and compiler features and set release date.chriseth2018-05-162-9/+15
| | | |
* | | | Merge pull request #4147 from ethereum/hash-non-bytes-argchriseth2018-05-168-28/+48
|\ \ \ \ | |/ / / |/| | | Split warning for multi arguments for hash functions
| * | | Split warning for multi arguments for hash functionsAlex Beregszaszi2018-05-168-28/+48
|/ / /
* | | Merge pull request #4138 from ethereum/warnVarArgschriseth2018-05-1616-10/+129
|\ \ \ | | | | | | | | Warn when hash functions are used with var arguments
| * | | Add test for single non-bytes argument.chriseth2018-05-161-0/+12
| | | |
| * | | Adjust tests.chriseth2018-05-1611-10/+28
| | | |
| * | | Warn/enforce single bytes argument for certain builtins (hashing functions).chriseth2018-05-163-0/+44
| | | | | | | | | | | | | | | | | | | | In 0.5.0 mode, only accept a single bytes argument for ``.call``, ``keccak256`` and others and do not pad when encoding.
| * | | Add test for forwarding length check.chriseth2018-05-161-0/+45
| | | |
* | | | Merge pull request #4101 from mesqueeb/patch-2chriseth2018-05-161-0/+2
|\ \ \ \ | |/ / / |/| | | Extra line of explanation on Abstract contracts.
| * | | fixed capitalisation and contractionsLuca Ban2018-05-161-1/+1
| | | |
| * | | Extra line of explanation on Abstract contracts.Luca Ban2018-05-091-0/+2
| | | | | | | | | | | | And why they're useful.
* | | | Merge pull request #4145 from ethereum/more-parser-test-moveschriseth2018-05-1612-132/+102
|\ \ \ \ | | | | | | | | | | Move couple of parser tests to syntax tests.
| * | | | Move couple of parser tests to syntax tests.Alex Beregszaszi2018-05-1612-132/+102
| | | | |
* | | | | Merge pull request #4144 from ethereum/julia-docs-fixchriseth2018-05-161-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix formatting in Julia chapter
| * | | | | Fix formatting in Julia chapterAlex Beregszaszi2018-05-161-2/+2
| | | | | |
* | | | | | Merge pull request #4004 from ethereum/mulitVariableAssignmentchriseth2018-05-1615-23/+200
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Multi variable declarations
| * | | | | Add assert about source location.chriseth2018-05-161-0/+1
| | | | | |
| * | | | | Update documentation for multi variable declaration statement.chriseth2018-05-164-15/+16
| | | | | |
| * | | | | Add tests for multi variable declaration statement.chriseth2018-05-169-0/+107
| | | | | |
| * | | | | Parse multi variable declaration statement.chriseth2018-05-162-8/+76
|/ / / / /
* | | | | Merge pull request #4139 from ethereum/abiEncodeIsPurechriseth2018-05-155-3/+18
|\ \ \ \ \ | | | | | | | | | | | | ABI encoding functions are pure and should be usable in constants.
| * | | | | ABI encoding functions are pure and should be usable in constants.chriseth2018-05-155-3/+18
| | | | | |
* | | | | | Merge pull request #4142 from aarlt/osx-clang-stackchriseth2018-05-151-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | cmake/EthCompilerSettings.cmake: increase stacksize for apple clang
| * | | | | | cmake/EthCompilerSettings.cmake: increase stacksize for apple clangAlexander Arlt2018-05-151-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - normally 16MB is enough to run all tests, but it will exceed the stack, if -DSANITIZE=address is used.
* | | | | | | Merge pull request #4143 from aarlt/jsoncpp-system-headerchriseth2018-05-151-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Mark jsoncpp-headers as system headers
| * | | | | | Mark jsoncpp-headers as system headersAlexander Arlt2018-05-151-1/+1
|/ / / / / /
* | | | | | Merge pull request #3947 from ethereum/smt_storagechriseth2018-05-155-5/+121
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [SMTChecker] Support to integer and Bool storage vars
| * | | | | Testing state vars that are declared after functions that use themLeonardo Alt2018-05-151-4/+3
| | | | | |
| * | | | | [SMTChecker] Declaring all state vars before any function is visitedLeonardo Alt2018-05-154-3/+27
| | | | | |
| * | | | | [SMTChecker] Support to integer and Bool storage varsLeonardo Alt2018-05-155-5/+98
| | | | | |
* | | | | | Merge pull request #4062 from ethereum/revert-variablechriseth2018-05-154-2/+45
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix revert with reason coming from a string variable
| * | | | | | Fix revert with reason coming from a string variableAlex Beregszaszi2018-05-094-2/+45
| | | | | | |
* | | | | | | Merge pull request #3953 from ethereum/noemscriptentestsontravischriseth2018-05-151-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Do not run emscripten tests on travis.
| * | | | | | Do not run emscripten tests on travis.chriseth2018-04-201-1/+1
| | | | | | |
* | | | | | | Merge pull request #4133 from ethereum/addRequirementschriseth2018-05-151-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add requirements.txt for readthedocs.
| * | | | | | | Add requirements.txt for readthedocs.chriseth2018-05-151-0/+1
|/ / / / / / /
* | | | | | | Merge pull request #4132 from ethereum/useAbsPathInLexerImportchriseth2018-05-151-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Do not depend on where build is run.
| * | | | | | | Do not depend on where build is run.chriseth2018-05-151-1/+2
|/ / / / / / /
* | | | | | | Merge pull request #4057 from ethereum/cfgchriseth2018-05-1531-0/+1419
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Control flow graph for uninitialized storage return detection.
| * | | | | | | Add Changelog entry.Daniel Kirchner2018-05-151-0/+2
| | | | | | | |
| * | | | | | | Add test for default location.Daniel Kirchner2018-05-151-0/+19
| | | | | | | |
| * | | | | | | Add control flow analyzer and test for uninitialized storage returns.Daniel Kirchner2018-05-1525-0/+592
| | | | | | | |
| * | | | | | | Add control flow graph.Daniel Kirchner2018-05-155-0/+806
| | | | | | | |
* | | | | | | | Merge pull request #3238 from ethereum/julia-specschriseth2018-05-151-16/+36
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Add logic builtins to Julia and update type conversion prototypes
| * | | | | | | Describe rule for type conversion functions in JuliaAlex Beregszaszi2018-05-091-6/+9
| | | | | | | |
| * | | | | | | Remove stop() as it is the same as return(0,0) in Julia sepcsAlex Beregszaszi2018-05-091-4/+0
| | | | | | | |
| * | | | | | | Add logic builtins to Julia and fix some typosAlex Beregszaszi2018-05-091-11/+32
| | | | | | | |
* | | | | | | | Merge pull request #4093 from ethereum/prepareDropConstantKeywordchriseth2018-05-1420-125/+110
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Prepare drop constant keyword.
| * | | | | | | | Remove "view"'s in end-to-end tests that will result in errors in 0.5.0.Daniel Kirchner2018-05-111-7/+7
| | | | | | | | |
| * | | | | | | | Replace constant with view in the tests.Daniel Kirchner2018-05-0913-107/+88
| | | | | | | | |
| * | | | | | | | Replace constant with view in std/ contracts.Daniel Kirchner2018-05-092-6/+6
| | | | | | | | |
| * | | | | | | | Prefer view over constant in the documentation.Daniel Kirchner2018-05-095-5/+9
| |/ / / / / / /
* | | | | | | | Merge pull request #4127 from sifmelcara/fix/boost-get-checkchriseth2018-05-141-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix wrong template parameter passed to boost::get
| * | | | | | | | Fix wrong template parameter passed to boost::getmingchuan2018-05-141-2/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #4120 from sifmelcara/fix/shared-boostchriseth2018-05-143-3/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix link error when linking to boost shared library
| * | | | | | | | | Fix link error when using boost shared librarymingchuan2018-05-113-3/+3
| |/ / / / / / / /
* | | | | | | | | Merge pull request #4095 from arun1595/macos-terminal-colorchriseth2018-05-111-2/+14
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Use xterm instead of dumb terminal
| * | | | | | | | Add TERM environment variable for all jobsArun Kumar2018-05-101-2/+14
| | | | | | | | |
| * | | | | | | | Use xterm instead of dumb terminalArun Kumar2018-05-091-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #4114 from ethereum/asm-assertchriseth2018-05-111-0/+10
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Assert that mandatory fields in the AST are present in AsmAnalysis
| * | | | | | | | Assert that mandatory fields in the AST are present in AsmAnalysisAlex Beregszaszi2018-05-101-0/+10
|/ / / / / / / /
* | | | | | | | Merge pull request #4110 from ethereum/fewerlesscorrectionAlex Beregszaszi2018-05-101-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Less-fewer-correction.
| * | | | | | | Less-fewer-correction.chriseth2018-05-101-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #4047 from ethereum/refactorToMultiAlex Beregszaszi2018-05-092-38/+74
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Refactor to allow implementing multi variable declarations.
| * | | | | | Assert integrity of empty IndexAccessPath structure.chriseth2018-05-092-1/+11
| | | | | | |
| * | | | | | Further refactor.chriseth2018-05-092-17/+43
| | | | | | |
| * | | | | | Refactor expression parser.chriseth2018-05-092-21/+21
| | | | | | |
* | | | | | | Merge pull request #4104 from ethereum/parserErrorSourceLocationsAlex Beregszaszi2018-05-0933-59/+60
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Proper source locations for parser errors.