Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5076 from ethereum/exprBreaker | chriseth | 2018-10-09 | 5 | -0/+477 |
|\ | |||||
| * | Expression breaker. | chriseth | 2018-10-09 | 5 | -0/+477 |
* | | Merge pull request #5137 from ethereum/fix_5052 | chriseth | 2018-10-09 | 3 | -9/+21 |
|\ \ | |/ |/| | |||||
| * | Fixes large rational number literals being wrongly interpreted. | Christian Parpart | 2018-10-09 | 3 | -9/+21 |
|/ | |||||
* | Merge pull request #5124 from lazaridiscom/1802-hex-error-reporting | chriseth | 2018-10-09 | 4 | -7/+16 |
|\ | |||||
| * | provide general hex-literal error message, fixes #1802 | Lazaridis | 2018-10-09 | 4 | -7/+16 |
* | | Merge pull request #5174 from tomusdrw/patch-1 | chriseth | 2018-10-09 | 1 | -3/+4 |
|\ \ | |||||
| * | | Clarify contract creation transaction | Tomasz Drwięga | 2018-10-09 | 1 | -3/+4 |
* | | | Merge pull request #5171 from ethereum/fixCommandlineTests | chriseth | 2018-10-09 | 7 | -9/+4 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix commandline tests for release version. | chriseth | 2018-10-09 | 7 | -9/+4 |
|/ / | |||||
* | | Merge pull request #5170 from ethereum/minorFixes | Alex Beregszaszi | 2018-10-09 | 4 | -4/+4 |
|\ \ | |/ |/| | |||||
| * | Fix version pragma in documentation. | chriseth | 2018-10-09 | 3 | -3/+3 |
| * | Fix pragma error suggestion. | chriseth | 2018-10-09 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #5172 from ethereum/fixKind | Alex Beregszaszi | 2018-10-09 | 3 | -1/+6 |
|\ | |||||
| * | Fix ast json test for function kind. | chriseth | 2018-10-09 | 2 | -1/+2 |
| * | Add entry into the breaking changes list. | chriseth | 2018-10-09 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #4734 from ethereum/astUpdate | chriseth | 2018-10-09 | 31 | -11/+575 |
|\ | |||||
| * | Restore ``isConstructor`` in the legacy AST. | Daniel Kirchner | 2018-09-11 | 14 | -0/+15 |
| * | Add new test cases. | Daniel Kirchner | 2018-09-11 | 9 | -0/+548 |
| * | Replace ``isConstructor`` field in the JSON AST by a ``kind`` field. | Daniel Kirchner | 2018-09-11 | 22 | -21/+22 |
* | | Merge pull request #5157 from ethereum/soltest-testpath | chriseth | 2018-10-08 | 1 | -0/+23 |
|\ \ | |||||
| * | | soltest: provides sane defaults for --testpath command line option | Christian Parpart | 2018-10-08 | 1 | -0/+23 |
|/ / | |||||
* | | Merge pull request #5148 from ethereum/chriseth-patch-2 | Alex Beregszaszi | 2018-10-06 | 1 | -1/+1 |
|\ \ | |||||
| * | | Remove non-ascii quotes. | chriseth | 2018-10-05 | 1 | -1/+1 |
* | | | Merge pull request #5150 from ethereum/docs-links | Alex Beregszaszi | 2018-10-06 | 1 | -1/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add link to string literals | Chris Ward | 2018-10-05 | 1 | -1/+2 |
|/ / | |||||
* | | Merge pull request #4952 from ethereum/docs-544-event-data | chriseth | 2018-10-05 | 2 | -33/+72 |
|\ \ | |||||
| * | | Update docs on event data and logs | Chris Ward | 2018-10-05 | 2 | -33/+72 |
|/ / | |||||
* | | Merge pull request #5044 from ethereum/updateAssembly | chriseth | 2018-10-04 | 1 | -41/+43 |
|\ \ | |||||
| * | | Adds note about Standalone assembly. | Erik Kundt | 2018-10-04 | 1 | -4/+6 |
| * | | [DOCS] Update assembly. | chriseth | 2018-10-04 | 1 | -41/+41 |
|/ / | |||||
* | | Merge pull request #5126 from ethereum/chriseth-patch-1 | chriseth | 2018-10-04 | 1 | -3/+0 |
|\ \ | |||||
| * | | Remove duplicate statement about pure enforcement. | chriseth | 2018-10-01 | 1 | -3/+0 |
* | | | Merge pull request #5144 from ethereum/fixHexTypo | chriseth | 2018-10-04 | 8 | -11/+12 |
|\ \ \ | |||||
| * | | | Fix typos. | chriseth | 2018-10-04 | 8 | -11/+12 |
|/ / / | |||||
* | | | Merge pull request #5073 from IIIIllllIIIIllllIIIIllllIIIIllllIIIIll/patch-4 | chriseth | 2018-10-04 | 1 | -6/+7 |
|\ \ \ | |||||
| * | | | separate out a new "Design Criteria" section from "Formal Specification" | Li Xuanji | 2018-10-04 | 1 | -6/+7 |
* | | | | Merge pull request #5119 from ethereum/docs-contributing-dependencies | chriseth | 2018-10-04 | 1 | -20/+32 |
|\ \ \ \ | |||||
| * | | | | Add Linux dependencies and move | Chris Ward | 2018-09-30 | 1 | -20/+32 |
* | | | | | Merge pull request #5140 from dm4/docs-fix-inline-code-syntax | chriseth | 2018-10-04 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | [DOCS] Add missing backtick for inline code syntax. | dm4 | 2018-10-03 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #5138 from ethereum/fixXcode | chriseth | 2018-10-02 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Try newer version of xcode for MacOS. | chriseth | 2018-10-02 | 1 | -2/+2 |
* | | | | | | Merge pull request #5125 from ethereum/fix_address_with_underscores | chriseth | 2018-10-02 | 5 | -6/+14 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Fixes #5051 (introduced in #4684), effectively allowing underscores in addres... | Christian Parpart | 2018-10-02 | 5 | -6/+14 |
|/ / / / / | |||||
* | | | | | Merge pull request #5110 from codemascot/libevmasm/Assembly.cpp | chriseth | 2018-10-02 | 1 | -2/+11 |
|\ \ \ \ \ | |||||
| * | | | | | Use 'switch' instead of 'else if' | Khan M Rashedun-Naby | 2018-09-27 | 1 | -2/+11 |
* | | | | | | Merge pull request #5131 from Flash-Git/patch-1 | chriseth | 2018-10-02 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Changed pragma explanation to match example | J Quinn | 2018-10-02 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #5084 from ethereum/updateContributing | chriseth | 2018-10-01 | 1 | -34/+44 |
|\ \ \ \ \ | |||||
| * | | | | | fixup! fixup! fixup! [DOCS] Update contributing. | chriseth | 2018-10-01 | 1 | -3/+4 |
| * | | | | | fixup! fixup! [DOCS] Update contributing. | chriseth | 2018-10-01 | 1 | -3/+4 |
| * | | | | | fixup! [DOCS] Update contributing. | chriseth | 2018-09-27 | 1 | -16/+22 |
| * | | | | | [DOCS] Update contributing. | chriseth | 2018-09-27 | 1 | -22/+24 |
* | | | | | | Merge pull request #4962 from anurag-git/anurag_issue_3667-1 | chriseth | 2018-10-01 | 8 | -30/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Removing extra default cases to force compile time error, instead of runtime. | Anurag Dashputre | 2018-09-30 | 7 | -28/+5 |
| * | | | | | | Removed default case from "ExpressionCompiler::visit(FunctionCall...)". | Anurag Dashputre | 2018-09-13 | 1 | -2/+0 |
* | | | | | | | Merge pull request #5117 from ethereum/yul_grammar | chriseth | 2018-10-01 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Missing If in Block rule | Leonardo Alt | 2018-09-30 | 1 | -0/+1 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #5113 from ethereum/compilerstack-datagas | chriseth | 2018-10-01 | 1 | -2/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Use GasEstimator::dataGas in CompilerStack | Alex Beregszaszi | 2018-09-28 | 1 | -2/+1 |
* | | | | | | | | Merge pull request #5104 from ethereum/fuzzer | chriseth | 2018-10-01 | 1 | -45/+26 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Do not use compileJSON wrapper in the fuzzer | Alex Beregszaszi | 2018-09-29 | 1 | -45/+26 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #5115 from mestorlx/cleancircleci | chriseth | 2018-10-01 | 2 | -4/+16 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | removed stray (B in CI test output | Martin Diz | 2018-09-29 | 2 | -4/+16 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #5075 from ethereum/fixInliner | chriseth | 2018-10-01 | 2 | -0/+40 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix for inlining inside conditions. | chriseth | 2018-10-01 | 2 | -30/+35 |
| * | | | | | | | | Tests for inlining inside condition. | chriseth | 2018-09-25 | 1 | -0/+35 |
* | | | | | | | | | Merge pull request #5114 from ethereum/assembly-docs | chriseth | 2018-10-01 | 2 | -2/+12 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Include create2/extcodehash in yul.rst | Alex Beregszaszi | 2018-09-28 | 1 | -0/+8 |
| * | | | | | | | | | Improve the create2 description in assembly.rst | Alex Beregszaszi | 2018-09-28 | 1 | -2/+4 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #5123 from ethereum/docs-contracts-fixes | Alex Beregszaszi | 2018-09-30 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Fix issues introduced from PR #5043 | Chris Ward | 2018-09-30 | 1 | -2/+2 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #4676 from jwasinger/extcodehash | Alex Beregszaszi | 2018-09-28 | 9 | -3/+42 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||||
| * | | | | | | | Add extcodehash to the assembly documentation | Alex Beregszaszi | 2018-09-26 | 1 | -2/+4 |
| * | | | | | | | Add LLL tests for EXTCODEHASH | Alex Beregszaszi | 2018-09-26 | 1 | -0/+4 |
| * | | | | | | | Set the price of EXTCODEHASH properly | Alex Beregszaszi | 2018-09-26 | 2 | -2/+4 |
| * | | | | | | | Add test for extcodehash | Alex Beregszaszi | 2018-09-26 | 1 | -0/+13 |
| * | | | | | | | Add assembly support for EXTCODEHASH (EIP-1052) | Jared Wasinger | 2018-09-26 | 6 | -1/+19 |
* | | | | | | | | Merge pull request #5037 from ethereum/chriseth-patch-3 | Erik Kundt | 2018-09-28 | 4 | -8/+25 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Put instructions in comments. | chriseth | 2018-09-27 | 4 | -8/+25 |
* | | | | | | | | | Merge pull request #5078 from ethereum/secDoc | chriseth | 2018-09-27 | 1 | -9/+12 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | [DOCS] Security updates. | chriseth | 2018-09-27 | 1 | -9/+12 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #5111 from ethereum/pitfallTwosComplement | chriseth | 2018-09-27 | 2 | -0/+22 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | |||||
| * | | | | | | | | Pitfalls regarding over/underflows | chriseth | 2018-09-27 | 2 | -0/+22 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #5108 from ethereum/payableWithdrawal | chriseth | 2018-09-27 | 2 | -1/+11 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Explain address payable and withdraw. | chriseth | 2018-09-27 | 2 | -1/+11 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #5098 from ethereum/add-mojave | chriseth | 2018-09-27 | 2 | -1/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add Mojave to dependencies script | Chris Ward | 2018-09-27 | 2 | -1/+5 |
* | | | | | | | | | Merge pull request #5032 from ethereum/moreRef | chriseth | 2018-09-27 | 1 | -38/+78 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | [DOCS] More on reference types. | chriseth | 2018-09-27 | 1 | -38/+78 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #5087 from ethereum/semantics4 | Alex Beregszaszi | 2018-09-27 | 1 | -1/+14 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | [DOCS] Semantics of negation. | chriseth | 2018-09-27 | 1 | -1/+14 |
* | | | | | | | | | Merge pull request #5101 from ethereum/docs-return-metadata-note | chriseth | 2018-09-27 | 1 | -6/+7 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Return note taken from metadata and reorder | Chris Ward | 2018-09-27 | 1 | -6/+7 |
* | | | | | | | | | Merge pull request #5099 from ethereum/standard-json-optimiser | chriseth | 2018-09-27 | 2 | -4/+84 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Be more strict about values in the optimizer block in StandardJSON | Alex Beregszaszi | 2018-09-26 | 2 | -4/+84 |
* | | | | | | | | | | Merge pull request #5085 from ethereum/updatefaq | Alex Beregszaszi | 2018-09-27 | 1 | -12/+16 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | [DOCS] Update FAQ | chriseth | 2018-09-26 | 1 | -12/+16 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #5080 from ethereum/docMeta | Alex Beregszaszi | 2018-09-27 | 1 | -3/+12 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | [DOCS] Update metadata. | chriseth | 2018-09-27 | 1 | -3/+12 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #5100 from ethereum/docs-fixedpoint | Alex Beregszaszi | 2018-09-27 | 1 | -3/+4 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Remove unary + from floating point types documentation | Alex Beregszaszi | 2018-09-27 | 1 | -1/+1 |
| * | | | | | | | | | Make the exponentiation 0**0 note a real RST note | Alex Beregszaszi | 2018-09-27 | 1 | -1/+2 |
| * | | | | | | | | | Rename remainder to modulo | Alex Beregszaszi | 2018-09-27 | 1 | -2/+2 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #5006 from ethereum/modSemantics | chriseth | 2018-09-26 | 1 | -3/+19 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Documents modulus semantics. | Erik Kundt | 2018-09-26 | 1 | -3/+19 |
* | | | | | | | | | Merge pull request #4995 from ethereum/docs-2180-improve-introduction | chriseth | 2018-09-26 | 2 | -8/+12 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Add content from old Solidity wiki | Chris Ward | 2018-09-26 | 2 | -8/+12 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #5089 from ethereum/gasmeter | Alex Beregszaszi | 2018-09-26 | 4 | -5/+16 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Some cleanups in GasMeter | Alex Beregszaszi | 2018-09-26 | 1 | -2/+2 |
| * | | | | | | | | Add PathGasMeter.estimateMax helper | Alex Beregszaszi | 2018-09-26 | 2 | -3/+12 |
| * | | | | | | | | Add explanation to GasMeter::dataGas | Alex Beregszaszi | 2018-09-26 | 1 | -0/+2 |
* | | | | | | | | | Merge pull request #5094 from ethereum/evmasm-grouping | chriseth | 2018-09-26 | 2 | -24/+33 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Group LLL only assembly features in libevmasm | Alex Beregszaszi | 2018-09-26 | 1 | -11/+18 |
| * | | | | | | | | Group append() functions in libevmasm | Alex Beregszaszi | 2018-09-26 | 2 | -15/+17 |
* | | | | | | | | | Merge pull request #5079 from ethereum/usingUpdate | Alex Beregszaszi | 2018-09-26 | 1 | -12/+26 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | [DOCS] Update "using the compiler". | chriseth | 2018-09-26 | 1 | -12/+26 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #5061 from ethereum/fixedSizeArrayLength | chriseth | 2018-09-26 | 7 | -2/+38 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Updates breaking changes documentation. | Erik Kundt | 2018-09-26 | 1 | -0/+2 |
| * | | | | | | | | Removes unnecessary check of array type. | Erik Kundt | 2018-09-26 | 1 | -3/+1 |
| * | | | | | | | | Simplifies zero-length check for fixed-size arrays. | Erik Kundt | 2018-09-22 | 1 | -3/+3 |
| * | | | | | | | | Updates changelog. | Erik Kundt | 2018-09-22 | 1 | -0/+2 |
| * | | | | | | | | Moves length check to reference resolver. | Erik Kundt | 2018-09-22 | 7 | -13/+36 |
| * | | | | | | | | Disallows fixed-size multidim. arrays with zero-length. | Erik Kundt | 2018-09-22 | 2 | -0/+11 |
* | | | | | | | | | Merge pull request #5092 from ethereum/create2-evmversion | chriseth | 2018-09-26 | 4 | -18/+14 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | CREATE2 is part of Constantinople now | Alex Beregszaszi | 2018-09-26 | 4 | -18/+14 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #5093 from liangdzou/code_refactoring | chriseth | 2018-09-26 | 1 | -3/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | code refactoring | liangdzou | 2018-09-26 | 1 | -3/+5 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #5091 from ethereum/readme-helloworld | Alex Beregszaszi | 2018-09-26 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Fix the HelloWorld example in the readme | Alex Beregszaszi | 2018-09-26 | 1 | -1/+3 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #5095 from ethereum/type-assertions | Alex Beregszaszi | 2018-09-26 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Use better assertion messages for RationalNumberType::literalValue | Alex Beregszaszi | 2018-09-26 | 1 | -2/+2 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #5090 from ethereum/libevmasm-log | Alex Beregszaszi | 2018-09-26 | 2 | -2/+13 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Add helpers for the LOG instruction | Alex Beregszaszi | 2018-09-26 | 2 | -2/+13 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #5082 from ethereum/abiUpdate | Alex Beregszaszi | 2018-09-26 | 1 | -8/+8 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | [DOCS] Update abi. | chriseth | 2018-09-26 | 1 | -8/+8 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #5083 from ethereum/updatePatterns | Alex Beregszaszi | 2018-09-26 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | [DOCS] Update common patterns. | chriseth | 2018-09-26 | 1 | -2/+2 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #5088 from ethereum/morePragmas | Alex Beregszaszi | 2018-09-26 | 1 | -0/+13 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | [DOCS] Some more explanation about pragmas. | chriseth | 2018-09-26 | 1 | -0/+13 |
* | | | | | | | | | Merge pull request #4193 from ethereum/050-version | Alex Beregszaszi | 2018-09-26 | 21 | -113/+116 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Set 0.5.x specific example code to be compilable with >0.4.99 <0.6.0 (e.g. 0.... | Alex Beregszaszi | 2018-09-26 | 8 | -20/+20 |
| * | | | | | | | | | Update version pragma in all documentation examples | Alex Beregszaszi | 2018-09-26 | 14 | -87/+88 |
| * | | | | | | | | | Better regex for finding version pragmas and replace it with >=0.0 | Alex Beregszaszi | 2018-09-26 | 2 | -2/+2 |
| * | | | | | | | | | Automatically replace version pragmas in compilation tests | Alex Beregszaszi | 2018-09-26 | 1 | -0/+2 |
| * | | | | | | | | | Require 0.5.0 in contract tests | Alex Beregszaszi | 2018-09-26 | 3 | -3/+3 |
| * | | | | | | | | | Turn on patch to replace version pragmas for Zeppelin | Alex Beregszaszi | 2018-09-26 | 1 | -2/+2 |
| * | | | | | | | | | Set version to 0.5.0-develop | Alex Beregszaszi | 2018-09-26 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #5086 from nventuro/patch-1 | chriseth | 2018-09-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Removed extra whitespace. | Nicolás Venturo | 2018-09-26 | 1 | -1/+1 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #5022 from ethereum/lastValue | chriseth | 2018-09-26 | 1 | -6/+42 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Last part of value types. | chriseth | 2018-09-19 | 1 | -6/+42 |
* | | | | | | | | Merge pull request #5034 from liangdzou/fix_test_format_issue | chriseth | 2018-09-25 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | fix format issue for test files | liangdzou | 2018-09-24 | 1 | -2/+4 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #4925 from wbt/patch-2 | chriseth | 2018-09-24 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Clarify docs around reserved memory byte ranges | wbt | 2018-09-24 | 1 | -1/+1 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #5043 from ethereum/updateContractsSection | chriseth | 2018-09-24 | 1 | -37/+64 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Review comments [to be squashed] | chriseth | 2018-09-24 | 1 | -9/+13 |
| * | | | | | | | [DOCS] Update contracts section. | chriseth | 2018-09-24 | 1 | -36/+59 |
* | | | | | | | | Merge pull request #5039 from ethereum/controlStructures2 | chriseth | 2018-09-24 | 1 | -5/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | [DOCS] Update control structures (2). | chriseth | 2018-09-24 | 1 | -5/+4 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #5038 from ethereum/controlStructures1 | chriseth | 2018-09-24 | 1 | -26/+39 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | [DOCS] Control structures 1. | chriseth | 2018-09-24 | 1 | -26/+39 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #5063 from ethereum/standard-json-bug | chriseth | 2018-09-24 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | Fix typo in parsing/writing JSON error in StandardCompiler | Alex Beregszaszi | 2018-09-22 | 1 | -2/+2 |
* | | | | | | | | Merge pull request #5003 from herrBez/cleanUpdated | chriseth | 2018-09-24 | 12 | -0/+106 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add syntax tests to augment the test coverage of | herrBez | 2018-09-21 | 12 | -0/+106 |
* | | | | | | | | | Merge pull request #5045 from ethereum/updateMisc | chriseth | 2018-09-24 | 1 | -21/+21 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | [DOCS] Update misc. | chriseth | 2018-09-21 | 1 | -21/+21 |
* | | | | | | | | | Merge pull request #5025 from ethereum/refTypes | chriseth | 2018-09-24 | 1 | -8/+14 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | [DOCS] Update reference types. | chriseth | 2018-09-21 | 1 | -8/+14 |
* | | | | | | | | | | Merge pull request #5041 from liangdzou/fix_typo_in_doc | chriseth | 2018-09-24 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | fix typo | liangdzou | 2018-09-21 | 2 | -2/+2 |
* | | | | | | | | | | | Merge pull request #5027 from liangdzou/format_checker_if_for_statements | chriseth | 2018-09-24 | 3 | -18/+35 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | enhance test_trailing_whitespace to test_check_style: several format rules fo... | liangdzou | 2018-09-20 | 3 | -18/+35 |
* | | | | | | | | | | | | Merge pull request #5066 from rnaby/l/a/SemVerHandler.cpp | chriseth | 2018-09-24 | 1 | -17/+22 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Use 'switch' instead of 'if..else if' | Khan M Rashedun-Naby | 2018-09-24 | 1 | -17/+22 |
|/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge pull request #5050 from ethereum/standard-json-crashes | Alex Beregszaszi | 2018-09-21 | 2 | -3/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | Add proper error reporting when invalid settings are provided in StandardJSON | Alex Beregszaszi | 2018-09-21 | 2 | -3/+11 |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #5049 from ethereum/structtype-assert-annotation | Alex Beregszaszi | 2018-09-21 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Add assertion for annotated type in Structtype::canBeUsedExternally | Alex Beregszaszi | 2018-09-21 | 1 | -0/+3 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge pull request #5030 from ethereum/payableConversion | chriseth | 2018-09-21 | 8 | -5/+43 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Make non-payable default for conversion to address. | chriseth | 2018-09-20 | 8 | -5/+43 |
* | | | | | | | | | | | | Merge pull request #5035 from ethereum/moreTypesUpdates | chriseth | 2018-09-21 | 1 | -4/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | [DOCS] Final updates to types section. | chriseth | 2018-09-20 | 1 | -4/+11 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge pull request #5036 from ethereum/unitsAndGlobals | chriseth | 2018-09-21 | 2 | -37/+63 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | [DOCS] Update units and globals. | chriseth | 2018-09-20 | 2 | -37/+63 |
* | | | | | | | | | | | | Merge pull request #4865 from fulldecent/patch-8 | chriseth | 2018-09-21 | 1 | -4/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | Document array length changing behaviors, fixes #4802 | William Entriken | 2018-09-21 | 1 | -4/+3 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | Merge pull request #5021 from ethereum/moreTypes | chriseth | 2018-09-21 | 1 | -22/+32 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | More types. | chriseth | 2018-09-21 | 1 | -22/+32 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #5024 from ethereum/abi_types_2 | chriseth | 2018-09-21 | 1 | -5/+8 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Add struct->tuple to the Solidity->ABI types table | Leonardo Alt | 2018-09-20 | 1 | -5/+8 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #5040 from liangdzou/fix_typo | Alex Beregszaszi | 2018-09-20 | 4 | -6/+6 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | fix typo | liangdzou | 2018-09-20 | 4 | -6/+6 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #5033 from liangdzou/fix_source_format_issue | chriseth | 2018-09-20 | 2 | -59/+62 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | fix format issue for source files | liangdzou | 2018-09-20 | 2 | -59/+62 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #4808 from ethereum/4259-evm-version | Alex Beregszaszi | 2018-09-20 | 1 | -0/+50 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Explain EVM version setting. | Chris Ward | 2018-09-20 | 1 | -0/+50 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #5031 from ethereum/hexLitCapital050 | Alex Beregszaszi | 2018-09-20 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Explain that ``0X`` is disallowed in changes documentation. | chriseth | 2018-09-20 | 1 | -0/+2 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #5011 from hydai/disallow_uppercase_x | chriseth | 2018-09-20 | 4 | -3/+9 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Disallow uppercase X in hex number literals | hydai | 2018-09-19 | 4 | -3/+9 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #5026 from RichardLitt/feat/extend-coc | chriseth | 2018-09-20 | 1 | -4/+2 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Extend the CoC to cover all interactions | Richard Littauer | 2018-09-19 | 1 | -4/+2 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4907 from ethereum/chriseth-patch-4-1 | Alex Beregszaszi | 2018-09-19 | 1 | -13/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Blockchain basics part 1 | chriseth | 2018-09-19 | 1 | -13/+16 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #5019 from ethereum/addressDocs | Alex Beregszaszi | 2018-09-19 | 1 | -24/+41 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Extend section on addresses. | chriseth | 2018-09-19 | 1 | -24/+41 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #5004 from ethereum/solidity_types_abi | chriseth | 2018-09-19 | 1 | -0/+18 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Explaining how Solidity types map to ABI types | Leonardo Alt | 2018-09-19 | 1 | -0/+18 |
|/ / / / / | |||||
* | | | | | Merge pull request #5016 from ethereum/050_docs | Alex Beregszaszi | 2018-09-19 | 1 | -4/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Tiny fixes on the 050 breaking changes docs section | Leonardo Alt | 2018-09-19 | 1 | -4/+4 |
|/ / / / / | |||||
* | | | | | Merge pull request #5013 from ethereum/create2 | chriseth | 2018-09-19 | 2 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | CREATE2 opcode has been moved from 0xfb to 0xf5 | Alex Beregszaszi | 2018-09-19 | 2 | -1/+2 |
* | | | | | | Merge pull request #5009 from ethereum/file-order | chriseth | 2018-09-19 | 1 | -4/+5 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Include pragma in 'Order of Layout' in the style guide | Alex Beregszaszi | 2018-09-18 | 1 | -4/+5 |
* | | | | | | Merge pull request #5010 from liangdzou/code_format_problems | Alex Beregszaszi | 2018-09-19 | 5 | -5/+10 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix code format problems | liangdzou | 2018-09-19 | 5 | -5/+10 |
* | | | | | | | Merge pull request #5012 from hydai/fix_typo_in_changelog | Alex Beregszaszi | 2018-09-19 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Fix typos in Changelog | hydai | 2018-09-19 | 1 | -4/+4 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4967 from ethereum/const-opt-cost | Alex Beregszaszi | 2018-09-18 | 3 | -10/+17 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Move dataGas calculation helper to GasMeter | Alex Beregszaszi | 2018-09-18 | 3 | -10/+17 |
* | | | | | | | Merge pull request #4892 from ethereum/docs_050_features | chriseth | 2018-09-18 | 2 | -0/+407 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | 050 breaking changes in docs | Leonardo Alt | 2018-09-18 | 2 | -0/+407 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #4972 from ethereum/addPragma | Alex Beregszaszi | 2018-09-18 | 2 | -3/+51 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Explain pragmas. | chriseth | 2018-09-18 | 2 | -3/+51 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #5002 from ethereum/docs-1394-style-guide-order | chriseth | 2018-09-18 | 1 | -0/+22 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Added order of layout to style guide | Chris Ward | 2018-09-18 | 1 | -0/+22 |
* | | | | | | | Merge pull request #4983 from ethereum/optimizerEmscriptenBug | chriseth | 2018-09-18 | 7 | -13/+73 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Split simplification rules into two functions. | Daniel Kirchner | 2018-09-18 | 7 | -13/+73 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4819 from ethereum/docs-4532-mapping-type | chriseth | 2018-09-18 | 1 | -20/+24 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Clarify mapping type | Chris Ward | 2018-09-18 | 1 | -20/+24 |
* | | | | | | Merge pull request #4976 from ethereum/operationalSemantics | Alex Beregszaszi | 2018-09-18 | 1 | -5/+44 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Some operational semantics. | chriseth | 2018-09-18 | 1 | -5/+44 |
* | | | | | | | Merge pull request #5005 from ethereum/ecrecover_refer_address | Alex Beregszaszi | 2018-09-18 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | Add a link from ecrecover to address | Leonardo Alt | 2018-09-18 | 1 | -0/+5 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #5001 from ethereum/changelogForReferenceConversion | Alex Beregszaszi | 2018-09-18 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Changelog entry for array type conversion change. | chriseth | 2018-09-17 | 1 | -0/+1 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #4970 from ethereum/chriseth-patch-6 | chriseth | 2018-09-18 | 1 | -4/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Updates to examples. | chriseth | 2018-09-14 | 1 | -4/+5 |
* | | | | | | | Merge pull request #4971 from ethereum/chriseth-patch-7 | Alex Beregszaszi | 2018-09-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Update solidity-in-depth.rst | chriseth | 2018-09-14 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #4992 from ethereum/docs-1190-inline-assembly | chriseth | 2018-09-18 | 1 | -48/+47 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | Improve noted sections of Inline assembly doc | Chris Ward | 2018-09-18 | 1 | -48/+47 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4996 from ethereum/docs-3339-state-variables | chriseth | 2018-09-18 | 1 | -1/+2 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Add clarification of state variables | Chris Ward | 2018-09-17 | 1 | -1/+2 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #4999 from liangdzou/fix_typo | chriseth | 2018-09-17 | 3 | -4/+4 |
|\ \ \ \ \ | |||||
| * | | | | | fix some format typos | liangdzou | 2018-09-17 | 3 | -4/+4 |
| |/ / / / |