Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | French translation (in progress) added to the docs | Kevin Azoulay | 2018-10-17 | 1 | -0/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #5233 from pRoy24/develop | chriseth | 2018-10-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Update minor typo in Storage section of docs | |||||
| * | | | | | Update minor typo in Storage section of docs | Pritam Roy | 2018-10-16 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #5207 from ethereum/inlineViaBreak | chriseth | 2018-10-17 | 13 | -268/+285 | |
|\ \ \ \ \ | | | | | | | | | | | | | [Yul] Function inliner via "Expression Breaker" | |||||
| * | | | | | Inline each function separately. | chriseth | 2018-10-16 | 4 | -69/+29 | |
| | | | | | | ||||||
| * | | | | | Test for crash via inlining. | chriseth | 2018-10-16 | 1 | -0/+84 | |
| | | | | | | ||||||
| * | | | | | New full inliner. | chriseth | 2018-10-16 | 12 | -253/+226 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5243 from jeffanthony/patch-2 | chriseth | 2018-10-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | minor spelling correction | |||||
| * | | | | | minor spelling correction | Jeffrey Anthony | 2018-10-17 | 1 | -1/+1 | |
|/ / / / / | | | | | | | | | | | whas => was | |||||
* | | | | | Merge pull request #5147 from ethereum/simplifierViaBroken | chriseth | 2018-10-16 | 23 | -16/+383 | |
|\ \ \ \ \ | | | | | | | | | | | | | [Yul] Simplifier via broken | |||||
| * | | | | | Add a "full simplify" test that applies multiple elementary transforms. | chriseth | 2018-10-16 | 17 | -0/+198 | |
| | | | | | | ||||||
| * | | | | | New simplifier via broken expressions. | chriseth | 2018-10-16 | 5 | -16/+74 | |
| | | | | | | ||||||
| * | | | | | SSA value tracker. | chriseth | 2018-10-16 | 2 | -0/+111 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #5236 from ethereum/clang7 | chriseth | 2018-10-16 | 1 | -0/+24 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add clang7 build step to circle | |||||
| * | | | | | Add clang7 build step | chriseth | 2018-10-16 | 1 | -0/+24 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #5225 from mestorlx/issue5007 | chriseth | 2018-10-16 | 3 | -6/+13 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Prevent crash in case there are no contracts | |||||
| * | | | | fix issue##5007 | mestorlx | 2018-10-16 | 3 | -6/+13 | |
| | | | | | ||||||
* | | | | | Merge pull request #5226 from ethereum/chriseth-patch-3 | chriseth | 2018-10-16 | 1 | -1/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | Correct include path | |||||
| * | | | | | Correct include path | chriseth | 2018-10-16 | 1 | -1/+2 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5222 from ethereum/yul-block-flattener | chriseth | 2018-10-16 | 8 | -2/+171 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | [WIP] Yul: Introduces a block flattening pass | |||||
| * | | | | | Yul: Introduces a block flattening pass + tests | Christian Parpart | 2018-10-16 | 8 | -2/+171 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #5223 from bshastry/testoptions-bugfix | chriseth | 2018-10-16 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Bug fix: Add missing include in test/Options.h | |||||
| * | | | | Bug fix: Add missing include in test/Options.h; otherwise compiler does not ↵ | Bhargava Shastry | 2018-10-15 | 1 | -1/+1 | |
|/ / / / | | | | | | | | | | | | | recognise the boost object that Options subclasses | |||||
* | | | | Merge pull request #5209 from ethereum/smt_ssa_refactor | chriseth | 2018-10-15 | 9 | -37/+48 | |
|\ \ \ \ | | | | | | | | | | | [SMTChecker] Refactor SSAVariable such that it only uses Type and not Declaration | |||||
| * | | | | Refactor SSAVariable such that it only uses Type and not Declaration | Leonardo Alt | 2018-10-15 | 9 | -37/+48 | |
| | | | | | ||||||
* | | | | | Merge pull request #5189 from ethereum/smt_function_call | chriseth | 2018-10-15 | 25 | -75/+534 | |
|\ \ \ \ \ | | | | | | | | | | | | | [SMTChecker] Inline calls to internal functions | |||||
| * | | | | | [SMTChecker] Inline calls to internal functions | Leonardo Alt | 2018-10-15 | 25 | -75/+534 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #4843 from ethereum/docs-2177-abi-type | chriseth | 2018-10-15 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Link and clarify ABI type | |||||
| * | | | | | Link and clarify ABI type | Chris Ward | 2018-10-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove rogue ’s’ Clarify wording Revert other changes and just add link | |||||
* | | | | | | Merge pull request #5221 from ethereum/splitRenamingLeftovers | chriseth | 2018-10-15 | 3 | -4/+4 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Some renaming leftovers. | |||||
| * | | | | | Some renaming leftovers. | chriseth | 2018-10-15 | 3 | -4/+4 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5208 from mestorlx/bug4156 | chriseth | 2018-10-15 | 5 | -4/+48 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | [WIP] Bad identifier suggestion in certain cases | |||||
| * | | | | | Updated MAXIMUM_STRING_DISTANCE to non static maximumStringDistance taking ↵ | mestorlx | 2018-10-13 | 5 | -4/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | into account length of the identifier | |||||
* | | | | | | Merge pull request #5220 from ethereum/libjulia-to-libyul | Christian Parpart | 2018-10-15 | 185 | -243/+243 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Renames `libjulia` directory to `libyul` & namespace `dev::julia` to `dev::yul` | |||||
| * | | | | | | Renaming namespace dev::julia to dev::yul. | Christian Parpart | 2018-10-15 | 71 | -100/+100 | |
| | | | | | | | ||||||
| * | | | | | | Renaming libjulia to libyul | Christian Parpart | 2018-10-15 | 179 | -143/+143 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #5181 from Mordax/doc-note-windows | chriseth | 2018-10-15 | 1 | -0/+5 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add extra documentation for running compiler tests on Windows | |||||
| * | | | | | | Add extra documentation for running compiler tests on Windows | mordax | 2018-10-15 | 1 | -0/+5 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #5215 from Mordax/issue-5142 | chriseth | 2018-10-15 | 3 | -8/+0 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Removes mention of submodules from docs and build scripts | |||||
| * | | | | | | Remove another mention | mordax | 2018-10-14 | 1 | -1/+0 | |
| | | | | | | | ||||||
| * | | | | | | Removing mention of submodules from docs/build | mordax | 2018-10-14 | 2 | -7/+0 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #5149 from ethereum/fix_assertion_on_inval_tuple_call | chriseth | 2018-10-15 | 3 | -2/+22 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixes invalid function calls to literals inside tuple assignment's LHS. | |||||
| * | | | | | | Fixes invalid function calls to literals inside tuple assignment's LHS. | Christian Parpart | 2018-10-15 | 3 | -2/+22 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #5205 from ethereum/cseAlsoSubstituteVariables | chriseth | 2018-10-15 | 3 | -4/+67 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | [Yul] Also substitute variables in Common Subexpression Eliminator | |||||
| * | | | | | Also substitute variables in CSE. | chriseth | 2018-10-12 | 3 | -4/+67 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #5127 from ethereum/exprUnbreaker | chriseth | 2018-10-12 | 20 | -0/+545 | |
|\ \ \ \ \ | | | | | | | | | | | | | [Yul] Expression joiner. | |||||
| * | | | | | Expression joiner. | chriseth | 2018-10-12 | 20 | -0/+545 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5206 from ethereum/splitConstantsToo | chriseth | 2018-10-12 | 5 | -34/+57 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [Yul] Split constants too | |||||
| * | | | | | | Also split constants. | chriseth | 2018-10-12 | 5 | -34/+57 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #5145 from ethereum/hashLinker | chriseth | 2018-10-12 | 11 | -20/+114 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Hash linker | |||||
| * | | | | | Fix checksum check. | chriseth | 2018-10-12 | 1 | -5/+5 | |
| | | | | | | ||||||
| * | | | | | More helpful error messages for linker. | chriseth | 2018-10-12 | 1 | -2/+16 | |
| | | | | | | ||||||
| * | | | | | Change library placeholder to `__$<hash>$__`. | chriseth | 2018-10-12 | 4 | -9/+12 | |
| | | | | | | ||||||
| * | | | | | Prefix "0x" to library placeholder. | chriseth | 2018-10-12 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Document library placeholder change. | chriseth | 2018-10-12 | 2 | -3/+20 | |
| | | | | | | ||||||
| * | | | | | Fix directory creation. | chriseth | 2018-10-12 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Use hash for library placeholders. | chriseth | 2018-10-12 | 7 | -9/+69 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5203 from ethereum/moveMoreYulTests | chriseth | 2018-10-12 | 93 | -1271/+1395 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Move more yul optimizer tests | |||||
| * | | | | | Move unused pruner tests. | chriseth | 2018-10-12 | 12 | -129/+113 | |
| | | | | | | ||||||
| * | | | | | Move expression simplifier tests. | chriseth | 2018-10-12 | 18 | -178/+158 | |
| | | | | | | ||||||
| * | | | | | Move rematerialiser tests. | chriseth | 2018-10-12 | 19 | -179/+292 | |
| | | | | | | ||||||
| * | | | | | Move main function tests. | chriseth | 2018-10-12 | 7 | -87/+117 | |
| | | | | | | ||||||
| * | | | | | Move tests for full inliner. | chriseth | 2018-10-12 | 9 | -175/+205 | |
| | | | | | | ||||||
| * | | | | | Move expression inliner tests. | chriseth | 2018-10-12 | 9 | -95/+124 | |
| | | | | | | ||||||
| * | | | | | Move function hoister tests. | chriseth | 2018-10-12 | 7 | -85/+97 | |
| | | | | | | ||||||
| * | | | | | Move function grouper tests. | chriseth | 2018-10-12 | 7 | -85/+102 | |
| | | | | | | ||||||
| * | | | | | Move expression splitter tests. | chriseth | 2018-10-12 | 7 | -156/+106 | |
| | | | | | | ||||||
| * | | | | | Move common subexpression eliminator tests. | chriseth | 2018-10-12 | 8 | -102/+81 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #5185 from ethereum/yulOptimizerTests | chriseth | 2018-10-11 | 17 | -107/+431 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Yul optimizer tests | |||||
| * | | | | Store test results as artifacts. | chriseth | 2018-10-11 | 1 | -0/+6 | |
| | | | | | ||||||
| * | | | | Remove old disambiguator test. | chriseth | 2018-10-11 | 1 | -105/+0 | |
| | | | | | ||||||
| * | | | | Disambiguator tests. | chriseth | 2018-10-11 | 9 | -0/+159 | |
| | | | | | ||||||
| * | | | | Add Yul optimizer test framework. | chriseth | 2018-10-11 | 6 | -2/+266 | |
|/ / / / | ||||||
* | | | | Merge pull request #5179 from ethereum/refactorIsoltest | chriseth | 2018-10-11 | 5 | -75/+136 | |
|\ \ \ \ | | | | | | | | | | | Slight refactor of isoltest to add new automated yul optimizer tests | |||||
| * | | | | Combine test path discovery. | chriseth | 2018-10-11 | 5 | -41/+93 | |
| | | | | | ||||||
| * | | | | Extract test suite runs. | chriseth | 2018-10-11 | 1 | -36/+39 | |
| | | | | | ||||||
| * | | | | Extract function. | chriseth | 2018-10-11 | 1 | -19/+25 | |
|/ / / / | ||||||
* | | | | Merge pull request #5196 from ethereum/chriseth-patch-2 | chriseth | 2018-10-11 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Fix typo in yul example | |||||
| * | | | | Fix typo in yul example | chriseth | 2018-10-11 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #5197 from ethereum/array-index-tests | chriseth | 2018-10-11 | 5 | -0/+31 | |
|\ \ \ \ \ | | | | | | | | | | | | | More array index tests | |||||
| * | | | | | Adds syntax tests for array index access. | Erik Kundt | 2018-10-11 | 5 | -0/+31 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5199 from lazaridiscom/develop | chriseth | 2018-10-11 | 1 | -0/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ignore Visual Studio Code stuff | |||||
| * | | | | | ignore Visual Studio Code stuff | Lazaridis | 2018-10-11 | 1 | -0/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #5195 from ethereum/unsigned-array-index | chriseth | 2018-10-11 | 7 | -3/+47 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Do not crash on non-unsigned array index | |||||
| * | | | | Fixes crash on non-unsigned array index. | Erik Kundt | 2018-10-11 | 7 | -3/+47 | |
| | | | | | ||||||
* | | | | | Merge pull request #5014 from mestorlx/develop | chriseth | 2018-10-11 | 7 | -2/+105 | |
|\ \ \ \ \ | | | | | | | | | | | | | Improve error message for lookup in function types | |||||
| * | | | | | Improved error message for lookup in function types. | Martin Diz | 2018-10-10 | 7 | -2/+105 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #5186 from ethereum/renameBreaker | chriseth | 2018-10-10 | 3 | -13/+13 | |
|\ \ \ \ \ | | | | | | | | | | | | | Rename ExpressionBreaker to ExpressionSplitter. | |||||
| * | | | | | Rename ExpressionBreaker to ExpressionSplitter. | chriseth | 2018-10-10 | 3 | -13/+13 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5132 from ethereum/genericVisitor | chriseth | 2018-10-10 | 2 | -25/+130 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Generic visitor. | |||||
| * | | | | | | Generic visitor. | chriseth | 2018-10-09 | 2 | -25/+130 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #5134 from ethereum/fuzzer-input-file | chriseth | 2018-10-10 | 1 | -11/+27 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | solfuzzer: adds --input-file=FILENAME command line argument (defaulting to stdin) | |||||
| * | | | | | | adds --input-file=FILENAME to solfuzzer | Christian Parpart | 2018-10-10 | 1 | -11/+27 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #5163 from ethereum/docDeployment | chriseth | 2018-10-10 | 1 | -1/+11 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Explain deployment. | |||||
| * | | | | | | | Explain deployment. | chriseth | 2018-10-09 | 1 | -1/+11 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #5183 from ethereum/fixCreate2 | chriseth | 2018-10-10 | 2 | -10/+10 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix create2 | |||||
| * | | | | | | | | Fix create2 | chriseth | 2018-10-10 | 2 | -10/+10 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #3834 from ethereum/docsArrayStorageLayout | chriseth | 2018-10-10 | 1 | -6/+23 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [DOCS] Update storage layout | |||||
| * | | | | | | | | Documents storage layout of mappings and dynamic arrays. | Erik Kundt | 2018-10-10 | 1 | -6/+23 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #5184 from ethereum/viewFunctionDocs | chriseth | 2018-10-10 | 2 | -1/+30 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Library view functions | |||||
| * | | | | | | | Adds more specific explanation of library view functions calls. | Erik Kundt | 2018-10-10 | 1 | -2/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | Documents library view functions and adds unit test. | Erik Kundt | 2018-10-10 | 2 | -1/+28 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #5180 from ethereum/cpp-cleanup | chriseth | 2018-10-10 | 13 | -16/+13 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Some C++ cleanup | |||||
| * | | | | | | Do not require ctype/stdio if not needed | Alex Beregszaszi | 2018-10-10 | 5 | -5/+2 | |
| | | | | | | | ||||||
| * | | | | | | Use nullptr instead of NULL where appropriate | Alex Beregszaszi | 2018-10-10 | 2 | -3/+3 | |
| | | | | | | | ||||||
| * | | | | | | Change find to use a single character | Alex Beregszaszi | 2018-10-10 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Use empty() instead of size() == 0 | Alex Beregszaszi | 2018-10-09 | 7 | -7/+7 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #5076 from ethereum/exprBreaker | chriseth | 2018-10-09 | 5 | -0/+477 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [Yul] Expression breaker. | |||||
| * | | | | | | | 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 #5052 (very large hex literals wrongly interpreted) | |||||
| * | | | | | | Fixes large rational number literals being wrongly interpreted. | Christian Parpart | 2018-10-09 | 3 | -9/+21 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Fixes #5052. | |||||
* | | | | | | Merge pull request #5124 from lazaridiscom/1802-hex-error-reporting | chriseth | 2018-10-09 | 4 | -7/+16 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | use Token type for hex error, draft re #1802 | |||||
| * | | | | | | provide general hex-literal error message, fixes #1802 | Lazaridis | 2018-10-09 | 4 | -7/+16 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | dummy | |||||
* | | | | | | Merge pull request #5174 from tomusdrw/patch-1 | chriseth | 2018-10-09 | 1 | -3/+4 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Clarify contract creation transaction | |||||
| * | | | | | | Clarify contract creation transaction | Tomasz Drwięga | 2018-10-09 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | The change clarifies how contracts are deployed. The docs state that it's a transaction sent to `0` address (which is incorrect), the PR changes that to emphasize that the recipient is not set. | |||||
* | | | | | | | Merge pull request #5171 from ethereum/fixCommandlineTests | chriseth | 2018-10-09 | 7 | -9/+4 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Fix commandline tests for release version. | |||||
| * | | | | | | 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 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Minor fixes | |||||
| * | | | | | 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 kind | |||||
| * | | | | | 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 | |
|\ \ \ \ \ | |/ / / / |/| | | | | JSON AST: replace ``isConstructor`` by ``kind`` which also supports fallbacks | |||||
| * | | | | 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 | |||||
| * | | | | | 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. | |||||
| * | | | | | 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 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Docs: Add link to string literals | |||||
| * | | | | | 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 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Clarifying docs on event storage | |||||
| * | | | | Update docs on event data and logs | Chris Ward | 2018-10-05 | 2 | -33/+72 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates from comments Clarify code comments and add an event output example Clarification from review Updated with information from @gumb0 Add clarifier Updates from review Remove link Update example code | |||||
* | | | | Merge pull request #5044 from ethereum/updateAssembly | chriseth | 2018-10-04 | 1 | -41/+43 | |
|\ \ \ \ | | | | | | | | | | | [DOCS] Update assembly. | |||||
| * | | | | 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 | |
|\ \ \ \ | | | | | | | | | | | [DOCS] Remove duplicate statement about pure enforcement. | |||||
| * | | | | 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. | |||||
| * | | | | | 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" | |||||
| * | | | | | 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 | |||||
| * | | | | | | 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. | |||||
| * | | | | | | | [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. | |||||
| * | | | | | | | 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 address literals. | |||||
| * | | | | | | | Fixes #5051 (introduced in #4684), effectively allowing underscores in ↵ | Christian Parpart | 2018-10-02 | 5 | -6/+14 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | address literals. | |||||
* | | | | | | | Merge pull request #5110 from codemascot/libevmasm/Assembly.cpp | chriseth | 2018-10-02 | 1 | -2/+11 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Use 'switch' instead of 'else if' | |||||
| * | | | | | | | 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 | |||||
| * | | | | | | | 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 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [DOCS] Update contributing. | |||||
| * | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Removed default case from "ExpressionCompiler::visit(FunctionCall...)". | |||||
| * | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [DOCS] Yul grammar: missing If in Block rule | |||||
| * | | | | | | | | | 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 | |||||
| * | | | | | | | | | 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 | |||||
| * | | | | | | | | | | 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 | |||||
| * | | | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | [Yul] Fix inliner | |||||
| * | | | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Improve the create2 description in assembly.rst (and include in yul.rst) | |||||
| * | | | | | | | | | | | 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 | |||||
| * | | | | | | | | | | 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 support for EXTCODEHASH | |||||
| * | | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | PR Template: Ask to delete the instructions | |||||
| * | | | | | | | | | | 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. | |||||
| * | | | | | | | | | | | [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 | |||||
| * | | | | | | | | | | 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. | |||||
| * | | | | | | | | | | 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 | |||||
| * | | | | | | | | | | Add Mojave to dependencies script | Chris Ward | 2018-09-27 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add changelog entry Moved changelog item Updates from review | |||||
* | | | | | | | | | | | Merge pull request #5032 from ethereum/moreRef | chriseth | 2018-09-27 | 1 | -38/+78 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | [DOCS] More on reference types. | |||||
| * | | | | | | | | | | [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. | |||||
| * | | | | | | | | | | [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 | |||||
| * | | | | | | | | | | 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 | |||||
| * | | | | | | | | | | | 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 | |||||
| * | | | | | | | | | | | | [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. | |||||
| * | | | | | | | | | | | | [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 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | Rename remainder to modulo and update fixed point documentation | |||||
| * | | | | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | Document modulo semantics | |||||
| * | | | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Add content from old Solidity wiki | |||||
| * | | | | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | Small pathgasmeter cleanups | |||||
| * | | | | | | | | | | 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 | |||||
| * | | | | | | | | | | 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". | |||||
| * | | | | | | | | | | [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 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Disallow fixed-size arrays with zero length | |||||
| * | | | | | | | | | | 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 | |||||
| * | | | | | | | | | | | CREATE2 is part of Constantinople now | Alex Beregszaszi | 2018-09-26 | 4 | -18/+14 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add hasCreate2 to EVMVersion | |||||
* | | | | | | | | | | | Merge pull request #5093 from liangdzou/code_refactoring | chriseth | 2018-09-26 | 1 | -3/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | code refactoring | |||||
| * | | | | | | | | | | | 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 | |||||
| * | | | | | | | | | | | 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 | |||||
| * | | | | | | | | | | | 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 in libevmasm | |||||
| * | | | | | | | | | | 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. | |||||
| * | | | | | | | | | | [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. | |||||
| * | | | | | | | | | | [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. | |||||
| * | | | | | | | | | | [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 version to 0.5.0-develop | |||||
| * | | | | | | | | | | | Set 0.5.x specific example code to be compilable with >0.4.99 <0.6.0 (e.g. ↵ | Alex Beregszaszi | 2018-09-26 | 8 | -20/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.5.x only) |