Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Uses short string representation of TypePointer | Erik Kundt | 2018-04-13 | 3 | -9/+39 |
| | |||||
* | Merge pull request #3364 from ethereum/revertWithReason | chriseth | 2018-04-13 | 27 | -83/+488 |
|\ | | | | | Revert with reason | ||||
| * | Remove dead code and clarify throw. | chriseth | 2018-04-13 | 2 | -2/+1 |
| | | |||||
| * | Update documentation and minor changes. | chriseth | 2018-04-12 | 2 | -8/+11 |
| | | |||||
| * | Use error signature for revert data. | chriseth | 2018-04-12 | 4 | -29/+38 |
| | | |||||
| * | Update expectation. | chriseth | 2018-04-12 | 1 | -2/+2 |
| | | |||||
| * | Adjust expectations in case of homestead VM. | chriseth | 2018-04-12 | 1 | -11/+16 |
| | | |||||
| * | Only forward returndata if EVM version supports it. | chriseth | 2018-04-12 | 2 | -1/+3 |
| | | |||||
| * | Adjust tests. | chriseth | 2018-04-12 | 3 | -13/+19 |
| | | |||||
| * | Update source location tests. | chriseth | 2018-04-12 | 1 | -5/+16 |
| | | |||||
| * | Changelog entry. | chriseth | 2018-04-12 | 1 | -1/+1 |
| | | |||||
| * | Update documentation. | chriseth | 2018-04-12 | 8 | -35/+92 |
| | | |||||
| * | Tests about error bubbling for create and transfer. | chriseth | 2018-04-12 | 1 | -2/+70 |
| | | |||||
| * | Bubble up error messages. | chriseth | 2018-04-12 | 6 | -11/+63 |
| | | |||||
| * | Allow error string for ``require``. | chriseth | 2018-04-12 | 3 | -0/+83 |
| | | |||||
| * | Documentation for revert with reason string. | chriseth | 2018-04-12 | 4 | -2/+28 |
| | | |||||
| * | Tests for revert with reason string. | chriseth | 2018-04-12 | 2 | -1/+53 |
| | | |||||
| * | Code generator for revert with reason string. | chriseth | 2018-04-12 | 1 | -1/+18 |
| | | |||||
| * | Register overload for ``revert()`` that can receive a reason string. | chriseth | 2018-04-12 | 2 | -1/+4 |
| | | |||||
| * | Allow function overloads involving MagicVariableDeclarations. | chriseth | 2018-04-12 | 4 | -7/+18 |
| | | |||||
| * | Use FunctionTypePointer (adds ``const``). | chriseth | 2018-04-12 | 2 | -7/+8 |
| | | |||||
* | | Merge pull request #2980 from ethereum/abi-api | chriseth | 2018-04-13 | 17 | -66/+700 |
|\ \ | | | | | | | Add abi.encode and abi.encodePacked | ||||
| * | | Allow struct encoding with new encoder. | chriseth | 2018-04-12 | 6 | -12/+179 |
| | | | |||||
| * | | Check partial function parameters if rest is arbitrary. | chriseth | 2018-04-12 | 2 | -3/+27 |
| | | | |||||
| * | | Tests for view and pure. | chriseth | 2018-04-12 | 2 | -0/+44 |
| | | | |||||
| * | | Tests. | chriseth | 2018-04-12 | 4 | -102/+218 |
| | | | |||||
| * | | Add abi.encode, abi.encodePacked, abi.encodeWithSelector and ↵ | Alex Beregszaszi | 2018-04-12 | 7 | -4/+287 |
| | | | | | | | | | | | | abi.encodeWithSignature. | ||||
* | | | Merge pull request #3873 from ethereum/returnVarStorage | Alex Beregszaszi | 2018-04-12 | 6 | -24/+60 |
|\ \ \ | |_|/ |/| | | Fix internal compiler error when parsing ``var`` declaration without … | ||||
| * | | Add additional test for ``var`` for storage variables. | Daniel Kirchner | 2018-04-12 | 3 | -7/+36 |
| | | | |||||
| * | | Fix internal compiler error when parsing ``var`` declaration without identifier. | Daniel Kirchner | 2018-04-12 | 5 | -24/+31 |
|/ / | |||||
* | | Merge pull request #3848 from ethereum/constantDivisionByZero | chriseth | 2018-04-12 | 18 | -20/+146 |
|\ \ | | | | | | | Error on invalid arithmetic with constant expressions. | ||||
| * | | Add test to check ConstantEvaluator for pure non-rational functions. | Daniel Kirchner | 2018-04-12 | 1 | -0/+11 |
| | | | |||||
| * | | Add tests for literal operations as well. | Daniel Kirchner | 2018-04-12 | 4 | -0/+20 |
| | | | |||||
| * | | Error on invalid arithmetic with constant expressions. | Daniel Kirchner | 2018-04-12 | 13 | -20/+115 |
| | | | |||||
* | | | Merge pull request #3485 from ethereum/js-tests-node8 | chriseth | 2018-04-12 | 2 | -5/+5 |
|\ \ \ | |_|/ |/| | | Require node 8 for Javascript tests | ||||
| * | | Require node 8 for Javascript tests | Alex Beregszaszi | 2018-04-03 | 2 | -5/+5 |
| | | | |||||
* | | | Merge pull request #3752 from ethereum/fixStateVariableParsing | chriseth | 2018-04-12 | 53 | -475/+373 |
|\ \ \ | | | | | | | | | Fix state variable parsing | ||||
| * | | | Properly cope with constructor headers. | chriseth | 2018-04-12 | 3 | -3/+21 |
| | | | | |||||
| * | | | Update expectations. | chriseth | 2018-04-12 | 10 | -17/+18 |
| | | | | |||||
| * | | | Extract modifier tests. | chriseth | 2018-04-12 | 15 | -158/+73 |
| | | | | |||||
| * | | | Warn if modifiers are applied to functions without implementation. | chriseth | 2018-04-12 | 5 | -4/+35 |
| | | | | |||||
| * | | | Changelog entry. | chriseth | 2018-04-12 | 1 | -0/+1 |
| | | | | |||||
| * | | | New tests for function state variables. | chriseth | 2018-04-12 | 6 | -0/+61 |
| | | | | |||||
| * | | | Fix state variable parsing. | chriseth | 2018-04-12 | 1 | -0/+8 |
| | | | | |||||
| * | | | Add expectations. | chriseth | 2018-04-12 | 24 | -9/+53 |
| | | | | |||||
| * | | | Extract function type tests. | chriseth | 2018-04-12 | 26 | -313/+132 |
|/ / / | |||||
* | | | Merge pull request #3855 from ldct/patch-3 | Alex Beregszaszi | 2018-04-12 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | mark --formal as deprecated in cli options | ||||
| * | | | Mark --formal as deprecated in CLI options | Li Xuanji | 2018-04-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #3863 from ethereum/fixGasEstimation | chriseth | 2018-04-12 | 3 | -1/+22 |
|\ \ \ \ | | | | | | | | | | | Correctly ignore costs of fallback for other functions. | ||||
| * | | | | Correctly ignore costs of fallback for other functions. | chriseth | 2018-04-12 | 3 | -1/+22 |
| |/ / / | |||||
* | | | | Merge pull request #3830 from ethereum/fix-include-paths-errors | Daniel Kirchner | 2018-04-12 | 4 | -9/+35 |
|\ \ \ \ | |_|_|/ |/| | | | Fix include paths errors | ||||
| * | | | Prevent information about file existence outside the allowed paths to leak ↵ | Daniel Kirchner | 2018-04-12 | 4 | -7/+33 |
| | | | | | | | | | | | | | | | | by mimicing boost::filesystem::weakly_canonical. | ||||
| * | | | Fix file missing error message on imports. | Sergiusz Bazanski | 2018-04-06 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trying to convert an import path into a Boost canonical path causes boost to throw an exception if the given file does not exist. Thus, instead of geting to the 'File not found' error, we instead got into the cath-all handler for 'Unknown exception in read callback'. This change rearranges the file checks to happen before we create a canonical Boost path. It also drive-by removes the unnecessary 'else' block, as the body of the if is a guard-like return block. | ||||
* | | | | Merge pull request #3862 from ethereum/fixConstantEvaluatorTuples | Alex Beregszaszi | 2018-04-12 | 26 | -165/+160 |
|\ \ \ \ | |_|/ / |/| | | | Fix ConstantEvaluator to correctly handle single element tuples (i.e. parenthesis). | ||||
| * | | | Fix ConstantEvaluator to correctly handle single element tuples. | Daniel Kirchner | 2018-04-12 | 6 | -0/+43 |
| | | | | |||||
| * | | | Syntax Tests: extract array_length_* tests. | Daniel Kirchner | 2018-04-12 | 20 | -165/+117 |
|/ / / | |||||
* | | | Merge pull request #3580 from ethereum/asm-bitshift-optim | chriseth | 2018-04-11 | 5 | -1/+150 |
|\ \ \ | | | | | | | | | Add simplification rule for bitwise shifting | ||||
| * | | | Ignore shift warnings on constantinople tests | Alex Beregszaszi | 2018-04-10 | 1 | -0/+2 |
| | | | | |||||
| * | | | Run tests in constantinople mode too | Alex Beregszaszi | 2018-04-10 | 1 | -1/+8 |
| | | | | |||||
| * | | | Add end to end tests for SHL/SHR/SAR instructions (constantinople only) | Alex Beregszaszi | 2018-04-10 | 1 | -0/+129 |
| | | | | |||||
| * | | | Add constant optimiser for SHR/SHL instructions | Alex Beregszaszi | 2018-04-10 | 2 | -0/+11 |
| | | | | |||||
* | | | | Merge pull request #3859 from ethereum/fixerrorlines | chriseth | 2018-04-11 | 2 | -512/+512 |
|\ \ \ \ | | | | | | | | | | | Fix line numbers for errors. | ||||
| * | | | | Fix line numbers for errors. | chriseth | 2018-04-11 | 2 | -512/+512 |
|/ / / / | |||||
* | | | | Merge pull request #3309 from ethereum/limit-errors | chriseth | 2018-04-11 | 7 | -78/+1172 |
|\ \ \ \ | | | | | | | | | | | Limit the number of errors output in a single run to 256 | ||||
| * | | | | Do not abort excessive warnings, just ignore them. | Alex Beregszaszi | 2018-04-06 | 2 | -15/+38 |
| | | | | | |||||
| * | | | | Ignore warnings when limited errors to 256 | Alex Beregszaszi | 2018-04-06 | 1 | -3/+10 |
| | | | | | |||||
| * | | | | reindent | Alex Beregszaszi | 2018-04-06 | 1 | -70/+69 |
| | | | | | |||||
| * | | | | Catch FatalError in CompilerStack::analysis to cover all the analysis tests | Alex Beregszaszi | 2018-04-06 | 2 | -11/+11 |
| | | | | | |||||
| * | | | | Limit the number of errors output in a single run to 256 | Alex Beregszaszi | 2018-04-06 | 5 | -0/+1065 |
| | | | | | |||||
* | | | | | Merge pull request #3799 from meowingtwurtle/fixLiteralComparisons | chriseth | 2018-04-11 | 3 | -3/+11 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix bug in typechecking when comparing rational literals | ||||
| * | | | | | Fix bug in typechecking when comparing rational literals | Jason Cobb | 2018-04-11 | 3 | -3/+11 |
|/ / / / / | |||||
* | | | | | Merge pull request #3842 from ethereum/syntaxTestsSourceLocations | Daniel Kirchner | 2018-04-10 | 55 | -108/+216 |
|\ \ \ \ \ | | | | | | | | | | | | | Add source locations to syntax test expectations. | ||||
| * | | | | | Add source locations to syntax test expectations. | Daniel Kirchner | 2018-04-10 | 55 | -108/+216 |
|/ / / / / | |||||
* | | | | | Merge pull request #3853 from ethereum/modifierStyleWithoutParentheses | Daniel Kirchner | 2018-04-10 | 9 | -21/+52 |
|\ \ \ \ \ | | | | | | | | | | | | | Modifier style constructor calls without parentheses are an error. | ||||
| * | | | | | Error when using no parentheses in modifier-style constructor calls. | Daniel Kirchner | 2018-04-10 | 9 | -21/+52 |
| | | | | | | |||||
* | | | | | | Merge pull request #3836 from netrunnerX/develop | chriseth | 2018-04-10 | 1 | -5/+4 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Update solidity-by-example.rst. | ||||
| * | | | | | Update solidity-by-example.rst | NetX | 2018-04-09 | 1 | -5/+4 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #3821 from ethereum/warn-constructor-override | chriseth | 2018-04-10 | 17 | -59/+158 |
|\ \ \ \ \ | | | | | | | | | | | | | Warn constructor override | ||||
| * | | | | | Use the most derived contract as main location in case of diamond inheritance. | Daniel Kirchner | 2018-04-09 | 1 | -3/+18 |
| | | | | | | |||||
| * | | | | | Move constructor argument override check to TypeChecker and reuse ↵ | Daniel Kirchner | 2018-04-09 | 15 | -100/+95 |
| | | | | | | | | | | | | | | | | | | | | | | | | annotations in ContractCompiler. | ||||
| * | | | | | Allow duplicated constructor calls, if no arguments; support for multiple ↵ | Daniel Kirchner | 2018-04-09 | 10 | -26/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inheritance; backwards compatibility. # tmp | ||||
| * | | | | | Error on duplicated super constructor calls | Federico Bond | 2018-04-09 | 7 | -9/+55 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #3852 from hydai/fix_typo | chriseth | 2018-04-10 | 1 | -6/+6 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fixed typos | ||||
| * | | | | Fixed typos | hydai | 2018-04-10 | 1 | -6/+6 |
|/ / / / | |||||
* | | | | Merge pull request #3839 from ethereum/unusedVariableWarningOrder | chriseth | 2018-04-07 | 3 | -8/+11 |
|\ \ \ \ | | | | | | | | | | | Static Analyzer: Fix non-deterministic order of unused variable warni… | ||||
| * | | | | Static Analyzer: Fix non-deterministic order of unused variable warnings. | Daniel Kirchner | 2018-04-07 | 3 | -8/+11 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #3609 from RobbieFerguson/patch-1 | chriseth | 2018-04-06 | 1 | -0/+7 |
|\ \ \ \ | | | | | | | | | | | Update Delegatecall Description in Docs | ||||
| * | | | | Update Delegatecall Description in Docs | Robbie Ferguson | 2018-04-06 | 1 | -0/+7 |
|/ / / / | | | | | | | | | | | | | The previous description did not include the fact that the storage locations of the two contracts must align up until the storage variable(s) affected in order for the called contract to successfully write to the caller's storage. If they are misaligned, delegatecall will silently fail. This is difficult to debug without underlying knowledge of how delegatecall works, and clarity in the docs would certainly be helpful. | ||||
* | | | | Merge pull request #3832 from ethereum/commonSubexpressionEliminator | chriseth | 2018-04-06 | 3 | -0/+195 |
|\ \ \ \ | |/ / / |/| | | | Common subexpression eliminator. | ||||
| * | | | Common subexpression eliminator. | chriseth | 2018-04-06 | 3 | -0/+195 |
| | | | | |||||
* | | | | Merge pull request #3833 from ethereum/newEthBinaries | chriseth | 2018-04-06 | 1 | -6/+6 |
|\ \ \ \ | |_|/ / |/| | | | Use new eth binaries. | ||||
| * | | | Use new eth binaries. | chriseth | 2018-04-06 | 1 | -6/+6 |
| |/ / | |||||
* | | | Merge pull request #3818 from ethereum/eth_docker | chriseth | 2018-04-06 | 1 | -3/+9 |
|\ \ \ | |/ / |/| | | Add scripts to build the eth binary via docker. | ||||
| * | | Fix trusty build script for eth. | chriseth | 2018-04-05 | 1 | -3/+9 |
| | | | |||||
* | | | Merge pull request #3831 from ethereum/memory-suffix | chriseth | 2018-04-05 | 4 | -3/+16 |
|\ \ \ | | | | | | | | | Allow ``memory`` suffix for internal elementary type parsing. | ||||
| * | | | Allow ``memory`` suffix for internal elementary type parsing. | chriseth | 2018-04-05 | 4 | -3/+16 |
| | | | | |||||
* | | | | Merge pull request #3805 from kevinflo/tuple-documentation-var-removal | chriseth | 2018-04-05 | 1 | -4/+6 |
|\ \ \ \ | | | | | | | | | | | Removed documentation reference to var for tuple variable assignment | ||||
| * | | | | Variable assignment wording change | Kevin Florenzano | 2018-04-05 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Removed documentation reference to the now-depricated var tuple variable ↵ | kevinflo | 2018-04-02 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | assignment syntax | ||||
* | | | | | Merge pull request #3829 from ethereum/smt_remove_uf | chriseth | 2018-04-05 | 6 | -10/+20 |
|\ \ \ \ \ | |_|/ / / |/| | | | | [SMTChecker] Remove usage of UFs to access SSA vars | ||||
| * | | | | [SMTChecker] Removing usage of UFs to access SSA indices | Leonardo Alt | 2018-04-05 | 6 | -10/+20 |
| | | | | | |||||
* | | | | | Merge pull request #3828 from ethereum/soltest | chriseth | 2018-04-05 | 1 | -1/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Show JSON error if jsonParseStrict failed in soltest | ||||
| * | | | | | Show JSON error if jsonParseStrict failed in soltest | Alex Beregszaszi | 2018-04-05 | 1 | -1/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #3827 from ethereum/constantinople | chriseth | 2018-04-05 | 1 | -0/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Support constantinople in soltest | ||||
| * | | | | | | Support constantinople in soltest | Alex Beregszaszi | 2018-04-05 | 1 | -0/+2 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #3826 from ethereum/document_afl | Alex Beregszaszi | 2018-04-05 | 1 | -0/+51 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Document use of AFL. | ||||
| * | | | | | | Document use of AFL. | chriseth | 2018-04-05 | 1 | -0/+51 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #3824 from ethereum/baseArgumentsEmptyParenthesis | Daniel Kirchner | 2018-04-05 | 10 | -36/+73 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Error when using empty parentheses for base class constructors that r… | ||||
| * | | | | | Error when using empty parenthesis for base class constructors that require ↵ | Daniel Kirchner | 2018-04-05 | 10 | -36/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | arguments. | ||||
* | | | | | | Merge pull request #3745 from ethereum/fixRecursion | Alex Beregszaszi | 2018-04-05 | 19 | -155/+220 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix invalid recursion errors for structs | ||||
| * | | | | | | Extract constant cycle tests. | chriseth | 2018-04-03 | 5 | -32/+32 |
| | | | | | | | |||||
| * | | | | | | Generalize cycle detection. | chriseth | 2018-04-03 | 4 | -35/+104 |
| | | | | | | | |||||
| * | | | | | | Fix detection of recursive structs. | chriseth | 2018-04-03 | 4 | -0/+36 |
| | | | | | | | |||||
| * | | | | | | Extract recursive struct tests. | chriseth | 2018-04-03 | 8 | -93/+53 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3822 from ethereum/swap-comparison | chriseth | 2018-04-05 | 4 | -6/+110 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Replace comparison operators with opposites if preceded by SWAP1 | ||||
| * | | | | | | | Add end-to-end test for SwapComparison and CommutativeSwap peephole optimisers | Alex Beregszaszi | 2018-04-05 | 1 | -0/+44 |
| | | | | | | | | |||||
| * | | | | | | | Replace comparison operators with opposites if preceded by SWAP1 | Alex Beregszaszi | 2018-04-04 | 3 | -6/+66 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #3690 from ethereum/incrementArraySize | Alex Beregszaszi | 2018-04-05 | 6 | -15/+139 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | More specific push implementation. | ||||
| * | | | | | | | More specific push implementation. | chriseth | 2018-04-04 | 6 | -15/+139 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #3657 from ethereum/codingStyle | chriseth | 2018-04-05 | 2 | -2/+264 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Use coding style. | ||||
| * | | | | | | Update CODING_STYLE.md | chriseth | 2018-03-13 | 1 | -62/+70 |
| | | | | | | | |||||
| * | | | | | | Use coding style. | chriseth | 2018-03-06 | 2 | -2/+256 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3820 from ethereum/chriseth-patch-1 | chriseth | 2018-04-04 | 1 | -1/+7 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Clarify code state of contracts under construction. | ||||
| * | | | | | | | Clarify code state of contracts under construction. | chriseth | 2018-04-04 | 1 | -1/+7 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #3808 from ethereum/parserTests | chriseth | 2018-04-04 | 8 | -145/+113 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | SyntaxTests: extend syntax tests and isoltest to support parser error… | ||||
| * | | | | | | | Adds parsing sub-directory in syntaxTests and moves two example tests from ↵ | Daniel Kirchner | 2018-04-04 | 3 | -20/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SolidityParser.cpp to test contracts. | ||||
| * | | | | | | | SyntaxTests: extend syntax tests and isoltest to support parser errors and ↵ | Daniel Kirchner | 2018-04-04 | 5 | -125/+104 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compiler exceptions. | ||||
* | | | | | | | | Merge pull request #3721 from ethereum/simpleDynArray | chriseth | 2018-04-04 | 8 | -20/+107 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | Create empty dynamic memory arrays more efficiently. | ||||
| * | | | | | | | Create empty dynamic memory arrays more efficiently. | chriseth | 2018-04-04 | 8 | -20/+107 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #3817 from ethereum/eth_docker | Alex Beregszaszi | 2018-04-04 | 3 | -0/+31 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Add scripts to build the eth binary via docker. | ||||
| * | | | | | | Add scripts to build the eth binary via docker. | chriseth | 2018-04-04 | 3 | -0/+31 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #3814 from FrolovR/patch-2 | Alex Beregszaszi | 2018-04-04 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | hash256 -> bytes32 fix in misleading note | ||||
| * | | | | | | hash256 -> bytes32 fix in misleading note | Roman | 2018-04-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | As it was described here: https://ethereum.stackexchange.com/questions/44628/understanding-low-level-interface-to-logs/44629?noredirect=1#comment52316_44629 | ||||
* | | | | | | | Merge pull request #3798 from ethereum/commutative-swap | Alex Beregszaszi | 2018-04-04 | 3 | -1/+97 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Remove useless SWAP1 in front of commutative operations | ||||
| * | | | | | | Test multiple instructions with the (non)commutative peephole optimiser | Alex Beregszaszi | 2018-04-04 | 1 | -37/+62 |
| | | | | | | | |||||
| * | | | | | | Remove useless SWAP1 in front of commutative operations | Alex Beregszaszi | 2018-04-04 | 3 | -1/+72 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #3635 from ethereum/constructor-modifier | Alex Beregszaszi | 2018-04-04 | 11 | -27/+118 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Constructors are defined using the ``constructor`` keyword. | ||||
| * | | | | | Document absence of constructors. | Daniel Kirchner | 2018-04-04 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | Set isConstructor to false unconditionally and update to true later for ↵ | Daniel Kirchner | 2018-04-04 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | constructors. | ||||
| * | | | | | Set header.isConstructor for old style constructors in parseFunctionHeader ↵ | Daniel Kirchner | 2018-04-04 | 2 | -6/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | as well. | ||||
| * | | | | | Update version pragma and use new constructor syntax in std/ contracts. | Daniel Kirchner | 2018-04-04 | 3 | -7/+7 |
| | | | | | | |||||
| * | | | | | Remove redundant test and enforce success without warnings. | Daniel Kirchner | 2018-04-04 | 1 | -7/+1 |
| | | | | | | |||||
| * | | | | | Updates docs to new constructor syntax. | bitshift | 2018-04-04 | 1 | -6/+26 |
| | | | | | | |||||
| * | | | | | Constructors are defined using the ``constructor`` keyword. | Daniel Kirchner | 2018-04-04 | 8 | -13/+80 |
| |/ / / / | |||||
* | | | | | Merge pull request #3809 from ethereum/build_on_tags | Alex Beregszaszi | 2018-04-04 | 1 | -3/+13 |
|\ \ \ \ \ | |/ / / / |/| | | | | Build on tag in Circle. | ||||
| * | | | | Build on tag in Circle. | chriseth | 2018-04-03 | 1 | -3/+13 |
| | | | | | |||||
* | | | | | Merge pull request #3693 from ethereum/optimizeMLOAD | Alex Beregszaszi | 2018-04-03 | 12 | -42/+148 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Optimize across MLOAD if MSIZE is not used. | ||||
| * | | | | Changelog entry. | chriseth | 2018-04-03 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Add memory array init test. | chriseth | 2018-04-03 | 1 | -0/+26 |
| | | | | | |||||
| * | | | | Test number of sstore operations. | chriseth | 2018-04-03 | 1 | -7/+33 |
| | | | | | |||||
| * | | | | Optimize across MLOAD if MSIZE is not used. | chriseth | 2018-04-03 | 10 | -35/+87 |
| |/ / / | |||||
* | | | | Merge pull request #3699 from ethereum/interfaceExternalVisibility | Alex Beregszaszi | 2018-04-03 | 10 | -60/+52 |
|\ \ \ \ | | | | | | | | | | | Defaults to external visibility for interfaces. | ||||
| * | | | | Makes visibility warning more concise. | Erik Kundt | 2018-04-03 | 2 | -3/+5 |
| | | | | | |||||
| * | | | | Moves all interface function visibility related tests. | Erik Kundt | 2018-04-03 | 6 | -48/+26 |
| | | | | | |||||
| * | | | | Defaults to external visibility for interfaces. | bitshift | 2018-04-03 | 4 | -12/+24 |
| | | | | | |||||
* | | | | | Merge pull request #3757 from ethereum/fixEmptyBaseArguments | Alex Beregszaszi | 2018-04-03 | 4 | -3/+22 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix: Treat empty base constructor argument list as not provided. | ||||
| * | | | | Fix: Treat empty base constructor argument list as not provided. | chriseth | 2018-04-03 | 4 | -3/+22 |
|/ / / / | |||||
* | | | | Merge pull request #3801 from meowingtwurtle/preFixedPoint | chriseth | 2018-04-03 | 4 | -11/+11 |
|\ \ \ \ | | | | | | | | | | | Set default fixed point decimal places to 18 | ||||
| * | | | | Set default fixed point decimal places to 18 | Jason Cobb | 2018-03-31 | 4 | -11/+11 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #3803 from ethereum/homebrew | chriseth | 2018-04-03 | 1 | -1/+0 |
|\ \ \ \ | | | | | | | | | | | Remove brew linkapps from the installation instructions | ||||
| * | | | | Remove brew linkapps from the installation instructions | Alex Beregszaszi | 2018-03-31 | 1 | -1/+0 |
| |/ / / | |||||
* | | | | Merge pull request #3807 from haoliangyu/patch-1 | chriseth | 2018-04-03 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Fix a wrong number in the documentation | ||||
| * | | | fix a wrong number | Haoliang Yu | 2018-04-03 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #3802 from ethereum/empty-structs | Alex Beregszaszi | 2018-03-31 | 2 | -0/+2 |
|\ \ \ | | | | | | | | | Update tests for empty structs | ||||
| * | | | Update tests for empty structs | Alex Beregszaszi | 2018-03-31 | 2 | -0/+2 |
|/ / / | |||||
* | | | Merge pull request #3800 from wbt/patch-2 | Alex Beregszaszi | 2018-03-31 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix small formatting issue | ||||
| * | | | Fix small formatting issue | wbt | 2018-03-31 | 1 | -1/+1 |
|/ / / | | | | | | | in which a constant was not treated as code, inconsistent with surrounding examples. | ||||
* | | | Merge pull request #3790 from ethereum/empty-structs | chriseth | 2018-03-30 | 7 | -2/+30 |
|\ \ \ | | | | | | | | | Disallow empty structs | ||||
| * | | | Still allow empty structs for non-0.5.0 mode | Alex Beregszaszi | 2018-03-27 | 4 | -3/+16 |
| | | | | |||||
| * | | | Disallow empty structs | Alex Beregszaszi | 2018-03-27 | 6 | -2/+17 |
| | | | | |||||
* | | | | Merge pull request #3753 from ethereum/whoSupportsPackedEncoding | Alex Beregszaszi | 2018-03-29 | 11 | -4/+110 |
|\ \ \ \ | | | | | | | | | | | Prevent encoding of weird types and support packed encoding of extenal function types. | ||||
| * | | | | Prevent encoding of weird types and support packed encoding of external ↵ | chriseth | 2018-03-29 | 11 | -4/+110 |
|/ / / / | | | | | | | | | | | | | function types. | ||||
* | | | | Merge pull request #3754 from AnthonyBroadCrawford/error-on-missing-file | Alex Beregszaszi | 2018-03-29 | 4 | -7/+29 |
|\ \ \ \ | |_|/ / |/| | | | Error on non existing or irregular files | ||||
| * | | | Support for error on non-existant or irregular files with command line ↵ | Anthony Broad-Crawford | 2018-03-28 | 4 | -7/+29 |
|/ / / | | | | | | | | | | option to ignore | ||||
* | | | Merge pull request #3775 from federicobond/improve-error-fractional-shift | chriseth | 2018-03-28 | 3 | -1/+12 |
|\ \ \ | |/ / |/| | | Improve error message when attempting to shift by fractional number | ||||
| * | | Improve error message when trying to shift by fractional number | Federico Bond | 2018-03-22 | 3 | -1/+12 |
| | | | |||||
* | | | Merge pull request #3681 from ethereum/interface-external | chriseth | 2018-03-27 | 5 | -0/+33 |
|\ \ \ | | | | | | | | | Allow overriding external functions in interfaces with public in a child | ||||
| * | | | Introduce inContractKind helper on FunctionDefinition | Alex Beregszaszi | 2018-03-26 | 3 | -11/+14 |
| | | | | |||||
| * | | | Allow overriding external functions in interfaces with public in an ↵ | Alex Beregszaszi | 2018-03-26 | 3 | -0/+30 |
| |/ / | | | | | | | | | | implementing contract | ||||
* | | | Merge pull request #3772 from ethereum/docsTestingGuide | Alex Beregszaszi | 2018-03-27 | 1 | -0/+79 |
|\ \ \ | | | | | | | | | Add syntax testing guide to docs | ||||
| * | | | Explains test structure and update mechanism more detailed. | Erik Kundt | 2018-03-27 | 1 | -3/+20 |
| | | | | |||||
| * | | | Updates "How to contribute" | Erik Kundt | 2018-03-22 | 1 | -0/+62 |
| | | | | | | | | | | | | Adds detailed description of the new syntax test tool. | ||||
* | | | | Merge pull request #3686 from ethereum/doNotIncludeItnernal | chriseth | 2018-03-27 | 5 | -6/+89 |
|\ \ \ \ | | | | | | | | | | | Do not include internal functions only used by constructor | ||||
| * | | | | Add runtimeOnly option to pushCombinedFunctionEntryLabel | Alex Beregszaszi | 2018-03-27 | 3 | -8/+8 |
| | | | | | |||||
| * | | | | Changelog entry. | chriseth | 2018-03-27 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Use shortcut for internal function calls to avoid runtime reference. | chriseth | 2018-03-27 | 1 | -1/+23 |
| | | | | | |||||
| * | | | | Test that internal functions only used by constructor are not included in ↵ | chriseth | 2018-03-27 | 1 | -0/+60 |
| | |/ / | |/| | | | | | | | | | | runtime context. | ||||
* | | | | Merge pull request #3748 from ethereum/extractScopingTests | chriseth | 2018-03-27 | 18 | -223/+179 |
|\ \ \ \ | | | | | | | | | | | Extract scoping tests | ||||
| * | | | | Extract scoping tests. | chriseth | 2018-03-16 | 17 | -223/+130 |
| | | | | | |||||
| * | | | | Test extraction tool. | chriseth | 2018-03-16 | 1 | -0/+49 |
| | | | | | |||||
* | | | | | Merge pull request #3646 from ethereum/blockhash-global | Alex Beregszaszi | 2018-03-27 | 8 | -14/+105 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Move blockhash from block.blockhash to global level. | ||||
| * | | | | Changes deprecation and adjusts tests. | bitshift | 2018-03-27 | 5 | -59/+76 |
| | | | | | |||||
| * | | | | Updates docs for blockhash changes. | bitshift | 2018-03-27 | 2 | -3/+21 |
| | | | | | |||||
| * | | | | Adds unit tests for moved function. | bitshift | 2018-03-27 | 4 | -5/+49 |
| | | | | | |||||
| * | | | | Moves blockhash function to global level. | bitshift | 2018-03-27 | 2 | -9/+21 |
|/ / / / | |||||
* | | | | Merge pull request #3746 from ethereum/disableCCache | chriseth | 2018-03-22 | 1 | -17/+1 |
|\ \ \ \ | | | | | | | | | | | Disable ccache | ||||
| * | | | | Remove ccache on circle. | chriseth | 2018-03-16 | 1 | -17/+1 |
| |/ / / | |||||
* | | | | Merge pull request #3308 from ethereum/usereturndatacopy | chriseth | 2018-03-22 | 12 | -142/+361 |
|\ \ \ \ | | | | | | | | | | | Use returndatacopy for retrieving dynamically sized outputs. | ||||
| * | | | | Changelog entry. | chriseth | 2018-03-21 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Tests for returning dynamic data. | chriseth | 2018-03-21 | 2 | -6/+104 |
| | | | | | |||||
| * | | | | Decode dynamic data. | chriseth | 2018-03-21 | 5 | -18/+53 |
| | | | | | |||||
| * | | | | Move dynamic type removal out of the type system. | chriseth | 2018-03-21 | 4 | -18/+37 |
| | | | | | |||||
| * | | | | Simple size check for old ABI decoder. | chriseth | 2018-03-21 | 3 | -32/+97 |
| | | | | | |||||
| * | | | | Move the old ABI decoder code. | chriseth | 2018-03-20 | 4 | -105/+106 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #3744 from ethereum/useUsrBinEditor | Alex Beregszaszi | 2018-03-21 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | Use /usr/bin/editor if exists. | ||||
| * | | | | Use /usr/bin/editor if exists. | chriseth | 2018-03-16 | 1 | -0/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #3763 from mattaereal/patch-1 | chriseth | 2018-03-21 | 1 | -0/+1 |
|\ \ \ \ | |_|/ / |/| | | | Fix: Missing payable at function forceOwnerChange | ||||
| * | | | Fix: Missing payable at function forceOwnerChange | Matías A. Ré Medina | 2018-03-20 | 1 | -0/+1 |
|/ / / | | | | | | | forceOwnerChange expects ether, and does not have the payable keyword. | ||||
* | | | Merge pull request #3751 from ethereum/syntaxTestsExtensions | chriseth | 2018-03-16 | 3 | -2/+13 |
|\ \ \ | |/ / |/| | | Only consider files ending with .sol and not starting with ~ in synta… | ||||
| * | | Only consider files ending with .sol and not starting with ~ in syntax tests. | Daniel Kirchner | 2018-03-16 | 3 | -2/+13 |
|/ / | |||||
* | | Merge pull request #3709 from ethereum/syntaxTestsInteractiveTool | chriseth | 2018-03-16 | 8 | -16/+536 |
|\ \ | | | | | | | Interactive syntax test tool. | ||||
| * | | Only colour error type, not error message in isoltest. | Daniel Kirchner | 2018-03-15 | 1 | -10/+16 |
| | | | |||||
| * | | Add interactive test tool isoltest. | Daniel Kirchner | 2018-03-15 | 5 | -0/+407 |
| | | | |||||
| * | | Add formatted printing to SyntaxTest and expand its public interface. | Daniel Kirchner | 2018-03-15 | 3 | -16/+123 |
| | | | |||||
* | | | Merge pull request #3740 from DanielMReed/patch-1 | chriseth | 2018-03-15 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix Typo in changelog.md | ||||
| * | | | Fix Typo in changelog.md | Daniel R | 2018-03-15 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #3614 from ethereum/notestsOnTravis | Alex Beregszaszi | 2018-03-15 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | Disable tests for travis on non-release and non-tag branches. | ||||
| * | | Disable tests for travis on non-release and non-tag branches. | chriseth | 2018-02-27 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #3724 from ethereum/externalFunctionsInLibraries | chriseth | 2018-03-15 | 5 | -3/+34 |
|\ \ \ | | | | | | | | | Make external library functions accessible. | ||||
| * \ \ | Merge branch 'develop' into externalFunctionsInLibraries | chriseth | 2018-03-15 | 43 | -48/+213 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #3734 from ethereum/soltestOptions | chriseth | 2018-03-15 | 33 | -39/+51 |
|\ \ \ \ | | | | | | | | | | | test: Rename test/TestHelper.* to test/Options.* and add Options::val… | ||||
| * | | | | test: Rename test/TestHelper.* to test/Options.* and add Options::validate(). | Daniel Kirchner | 2018-03-14 | 33 | -39/+51 |
| | | | | | |||||
* | | | | | Merge pull request #3725 from ethereum/blockhashNoCall | chriseth | 2018-03-15 | 3 | -0/+21 |
|\ \ \ \ \ | | | | | | | | | | | | | Allow ``block.blockhash`` without it being called. | ||||
| * | | | | | Allow ``block.blockhash`` without being called. | chriseth | 2018-03-14 | 3 | -0/+21 |
| | | | | | | |||||
* | | | | | | Merge pull request #3722 from ethereum/fixMods | Alex Beregszaszi | 2018-03-15 | 6 | -5/+83 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix modifier lookup in libraries. | ||||
| * | | | | | | Tests. | chriseth | 2018-03-13 | 1 | -0/+52 |
| | | | | | | | |||||
| * | | | | | | Changelog entry. | chriseth | 2018-03-13 | 2 | -0/+15 |
| | | | | | | | |||||
| * | | | | | | Bugfix in virtual lookup for modifiers in libraries. | chriseth | 2018-03-13 | 3 | -5/+16 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3730 from ethereum/docstringBug | chriseth | 2018-03-14 | 3 | -7/+10 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | DocStringParser: Fix error message for empty parameter description. | ||||
| * | | | | | | DocStringParser: Add Changelog entry and test case for empty descriptions. | Daniel Kirchner | 2018-03-14 | 2 | -0/+7 |
| | | | | | | | |||||
| * | | | | | | DocStringParser: Fix error message for empty parameter description. | Daniel Kirchner | 2018-03-14 | 1 | -7/+3 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3731 from ethereum/errorNoTestPath | chriseth | 2018-03-14 | 1 | -0/+4 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | soltest: force the use of the --testpath option for soltest with an e… | ||||
| * | | | | | | soltest: force the use of the --testpath option for soltest with an explicit ↵ | Daniel Kirchner | 2018-03-14 | 1 | -0/+4 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | error. | ||||
* | | | | | | Merge pull request #3726 from ethereum/syntaxTestsFilenameFix | chriseth | 2018-03-14 | 1 | -1/+5 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Store filenames in static variable to guarantee sufficient lifetime. | ||||
| * | | | | | Store filenames in static variable to guarantee sufficient lifetime. | Daniel Kirchner | 2018-03-14 | 1 | -1/+5 |
|/ / / / / | |||||
* | | | | | Merge pull request #3719 from ethereum/soltestScript | chriseth | 2018-03-14 | 1 | -0/+43 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add soltest.sh script that invokes soltest with the correct --testpath. | ||||
| * | | | | Add soltest.sh script that invokes soltest with the correct --testpath. | Daniel Kirchner | 2018-03-13 | 1 | -0/+43 |
| | | | | | |||||
| | * | | | Make external library functions accessible. | chriseth | 2018-03-14 | 5 | -2/+33 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #3720 from yosyp/develop | chriseth | 2018-03-13 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Updated link for "try Solidity in your browser" | ||||
| * | | | Updated link for "try Solidity in your browser" | Yosyp Schwab | 2018-03-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Previous link leads to a page with a model warning: _The Remix IDE has moved to http://remix.ethereum.org. This instance of Remix you are visiting WILL NOT BE UPDATED. Please make a backup of your contracts and start using http://remix.ethereum.org_ Updated link to point to http://remix.ethereum.org | ||||
* | | | | Merge pull request #3707 from ethereum/syntaxTestsTestRunner | chriseth | 2018-03-13 | 14 | -59/+348 |
|\ \ \ \ | | | | | | | | | | | Infrastructure for extracting syntax tests. | ||||
| * | | | | Minor adjustments. | Daniel Kirchner | 2018-03-13 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Refactoring; fuse SyntaxTestParser and SyntaxTester to SyntaxTest. | Daniel Kirchner | 2018-03-13 | 8 | -314/+258 |
| | | | | | |||||
| * | | | | Workaround for boost < 1.59.0 | Daniel Kirchner | 2018-03-13 | 1 | -0/+13 |
| | | | | | |||||
| * | | | | Infrastructure for extracting syntax tests in separate test files. | Daniel Kirchner | 2018-03-13 | 15 | -55/+387 |
|/ / / / | |||||
* | | | | Merge pull request #3647 from leonardoalt/smt_bool | chriseth | 2018-03-13 | 11 | -36/+318 |
|\ \ \ \ | |/ / / |/| | | | [SMTChecker] Support to Bool variables | ||||
| * | | | [SMTChecker_Bool] Fix PR review comments: method renaming and solAssert | Leonardo Alt | 2018-03-13 | 3 | -16/+17 |
| | | | | |||||
| * | | | [SMTChecker_Bool] Fix PR comments; Add support to gt, ge, lt, le. and tests. | Leonardo Alt | 2018-03-13 | 11 | -41/+125 |
| | | | | |||||
| * | | | [SMTChecker] Support to Bool variables | Leonardo Alt | 2018-03-13 | 7 | -8/+205 |
|/ / / | |||||
* | | | Merge pull request #3708 from ethereum/moveTestTools | chriseth | 2018-03-13 | 6 | -10/+30 |
|\ \ \ | | | | | | | | | Move test tools to the subdirectory test/tools and adjust CMakeLists |