aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add suggestion to error messageLeonardo Alt2018-07-1713-30/+27
|
* Address members not accessible by contract instanceLeonardo Alt2018-07-1727-144/+44
|
* Merge pull request #4463 from ethereum/isoltest-colors-on-windowsChristian Parpart2018-07-171-0/+26
|\ | | | | isoltest: adds support for properly handling ANSI escape sequences on Windows
| * isoltest: adds support for properly handling ANSI escape sequences on ↵Christian Parpart2018-07-161-0/+26
| | | | | | | | Win32/Win64 builds.
* | Merge pull request #4516 from guidovranken/propagate_CMAKE_CXX_FLAGSPaweł Bylica2018-07-171-1/+1
|\ \ | | | | | | Do not ignore CMAKE_CXX_FLAGS defined on the command line
| * | Do not ignore CMAKE_CXX_FLAGS defined on the command lineGuido Vranken2018-07-171-1/+1
|/ /
* | Merge pull request #4515 from nventuro/patch-1Alex Beregszaszi2018-07-171-2/+1
|\ \ | | | | | | Minor doc style fix
| * | Minor doc style fixNicolás Venturo2018-07-171-2/+1
|/ / | | | | An extra newline caused a line to appear in bold.
* | Merge pull request #4514 from ethereum/errors_period_missingchriseth2018-07-1734-36/+36
|\ \ | | | | | | Add missing period in the end of error messages
| * | Add missing period in the end of error messagesLeonardo Alt2018-07-1634-36/+36
|/ /
* | Merge pull request #4481 from ethereum/disallow-throwchriseth2018-07-1631-136/+112
|\ \ | | | | | | [BREAKING] Deprecate the throw statement
| * | Replace throw with revert() in compilation testsAlex Beregszaszi2018-07-1623-92/+92
| | |
| * | Replace throw with revert() in end-to-end testsAlex Beregszaszi2018-07-163-14/+14
| | |
| * | Deprecate the throw statementAlex Beregszaszi2018-07-165-30/+6
| | |
* | | Merge pull request #4482 from ethereum/enforceVisibilitySpecifierTestschriseth2018-07-1611-155/+155
|\ \ \ | |/ / |/| | Enforce visibility specifier in tests
| * | Fixes end-to-end tests.Erik Kundt2018-07-164-16/+16
| | |
| * | Moves unit test from initial branch.Erik Kundt2018-07-161-18/+18
| | |
| * | Specifies visibility in syntax test.Erik Kundt2018-07-161-3/+3
| | |
| * | Specifies visibility in unit tests.Erik Kundt2018-07-169-150/+150
|/ /
* | Merge pull request #4500 from ethereum/v050-interface-functions-must-be-externalchriseth2018-07-1614-29/+19
|\ \ | | | | | | [BREAKING] interface functions must be external
| * | enforce interface-functions to be external-declaredChristian Parpart2018-07-1614-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 ↵chriseth2018-07-1611-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 McDermott2018-07-1611-240/+240
|/ /
* | Merge pull request #4512 from ↵chriseth2018-07-1632-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 McDermott2018-07-1532-105/+104
| |/
* | Merge pull request #4505 from nventuro/patch-1chriseth2018-07-161-1/+1
|\ \ | | | | | | Update docs allowed mapping key values
| * | Update docs allowed mapping key valuesNicolás Venturo2018-07-131-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-retchriseth2018-07-161-1/+6
|\ \ \ | | | | | | | | Fix the Heisenbug
| * | | Fixes #3718 by creating a local variable for the result ofalibabe2018-05-291-1/+6
| | | | | | | | | | | | | | | | | | | | `GasEstimator::breakToStatementLevel` and then assign it back to gasCoast.
* | | | Merge pull request #4511 from MichalZalecki/patch-1Alex Beregszaszi2018-07-161-1/+1
|\ \ \ \ | |_|_|/ |/| | | Fix typo in the function name
| * | | Fix typo in the function nameMichał Załęcki2018-07-151-1/+1
|/ / /
* | | Merge pull request #4438 from ethereum/address_members_external_tests_docschriseth2018-07-1311-22/+25
|\ \ \ | | | | | | | | Address members used by contracts: update external tests and docs
| * | | Update external tests and docsLeonardo Alt2018-07-1211-22/+25
| | | |
* | | | Merge pull request #4501 from ethereum/recursiveStructsWithFixedArrayschriseth2018-07-1314-13/+156
|\ \ \ \ | | | | | | | | | | Consider fixed-size arrays when checking for recursive structs.
| * | | | Add test cases.Daniel Kirchner2018-07-1312-0/+139
| | | | |
| * | | | Add Changelog entry.Daniel Kirchner2018-07-131-0/+1
| | | | |
| * | | | Use CycleDetector and account for multi-dimensional arrays.Daniel Kirchner2018-07-131-19/+16
| | | | |
| * | | | Consider fixed size array members when checking for recursive structs.Daniel Kirchner2018-07-131-0/+6
| | | | |
* | | | | Merge pull request #4431 from ethereum/tupleDeclarationchriseth2018-07-1330-203/+205
|\ \ \ \ \ | | | | | | | | | | | | Disallow multi variable declarations with mismatching number of values.
| * | | | | Update tests.Daniel Kirchner2018-07-1322-103/+177
| | | | | |
| * | | | | Update documentation.Daniel Kirchner2018-07-131-2/+2
| | | | | |
| * | | | | Update Changelog.Daniel Kirchner2018-07-131-0/+1
| | | | | |
| * | | | | Disallow multi variable declarations with mismatching number of values.Daniel Kirchner2018-07-136-98/+25
| |/ / / /
* | | | | Merge pull request #4504 from rrrkren/developchriseth2018-07-131-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | removed addtional solc in docker command
| * | | | removed addtional solc in docker commandEric Ren2018-07-131-1/+1
|/ / / /
* | | | Merge pull request #4503 from nventuro/patch-1chriseth2018-07-131-4/+0
|\ \ \ \ | |/ / / |/| | | Removed repeated documentation
| * | | Removed repeated documentationNicolás Venturo2018-07-131-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-declschriseth2018-07-135-0/+37
|\ \ \ | | | | | | | | [BREAKING] Report empty var tuple decls
| * | | Generates a syntax error when declaring a variable declaration's LHS has no ↵Christian Parpart2018-07-125-0/+37
| | | | | | | | | | | | | | | | named components
* | | | Merge pull request #4447 from hosho/developchriseth2018-07-132-0/+8
|\ \ \ \ | | | | | | | | | | Fix NatSpec json output for "@notice" and "@dev" tags on contract definitions
| * | | | Add changelog bugfixMatthew Little2018-07-121-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 Little2018-07-121-0/+7
| |/ / /
* | | | Merge pull request #4478 from ethereum/requireStorageLocationchriseth2018-07-1323-84/+65
|\ \ \ \ | | | | | | | | | | Turn missing storage locations into an error.
| * | | | Update docs.Daniel Kirchner2018-07-121-3/+6
| | | | |
| * | | | Update Changelog.Daniel Kirchner2018-07-121-0/+2
| | | | |
| * | | | Update compilation tests wrt requiring storage locations.Daniel Kirchner2018-07-124-12/+12
| | | | |
| * | | | Update test wrt requiring storage locations.Daniel Kirchner2018-07-1216-56/+41
| | | | |
| * | | | Require storage location.Daniel Kirchner2018-07-121-13/+4
| | |/ / | |/| |
* | | | Merge pull request #4479 from ethereum/fixFixedPointCrashAlex Beregszaszi2018-07-121-3/+7
|\ \ \ \ | |_|/ / |/| | | Fix handling of fixed point types in arithmetics.
| * | | Fix handling of fixed point types in arithmetics.chriseth2018-07-111-3/+7
| | | |
* | | | Merge pull request #4428 from ethereum/enforce_staticcall_viewchriseth2018-07-124-18/+60
|\ \ \ \ | | | | | | | | | | [BREAKING] Enforce STATICCALL for view and pure
| * | | | Use STATICCALL for view and pureLeonardo Alt2018-07-114-18/+60
| | | | |
* | | | | Merge pull request #4083 from ethereum/variable_stack_slotchriseth2018-07-128-44/+446
|\ \ \ \ \ | |_|_|/ / |/| | | | [BREAKING] Allocate local variables according to their scope
| * | | | Change test from public to externalLeonardo Alt2018-07-111-1/+1
| | | | |
| * | | | Added assertion and tests suggestionsLeonardo Alt2018-07-114-8/+30
| | | | |
| * | | | Add more tests and assertionsLeonardo Alt2018-07-114-1/+157
| | | | |
| * | | | Added tests and review suggestionsLeonardo Alt2018-07-115-22/+176
| | | | |
| * | | | [050] Reserving and popping local vars in their scopeLeonardo Alt2018-07-115-41/+111
| | | | |
* | | | | Merge pull request #4493 from ethereum/chriseth-patch-1Alex Beregszaszi2018-07-121-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Clarify Yul optimiser readme.
| * | | | | Clarify optimiser readme.chriseth2018-07-121-0/+4
|/ / / / /
* | | | | Merge pull request #4488 from chase1745/use-explicit-data-locations-syntax-testschriseth2018-07-1238-83/+83
|\ \ \ \ \ | | | | | | | | | | | | Added default data locations to parameters for syntax tests.
| * | | | | Added default data locations to parameters for syntax tests.Chase McDermott2018-07-1238-83/+83
|/ / / / /
* | | | | Merge pull request #4461 from ethereum/fuzzer-fixchriseth2018-07-121-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Catch the proper exceptions in solfuzzer
| * | | | | Catch the proper exceptions in solfuzzerAlex Beregszaszi2018-07-121-0/+4
| | | | | |
* | | | | | Merge pull request #4443 from ethereum/double_var_decl_fixchriseth2018-07-126-1/+49
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix crash when declaring the same var twice in the same scope
| * | | | | Add comment explaining new codeLeonardo Alt2018-07-111-0/+5
| | | | | |
| * | | | | Fix crash for double variable declaration in the same scope.Leonardo Alt2018-07-116-1/+44
| |/ / / /
* | | | | Merge pull request #4472 from ethereum/complexCalldataArraysNotYetImplementedchriseth2018-07-121-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Throw unimplemented exception for complex calldata arrays.
| * | | | | Throw unimplemented exception for complex calldata arrays.chriseth2018-07-111-1/+2
| | | | | |
* | | | | | Merge pull request #4480 from ethereum/fixZeroWithExponentchriseth2018-07-124-31/+41
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix literals with exponents with mantissa of zero.
| * | | | | | Add Changelog entry.Daniel Kirchner2018-07-121-0/+1
| | | | | | |
| * | | | | | Split test case into failing and succeeding case.Daniel Kirchner2018-07-112-24/+29
| | | | | | |
| * | | | | | Fix literals with exponents with mantissa of zero.Daniel Kirchner2018-07-112-8/+12
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4404 from ethereum/v050-var-keyword-suggestChristian Parpart2018-07-114-19/+86
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [WIP] v0.5.0 var keyword type suggestion
| * | | | | Coding style.chriseth2018-07-111-23/+18
| | | | | |
| * | | | | semantics: Suggest auto-deduced type when user declares variable with `var` ↵Christian Parpart2018-07-114-19/+91
| | | | | | | | | | | | | | | | | | | | | | | | keyword.
* | | | | | Merge pull request #4454 from ethereum/constructorArgCountchriseth2018-07-116-36/+13
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | [BREAKING] Wrong argument count in constructor call
| * | | | | Cleans up syntax test.Erik Kundt2018-07-111-4/+1
| | | | | |
| * | | | | Improves error with suggestion to remove parantheses.Erik Kundt2018-07-114-4/+7
| | | | | |
| * | | | | Updates Changelog, syntax test and simplifies type checker.Erik Kundt2018-07-112-10/+2
| | | | | |
| * | | | | Adds changelog entry.Erik Kundt2018-07-111-0/+1
| | | | | |
| * | | | | Turns wrong argument count in base constructor call into en error.Erik Kundt2018-07-113-32/+16
| |/ / / /
* | | | | Merge pull request #4388 from ethereum/noPackedLiteralschriseth2018-07-116-32/+20
|\ \ \ \ \ | | | | | | | | | | | | Disallow packed encoding of literals.
| * | | | | Disallow packed encoding of literals.chriseth2018-07-036-32/+20
| | | | | |
* | | | | | Merge pull request #4473 from ethereum/fixGasTuplechriseth2018-07-111-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix comparison operator for GasConsumption.
| * | | | | | Fix comparison operator for GasConsumption.chriseth2018-07-111-3/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4462 from cryptomental/feature/add-codespellchriseth2018-07-1161-131/+152
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Feature/add codespell
| * | | | | Code, Changelog, ReleaseChecklist: Fix typos.Cryptomental2018-07-1126-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | Refs: #4442
| * | | | | test: Fix typos.Cryptomental2018-07-1122-73/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos using codespell. Refs: #4442
| * | | | | docs: Fix typos.Cryptomental2018-07-1111-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used codespell and manual fixes. Refs: #4442
| * | | | | circleci: Integrate codespell.Cryptomental2018-07-112-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/fallbackExternalchriseth2018-07-1112-30/+10
|\ \ \ \ \ | | | | | | | | | | | | Fallback functions have to be external
| * | | | | Changelog entry.chriseth2018-07-041-0/+2
| | | | | |
| * | | | | Update tests.chriseth2018-07-0410-26/+7
| | | | | |
| * | | | | Fallback function has to be external.chriseth2018-07-041-4/+1
| | | | | |
* | | | | | Merge pull request #4470 from ethereum/vs2017-build-fix-idealChristian Parpart2018-07-113-14/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Visual Studio 2017 build-time (linking) fix and improvements
| * | | | | Visual Studio 2017 build-time (linking) fix and improvementsChristian Parpart2018-07-113-14/+4
| | |_|/ / | |/| | |
* | | | | Merge pull request #4464 from ↵chriseth2018-07-115-4/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | cryptomental/bugfix/fix-typos-in-AsmParser-and-TypeChecker AsmParser,TypeChecker: Fix typos.
| * | | | | libsolidity/syntaxTests: Add a test case for unwanted named arguments.Cryptomental2018-07-101-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Refs: #4442
| * | | | | AsmParser,TypeChecker: Fix typos.Cryptomental2018-07-104-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/tupleNotEmptychriseth2018-07-1110-49/+27
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Disallow empty tuple components.
| * | | | | Remove special ``(x,)`` case from type assignment.chriseth2018-07-101-4/+0
| | | | | |
| * | | | | Update end-to-end tests.Daniel Kirchner2018-07-101-1/+1
| | | | | |
| * | | | | Update changelog.Daniel Kirchner2018-07-101-0/+1
| | | | | |
| * | | | | Update tests.Daniel Kirchner2018-07-107-37/+23
| | | | | |
| * | | | | Disallow empty tuple components.Daniel Kirchner2018-07-101-7/+2
| | | | | |
* | | | | | Merge pull request #4468 from ethereum/variableDeclarationClenaupchriseth2018-07-101-7/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove mentions of ``var`` in VariableDeclarationStatement comment.
| * | | | | | Remove mentions of ``var`` in VariableDeclarationStatement comment.chriseth2018-07-101-7/+9
| | | | | | |
* | | | | | | Merge pull request #4408 from ethereum/v050-no-unary-pluschriseth2018-07-106-29/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [BREAKING] defaulting to v0.5.0 behaviour of unary + operator (disallow)
| * | | | | | | Changelog entry.chriseth2018-07-101-0/+1
| | | | | | | |
| * | | | | | | defaulting to v0.5.0 behaviour of unary + operator (disallow); also adapting ↵Christian Parpart2018-07-105-29/+4
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | all tests to it
* | | | | | | Merge pull request #4212 from jvmaia/patch-3chriseth2018-07-101-1/+486
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | micropayment channel example with two chapters
| * | | | | | | Some copy-editing.chriseth2018-07-101-130/+106
| | | | | | | |
| * | | | | | | add explanation about the splitSignature functionJoão Vítor2018-06-261-1/+5
| | | | | | | |
| * | | | | | | update code versionJoão Vítor2018-06-121-8/+7
| | | | | | | |
| * | | | | | | update micropayment channel exampleJoão Vítor2018-06-081-69/+80
| | | | | | | |
| * | | | | | | fix recoverSigner functionJoão Vítor2018-06-041-3/+3
| | | | | | | |
| * | | | | | | fix returnsJoão Vítor2018-06-041-1/+1
| | | | | | | |
| * | | | | | | fix clainTimeout() functionJoão Vítor2018-06-041-1/+1
| | | | | | | |
| * | | | | | | fix a wordJoão Vítor2018-06-041-1/+1
| | | | | | | |
| * | | | | | | write the full contractsJoão Vítor2018-06-031-176/+240
| | | | | | | |
| * | | | | | | fix code syntaxJoão Vítor2018-05-311-13/+2
| | | | | | | |
| * | | | | | | split long linesJoão Vítor2018-05-311-26/+130
| | | | | | | |
| * | | | | | | micropayment channel example with two chaptersJoão Vítor2018-05-311-1/+339
| | | | | | | |
* | | | | | | | Merge pull request #4415 from ethereum/uninitializedStoragePointerchriseth2018-07-1012-84/+31
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | [BREAKING] Turn uninitialized storage variables into error.
| * | | | | | | Update documentation and Changelog.Daniel Kirchner2018-07-102-42/+6
| | | | | | | |
| * | | | | | | Update tests.Daniel Kirchner2018-07-109-38/+24
| | | | | | | |
| * | | | | | | Turn uninitialized storage variables into an error.Daniel Kirchner2018-07-101-4/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #4465 from ethereum/tupleAssignmentchriseth2018-07-1011-90/+23
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Disallow tuple assignment with mismatching number of components.
| * | | | | | Update docs.Daniel Kirchner2018-07-101-5/+0
| | | | | | |
| * | | | | | Update tests.Daniel Kirchner2018-07-107-50/+17
| | | | | | |
| * | | | | | Add Changelog entry.Daniel Kirchner2018-07-101-0/+1
| | | | | | |
| * | | | | | Check for matching number of components in ↵Daniel Kirchner2018-07-102-35/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | TupleType::isImplicitlyConvertibleTo instead of the TypeChecker.
* | | | | | Merge pull request #4460 from ethereum/docs-contract-abiAlex Beregszaszi2018-07-101-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Rename ABI to Contract ABI
| * | | | | Rename ABI to Contract ABIAlex Beregszaszi2018-07-101-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-4chriseth2018-07-101-16/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update isolate_tests.py
| * | | | | | Update isolate_tests to use simple quotes consistently.Matías A. Ré Medina2018-07-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous code had double quotes and the project uses simple quotes.
| * | | | | | Change isolate_tests to support single files as an inputMatías A. Ré Medina2018-07-091-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_errorchriseth2018-07-094-24/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [BREAKING] Enforce error on hex combined with denomination
| * | | | | | | Add backticks to changelog.chriseth2018-07-091-1/+1
| | | | | | | |
| * | | | | | | Enforce error on hex number combined with unit denominationLeonardo Alt2018-07-094-24/+8
| | | | | | | |
* | | | | | | | Merge pull request #4403 from ethereum/syntaxTestsVisibilitychriseth2018-07-0937-613/+616
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Specify default visibility in syntax tests (pt. 2)
| * | | | | | | Updates interface constructor and function type test.Erik Kundt2018-07-073-15/+18
| | | | | | | |
| * | | | | | | Fixes wrong visibility specifier in interface constructor test.Erik Kundt2018-07-042-9/+9
| | | | | | | |
| * | | | | | | Fixes broken syntax tests.Erik Kundt2018-07-042-18/+9
| | | | | | | |
| * | | | | | | Adds default visibility specifier to syntax tests.Erik Kundt2018-07-0437-610/+619
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #4432 from ethereum/visibilityCompilationTestsAlex Beregszaszi2018-07-0942-137/+137
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Specify default visibility in compilation tests
| * | | | | | | Adds visibility to compilation tests.Erik Kundt2018-07-0542-137/+137
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #4325 from ethereum/rename-alethchriseth2018-07-091-23/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Rename eth to aleth in testing scripts
| * | | | | | | Rename eth to aleth in testing scriptsAlex Beregszaszi2018-07-091-23/+22
| | | | | | | |
| * | | | | | | Simplify code regarding eth in tests.shAlex Beregszaszi2018-07-091-4/+4
| | | | | | | |
* | | | | | | | Merge pull request #4395 from xinbenlv/patch-1Alex Beregszaszi2018-07-091-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | Indicating abbr.
| * | | | | | | Indicate what the abbreviation ABI stands for in the ABI documentationxinbenlv2018-07-091-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #4433 from mattaereal/patch-2Alex Beregszaszi2018-07-091-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Docs: Missing new line for markdown to display properly
| * | | | | | | | Docs: Missing new line for markdown to display properlyMatías A. Ré Medina2018-07-051-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-3Alex Beregszaszi2018-07-091-14/+14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add missing periods to opcodes table
| * | | | | | | | Add missing periods to opcodes table in assembly.rstLeo Arias2018-07-091-14/+14
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | The table is inconsistent between `..` and `...`. This updates all the explanations to use `...`.
* | | | | | | | Merge pull request #4366 from ethereum/libsolc-cleanupAlex Beregszaszi2018-07-095-3/+43
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Implement new libsolc API
| * | | | | | | Add new libsolc entry points (solidity_license/version/compile)Alex Beregszaszi2018-06-305-1/+41
| | | | | | | |
| * | | | | | | Rename JSONCompiler test suite to LibSolcAlex Beregszaszi2018-06-291-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #4418 from ethereum/initialConstantschriseth2018-07-054-15/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Only allow compile-time constants for constant state variables.
| * | | | | | | | Only allow compile-time constants for constant state variables.chriseth2018-07-044-15/+7
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #4424 from ethereum/fixBytesAllocchriseth2018-07-053-3/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix allocation of byte arrays.
| * | | | | | | | Fix allocation of byte arrays.chriseth2018-07-053-3/+5
| | | | | | | | |
* | | | | | | | | Merge pull request #4435 from ethereum/pullBeforePushchriseth2018-07-051-0/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Pull before pushing to bytecode (as on *ix).
| * | | | | | | | Pull before pushing to bytecode (as on *ix).chriseth2018-07-051-0/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #4387 from ethereum/endToEndDefaultVisbilitychriseth2018-07-0513-895/+895
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Specify default visibility in unit tests
| * | | | | | | Fixes compilation errors.Erik Kundt2018-07-041-3/+3
| | | | | | | |
| * | | | | | | Fixes defects in end-to-end tests.Erik Kundt2018-07-041-7/+7
| | | | | | | |
| * | | | | | | Fixes assembly test.Erik Kundt2018-07-041-7/+7
| | | | | | | |
| * | | | | | | Updates unit test to specify visibility.Erik Kundt2018-07-0412-104/+104
| | | | | | | |
| * | | | | | | Updates end-to-end tests to specify default visibility.Erik Kundt2018-07-041-787/+787
|/ / / / / / /
* | | | | | | Merge pull request #4380 from elopio/patch-3chriseth2018-07-041-42/+42
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update examples to use constructor keyword
| * | | | | | | update the style guideLeo Arias2018-07-041-42/+42
| |/ / / / / /
* | | | | | | Merge pull request #4409 from ethereum/viewPureCheckerchriseth2018-07-0424-43/+183
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Enforce state mutability in view pure checker.
| * | | | | | | Extend view pure test suite.Daniel Kirchner2018-07-0417-3/+162
| | | | | | | |
| * | | | | | | Update documentation and Changelog.Daniel Kirchner2018-07-043-6/+7
| | | | | | | |
| * | | | | | | Adjust tests wrt strict view pure checker.Daniel Kirchner2018-07-042-8/+1
| | | | | | | |
| * | | | | | | Remove v050 check for enforcing "view" in ViewPureChecker.Daniel Kirchner2018-07-042-26/+13
| |/ / / / / /
* | | | | | | Merge pull request #4423 from ethereum/enforce_error_gasleftchriseth2018-07-049-68/+20
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | [BREAKING] Enforce error on msg.gas and block.blockhash()
| * | | | | | Enforcing error on msg.gas and block.blockhash()Leonardo Alt2018-07-049-68/+20
|/ / / / / /
* | | | | | Merge pull request #4379 from ethereum/constructorArgsTwicechriseth2018-07-0410-44/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Disallow constructor arguments given multiple times.
| * | | | | | Fix tests.chriseth2018-06-291-22/+6
| | | | | | |
| * | | | | | Disallow constructor arguments given multiple times.chriseth2018-06-299-22/+14
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4367 from shad-k/fix/issue-4238chriseth2018-07-043-23/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add custom.css for docs to change pre tag styles
| * | | | | | Add custom.css for docs to change pre tag stylesShadab Khan2018-07-043-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-ethchriseth2018-07-041-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Avoid hanging in tests.sh when IPC program is not found
| * | | | | | Avoid hanging in tests.sh when IPC program is not foundajs2018-07-031-0/+9
| |/ / / / /
* | | | | | Merge pull request #4413 from ethereum/dropConstantKeywordOnlychriseth2018-07-0412-83/+26
|\ \ \ \ \ \ | | | | | | | | | | | | | | Drop constant keyword only
| * | | | | | Update Changelog.Daniel Kirchner2018-07-031-0/+1
| | | | | | |
| * | | | | | Update test suite.Daniel Kirchner2018-07-036-77/+13
| | | | | | |
| * | | | | | Update documentation.Daniel Kirchner2018-07-034-4/+3
| | | | | | |
| * | | | | | Remove constant keyword from parser.Daniel Kirchner2018-07-031-2/+9
| | | | | | |
* | | | | | | Merge pull request #4389 from ethereum/soltestfixchriseth2018-07-031-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | fix default difficulty to comply with YP rules
| * | | | | | fix default difficulty to comply with YP rulesDimitry2018-06-301-2/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | fix soltest to work with the recent aleth --test
* | | | | | Merge pull request #4274 from ethereum/v050-var-keyword-removal-v2Christian Parpart2018-07-038-50/+14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | [BREAKING] var keyword removal
| * | | | | Changelog: added ``var``-keyword changeChristian Parpart2018-07-031-0/+1
| | | | | |
| * | | | | grammar: removes the var-keyword from the grammarChristian Parpart2018-07-031-3/+2
| | | | | |
| * | | | | documentation: adjustments to not use the "var" keywordChristian Parpart2018-07-035-41/+10
| | | | | |
| * | | | | libsolidity: turns the var-keyword use from deprecation-warning to an error ↵Christian Parpart2018-07-031-6/+1
|/ / / / / | | | | | | | | | | | | | | | and include explicit type suggestion
* | | | | Merge pull request #4397 from ethereum/dropConstantKeywordTestschriseth2018-07-0349-190/+194
|\ \ \ \ \ | | | | | | | | | | | | Test updates for dropping the constant keyword.
| * | | | | Update compilation tests.Daniel Kirchner2018-07-0346-166/+170
| | | | | |
| * | | | | Update test contracts.Daniel Kirchner2018-07-033-24/+24
|/ / / / /
* | | | | Merge pull request #4402 from ethereum/docsConstructorchriseth2018-07-037-40/+24
|\ \ \ \ \ | | | | | | | | | | | | Update docs to new constructor syntax
| * | | | | Fixes semantic versioning.Erik Kundt2018-07-021-1/+1
| | | | | |
| * | | | | Adds review suggestions.Erik Kundt2018-07-027-10/+10
| | | | | |
| * | | | | Updates docs to new constructor syntax.Erik Kundt2018-07-027-39/+23
| | | | | |
* | | | | | Merge pull request #4374 from ↵chriseth2018-07-037-84/+75
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ethereum/v050-var-keyword-removal-preps-end2end-tests V050 var keyword removal preparations (End-to-End tests)
| * | | | | | test: ensure compiled tests do not use var-keyword in preparation of ↵Christian Parpart2018-07-027-84/+75
| | |/ / / / | |/| | | | | | | | | | | | | | | | var-keyword removal
* | | | | | Merge pull request #4305 from ethereum/transactionReceiptschriseth2018-07-0213-1/+57
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Determine transaction status in RPC sessions.
| * | | | | Determine transaction status in RPC sessions.Daniel Kirchner2018-07-0213-1/+57
| | | | | |
* | | | | | Merge pull request #4400 from ethereum/warningWhitespaceErik Kundt2018-07-024-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove trailing whitespace in missing visibility warning.
| * | | | | | Remove trailing whitespace in missing visibility warning.Daniel Kirchner2018-07-024-5/+5
|/ / / / / /
* | | | | | Merge pull request #4386 from ethereum/testingDefaultVisibilitychriseth2018-07-0243-189/+136
|\ \ \ \ \ \ | | | | | | | | | | | | | | Specify default visibility in syntax tests
| * | | | | | Adds review suggestions.Erik Kundt2018-07-022-2/+7
| | | | | | |
| * | | | | | Updates syntax tests to specify default visibility.Erik Kundt2018-06-2945-196/+138
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4398 from rnaby/libevmasm/KnownState-125chriseth2018-07-021-8/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | As SWITCH..CASE is better than ELSE..IF
| * | | | | | As SWITCH..CASE is better than ELSE..IFKhan M Rashedun-Naby2018-07-021-8/+13
| |/ / / / /
* | | | | | Merge pull request #4224 from ethereum/revert_wrong_calldatachriseth2018-07-025-58/+39
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | [BREAKING] Revert if calldata has wrong size
| * | | | | Revert if calldata is too short or points out of boundsLeonardo Alt2018-06-265-58/+39
| | | | | |
* | | | | | Merge pull request #4324 from ethereum/update-alethchriseth2018-07-021-6/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Update aleth for testing
| * | | | | Update aleth for testingAlex Beregszaszi2018-07-021-6/+6
|/ / / / /
* | | | | Merge pull request #4354 from ethereum/constructorSyntaxTestschriseth2018-06-2929-160/+154
|\ \ \ \ \ | | | | | | | | | | | | Updates tests to new constructor syntax
| * | | | | Updates invalid syntax test.Erik Kundt2018-06-291-1/+2
| | | | | |
| * | | | | Updates syntax tests to new constructor syntax.Erik Kundt2018-06-2920-50/+43
| | | | | |
| * | | | | Updates compiled unit tests to new constructor syntax.Erik Kundt2018-06-299-110/+110
| | | | | |
* | | | | | Merge pull request #4385 from ethereum/circle2.0chriseth2018-06-291-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update to CircleCI 2.0
| * | | | | | Moves Circle config to conform version 2.0.Erik Kundt2018-06-291-0/+0
| |/ / / / /
* | | | | | Merge pull request #4352 from D-Nice/developchriseth2018-06-293-1/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixes storage ref var typo error from 'prefix' to 'suffix'
| * | | | | | Add passing test caseD-Nice2018-06-292-2/+13
| | | | | | |
| * | | | | | Adds storage_reference.sol syntax testD-Nice2018-06-281-0/+11
| | | | | | |
| * | | | | | Fixes storage ref var typo error from 'prefix' to 'suffix'D-Nice2018-06-251-1/+1
| | | | | | |
* | | | | | | Clarify scope of 'using A for B' (#4252)Mike2018-06-291-11/+12
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Issue 1213: Clarify scope of 'using A for B' * Typo fix. * Further restructuring and clarification of contracts doc. * Revert closer to original wording and formatting.
* | | | | | Merge pull request #4375 from ethereum/fallbackExternalBackwardsCompatiblechriseth2018-06-2943-105/+123
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fallback function has to be external: backwards-compatible changes.
| * | | | | | Fallback function has to be external: backwards-compatible changes.chriseth2018-06-2943-105/+123
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4368 from wpank/developchriseth2018-06-292-1/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added static CSS to Sphinx in order to fix bug with RTD theme table wrapping
| * | | | | | Added static CSS to Sphinx in order to fix bug with RTD theme table wrappingwpank2018-06-282-1/+23
| | | | | | |
* | | | | | | Merge pull request #4377 from ajsantander/manjaro-linuxchriseth2018-06-291-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Support Manjaro Linux distributions in dependencies script
| * | | | | | Support Manjaro Linux distributions in dependencies scriptajs2018-06-291-1/+1
|/ / / / / /
* | | | | | Merge pull request #4365 from ethereum/type-identifier-testAlex Beregszaszi2018-06-281-2/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Some more type identifier tests