Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2685 from elopio/patch-1 | chriseth | 2017-08-04 | 1 | -1/+9 |
|\ | | | | | Add the command to install the stable solc snap | ||||
| * | Add the tag for the command | Leo Arias | 2017-08-02 | 1 | -0/+4 |
| | | |||||
| * | Add the command to install the stable solc snap | Leo Arias | 2017-08-02 | 1 | -1/+5 |
| | | | | | | Now that v0.4.14 was released, all the changes in the snapcraft.yaml landed, the continuous delivery is configured both for edge and candidate snaps, and we have been testing the snap for a while, I have pushed it to the stable channel in the Ubuntu store. | ||||
* | | Removes reference to stack depth attack | Adrián Calvo | 2017-08-04 | 1 | -3/+3 |
| | | | | | | Changed the old stack depth attack reference to a generic execution of an untrusted contract to keep the suggestion of the withdrawal pattern. | ||||
* | | Add warning that low-level call/callcode/delegatecall don't check for existence | Alex Beregszaszi | 2017-08-02 | 1 | -0/+3 |
| | | |||||
* | | Add bug.json entry for delegatecall | Alex Beregszaszi | 2017-08-02 | 2 | -3/+34 |
|/ | |||||
* | Release date for version 0.4.14. | chriseth | 2017-07-31 | 1 | -0/+4 |
| | |||||
* | Merge pull request #2658 from jamesray1/patch-8 | chriseth | 2017-07-31 | 1 | -1/+1 |
|\ | | | | | Updated link for getter-functions for consistency in docs/contracts.rst | ||||
| * | Updated link for getter-functions | James Ray | 2017-07-28 | 1 | -1/+1 |
| | | |||||
* | | Changelog and bug list entry. | chriseth | 2017-07-28 | 2 | -3/+44 |
|/ | |||||
* | Merge pull request #2640 from elopio/patch-2 | chriseth | 2017-07-27 | 1 | -0/+4 |
|\ | | | | | Add the install instructions from the edge snap | ||||
| * | Add the install instructions from the edge snap | Leo Arias | 2017-07-27 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #2629 from hcaw/patch-1 | chriseth | 2017-07-27 | 1 | -3/+2 |
|\ \ | | | | | | | Link to Ethereum Studio removed - project has been discontinued | ||||
| * | | Moved Ethereum Studio to Discontinued section as suggested | Harry Wright | 2017-07-25 | 1 | -0/+2 |
| | | | |||||
| * | | Link to Ethereum Studio removed - project has been discontinued | Harry Wright | 2017-07-25 | 1 | -3/+0 |
| | | | | | | | | | see https://www.reddit.com/r/ethereum/comments/6c23ua/is_hack_ethercamp_dead/dhrf0aa/ | ||||
* | | | Merge pull request #2649 from nathanph/patch-1 | chriseth | 2017-07-27 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix typo in contracts.rst | ||||
| * | | | Fix typo in contracts.rst | Nathan Hernandez | 2017-07-27 | 1 | -1/+1 |
| | | | | | | | | | | | | Changed `internall` to `internally`. | ||||
* | | | | Merge pull request #2636 from ethereum/docs-random | Yoichi Hirai | 2017-07-27 | 5 | -21/+29 |
|\ \ \ \ | |/ / / |/| | | | Random documentation fixes | ||||
| * | | | Closing parenthesis | chriseth | 2017-07-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | Avoid using .send in the examples | Alex Beregszaszi | 2017-07-27 | 1 | -7/+2 |
| | | | | |||||
| * | | | Use the storage keyword in examples | Alex Beregszaszi | 2017-07-27 | 2 | -4/+4 |
| | | | | |||||
| * | | | Avoid using var if not required | Alex Beregszaszi | 2017-07-27 | 1 | -2/+2 |
| | | | | |||||
| * | | | Mention all global aliases | Alex Beregszaszi | 2017-07-27 | 2 | -4/+10 |
| | | | | |||||
| * | | | Mention that callcode is deprecated | Alex Beregszaszi | 2017-07-27 | 2 | -1/+9 |
| | | | | |||||
| * | | | Remove interface keyword from reserved list | Alex Beregszaszi | 2017-07-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | Remove reference to Why3 | Alex Beregszaszi | 2017-07-27 | 1 | -2/+1 |
| | |/ | |/| | |||||
* / | | fix misspell | Skiral Inc | 2017-07-27 | 1 | -1/+1 |
|/ / | |||||
* | | Fix grammar | Yoichi Hirai | 2017-07-26 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2631 from maurelian/maurelian_patch1 | Yoichi Hirai | 2017-07-26 | 1 | -6/+4 |
|\ \ | | | | | | | Clarify require and assert usage | ||||
| * | | Clarify require and assert usage | maurelian | 2017-07-26 | 1 | -6/+4 |
| |/ | |||||
* | | Merge pull request #2627 from atfornes/patch-2 | chriseth | 2017-07-26 | 1 | -2/+3 |
|\ \ | |/ |/| | Change Mapping example to valid (executable) code | ||||
| * | Change Mapping example to valid (executable) code | Antonio Tenorio-Fornés | 2017-07-25 | 1 | -2/+3 |
| | | | | | | | | | | Current example will not compile and would need to be compiled in separate files, unlike how it is shown (see https://github.com/ethereum/solidity/pull/2618). The proposed changes provide both a source code that compiles and a easier to understand Contract creation (using new instead of a contract address). | ||||
* | | Merge pull request #2484 from jamesray1/patch-8 | chriseth | 2017-07-25 | 1 | -2/+2 |
|\ \ | |/ |/| | Added links for the getter function. | ||||
| * | Update types.rst | James Ray | 2017-07-01 | 1 | -2/+2 |
| | | |||||
| * | Changed URL for getter to a ref | James Ray | 2017-06-30 | 1 | -1/+1 |
| | | |||||
| * | Used a ref for getter instead of a URL. | James Ray | 2017-06-30 | 1 | -1/+1 |
| | | |||||
| * | Added links for the getter function. | James Ray | 2017-06-30 | 1 | -2/+2 |
| | | |||||
* | | minor fix on assembly example | NIC619 | 2017-07-21 | 1 | -1/+1 |
| | | |||||
* | | Enable more examples in the documentation for testing | Alex Beregszaszi | 2017-07-19 | 6 | -28/+46 |
| | | |||||
* | | Keep the terminology about the exceptions the same | Juraj Bednar | 2017-07-18 | 1 | -1/+1 |
| | | | | | | Don't call exception revert-style when the rest of the document uses require-style | ||||
* | | Update solidity-by-example.rst. Fixes accepted bids | Luke Schoen | 2017-07-17 | 1 | -2/+2 |
| | | | | | | Only accept bid values higher than highest bid. Since returns early from `placeBid` function if `value <= highestBid` | ||||
* | | Fix bugs in example contracts | Alex Beregszaszi | 2017-07-14 | 4 | -11/+42 |
| | | |||||
* | | Add version pragma to docs examples | Alex Beregszaszi | 2017-07-13 | 4 | -0/+16 |
| | | |||||
* | | Add changelog and documentation | Alex Beregszaszi | 2017-07-13 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2560 from ethereum/abi-spec-nitpick | chriseth | 2017-07-12 | 1 | -9/+6 |
|\ \ | | | | | | | Nitpicking abi-spec.rst | ||||
| * | | Borrow a sentence from @axic | Yoichi Hirai | 2017-07-12 | 1 | -2/+2 |
| | | | | | | | | | | | | and edit the phrase "following its type", which sounded like the data follows the type in the call data. | ||||
| * | | Nitpicking abi-spec.rst | Yoichi Hirai | 2017-07-12 | 1 | -8/+5 |
| | | | |||||
* | | | Merge pull request #1477 from ethereum/doc-remove-fixed | chriseth | 2017-07-12 | 1 | -16/+2 |
|\ \ \ | |/ / |/| | | [WIP] docs: ``var x = 1/4`` is not working, so remove description about it | ||||
| * | | docs: ``var x = 1/4`` is not working, so remove description about it | Yoichi Hirai | 2016-12-02 | 1 | -16/+2 |
| | | | |||||
* | | | typo of bitween for between | hh3755 | 2017-07-08 | 1 | -1/+1 |
| | | | |||||
* | | | Release date for 0.4.13 | chriseth | 2017-07-06 | 1 | -0/+4 |
| | | | |||||
* | | | Update contributing.rst | Patrick Walters | 2017-07-05 | 1 | -4/+4 |
| | | | |||||
* | | | Set release date. | chriseth | 2017-07-03 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #2496 from jamesray1/patch-24 | chriseth | 2017-07-01 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Added ref for Getter functions | ||||
| * | | | Added ref for Getter functions | James Ray | 2017-07-01 | 1 | -0/+1 |
| | | | | |||||
* | | | | Remove parsing of why3 doc strings | Alex Beregszaszi | 2017-07-01 | 1 | -1/+1 |
|/ / / | |||||
* | / | Update types.srt | Ben Che | 2017-06-30 | 1 | -8/+8 |
| |/ |/| | | | Fix minor grammatical/spelling errors. | ||||
* | | Merge pull request #2464 from federicobond/deprecate-function-type-names | chriseth | 2017-06-27 | 1 | -2/+2 |
|\ \ | | | | | | | Warn deprecated usage of parameter names in function types | ||||
| * | | Warn deprecated usage of parameter names in function types | Federico Bond | 2017-06-27 | 1 | -2/+2 |
| | | | |||||
* | | | Clarify exception documentation | Alex Beregszaszi | 2017-06-24 | 1 | -6/+5 |
| | | | |||||
* | | | Review suggestions. | chriseth | 2017-06-24 | 2 | -3/+3 |
| | | | |||||
* | | | Clarify exceptions. | chriseth | 2017-06-24 | 3 | -30/+57 |
| | | | |||||
* | | | Merge pull request #2401 from federicobond/update-grammar | chriseth | 2017-06-23 | 2 | -7/+17 |
|\ \ \ | | | | | | | | | grammar.txt: Fix grammar for f.gas(p).value(q)() style calls | ||||
| * | | | Fix and improve grammar.txt | Federico Bond | 2017-06-23 | 2 | -5/+8 |
| | | | | |||||
| * | | | grammar.txt: Fix grammar for f.gas(p).value(q)() style calls | Federico Bond | 2017-06-23 | 1 | -4/+11 |
| |/ / | |||||
* | | | Update installing-solidity.rst | gregg dourgarian | 2017-06-23 | 1 | -1/+1 |
| | | | | | | | | | correct spelling of 'release' | ||||
* | | | Merge pull request #2452 from ethereum/fixPassingEmptyString | Alex Beregszaszi | 2017-06-23 | 2 | -1/+39 |
|\ \ \ | | | | | | | | | Fix passing empty string | ||||
| * | | | Bug list entry. | chriseth | 2017-06-23 | 2 | -1/+39 |
| | | | | |||||
* | | | | Merge pull request #2426 from ethereum/miniMoustache | Alex Beregszaszi | 2017-06-23 | 2 | -0/+21 |
|\ \ \ \ | |_|/ / |/| | | | Whiskers template system | ||||
| * | | | Document Whiskers. | Alex Beregszaszi | 2017-06-22 | 2 | -0/+21 |
| |/ / | |||||
* | | | Merge pull request #2423 from federicobond/tuple-grammar | chriseth | 2017-06-23 | 1 | -1/+4 |
|\ \ \ | |/ / |/| | | Fix grammar for tuple expressions | ||||
| * | | Fix grammar for tuple expressions | Federico Bond | 2017-06-20 | 1 | -1/+4 |
| | | | |||||
* | | | Add weight == 0 condition to giveRightToVote function | Dillon Arevalo | 2017-06-21 | 1 | -4/+4 |
|/ / | | | | | | | This will make it so votes can't be deleted accidentally by giving someone with weight > 1 the right to vote again | ||||
* | | Merge pull request #2407 from jamesray1/patch-7 | chriseth | 2017-06-19 | 1 | -1/+1 |
|\ \ | | | | | | | Link for the semantic versioner for npm | ||||
| * | | Update layout-of-source-files.rst | chriseth | 2017-06-19 | 1 | -2/+2 |
| | | | |||||
| * | | Link for the semantic versioner for npm | James Ray | 2017-06-15 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #2225 from ethereum/julia-for | chriseth | 2017-06-19 | 1 | -26/+14 |
|\ \ \ | | | | | | | | | Implement for statement in assembly parser / printer / code generator | ||||
| * | | | Changelog and documentation. | chriseth | 2017-06-16 | 1 | -26/+14 |
| |/ / | |||||
* | | | Merge pull request #2373 from jamesray1/patch-14 | chriseth | 2017-06-16 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Changed to "is compiled" rather than "maps" to the DVM op code to avoid ambiguity | ||||
| * | | Create types.rst | James Ray | 2017-06-15 | 1 | -1/+1 |
| | | | | | | | | | "is compiled" avoids ambiguity compared with "maps", especially for those who may not understand what maps may mean and may confuse it with the "mapping" code keyword | ||||
| * | | Create types.rst | James Ray | 2017-06-12 | 1 | -1/+1 |
| | | | | | | | | | Maps will be explained later `[here](http://solidity.readthedocs.io/en/develop/types.html#mappings)`_ | ||||
* | | | Support dialect of assembly in grammar | Alex Beregszaszi | 2017-06-15 | 1 | -1/+1 |
| | | | |||||
* | | | Support interface contracts | Alex Beregszaszi | 2017-06-15 | 1 | -1/+1 |
| | | | |||||
* | | | Support AssemblyLabel in grammar | Alex Beregszaszi | 2017-06-15 | 1 | -1/+2 |
| | | | |||||
* | | | Fix AssemblyAssignment in grammar | Alex Beregszaszi | 2017-06-15 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #2192 from winsvega/develop | Alex Beregszaszi | 2017-06-15 | 1 | -1/+8 |
|\ \ \ | | | | | | | | | add STATICCALL instruction | ||||
| * | | | add new opcode instructions to the parser | Dimitry | 2017-06-15 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | STATICCALL 0xfa 6 inputs (gas address mem1 mem2 mem3 mem4) | ||||
* | | | | Merge pull request #2384 from ethereum/parseFunctionalInstructions | chriseth | 2017-06-15 | 1 | -2/+4 |
|\ \ \ \ | |/ / / |/| | | | Enforce function arguments when parsing functional instructions. | ||||
| * | | | Clarify functional style. | chriseth | 2017-06-14 | 1 | -2/+4 |
| | | | | |||||
* | | | | Merge pull request #2364 from VoR0220/abiSpec | chriseth | 2017-06-14 | 3 | -0/+348 |
|\ \ \ \ | |/ / / |/| | | | Bring ABI Spec Into Solidity Documentation | ||||
| * | | | try to get rid of warning | RJ Catalano | 2017-06-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: RJ Catalano <rj@monax.io> | ||||
| * | | | Include abi specs in index and fix styling. | chriseth | 2017-06-13 | 3 | -60/+65 |
| | | | | |||||
| * | | | Formatting of heading. | chriseth | 2017-06-12 | 1 | -1/+2 |
| | | | | |||||
| * | | | Change fixed number example. | chriseth | 2017-06-12 | 1 | -10/+11 |
| | | | | |||||
| * | | | Include structs. | chriseth | 2017-06-12 | 1 | -21/+39 |
| | | | | |||||
| * | | | some small fixes to the names and underlining; still need to fix the fixed ↵ | RJ Catalano | 2017-06-10 | 1 | -15/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | point bytecode representation Signed-off-by: RJ Catalano <rj@monax.io> | ||||
| * | | | begin abi spec translation into solidity docs | RJ Catalano | 2017-06-10 | 1 | -0/+327 |
| |/ / | | | | | | | | | | Signed-off-by: RJ Catalano <rj@monax.io> | ||||
* | | | Add linter-solium | Travis Jacobs | 2017-06-14 | 1 | -0/+3 |
| | | | |||||
* | | | Clarify statement about receiving ether | chriseth | 2017-06-14 | 1 | -1/+2 |
| | | | | | | | | | Fixes #2377 | ||||
* | | | libevmasm: add RETURNDATACOPY and RETURNDATASIZE | Yoichi Hirai | 2017-06-13 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #2368 from jamesray1/patch-5 | chriseth | 2017-06-12 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Doxygen | ||||
| * | | | Doxygen | James Ray | 2017-06-11 | 1 | -1/+1 |
| |/ / | | | | | | | Link for more information about Doxygen. | ||||
* | | | Merge pull request #2372 from jamesray1/patch-13 | chriseth | 2017-06-12 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Create types.rst | ||||
| * | | | Added linebreak. | chriseth | 2017-06-12 | 1 | -1/+2 |
| | | | | |||||
| * | | | Create types.rst | James Ray | 2017-06-12 | 1 | -1/+1 |
| |/ / | | | | | | | Note that the following is not a pair of dynamic arrays but a dynamic array of pairs (i.e. of fixed size arrays of length two). | ||||
* | | | Merge pull request #2366 from sandakersmann/patch-1 | chriseth | 2017-06-12 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fixed "building-from-source" link | ||||
| * | | | Undo changes to building from source. | chriseth | 2017-06-12 | 1 | -4/+3 |
| | | | | |||||
| * | | | Fixed "building-from-source" link | Marius Kjærstad | 2017-06-10 | 1 | -4/+5 |
| |/ / | | | | | | | Fixed building-from-source link in contributing.rst | ||||
* / / | Create types.rst | James Ray | 2017-06-12 | 1 | -1/+1 |
|/ / | | | | | hash table link | ||||
* | | Update installing-solidity.rst on Gentoo Linux | AndreMiras | 2017-06-08 | 1 | -0/+6 |
| | | | | | | Gentoo Linux solidity install instructions. | ||||
* | | Merge pull request #2341 from ethernomad/patch-3 | chriseth | 2017-06-06 | 1 | -1/+1 |
|\ \ | | | | | | | for free => automatically | ||||
| * | | for free => automatically | Jonathan Brown | 2017-06-03 | 1 | -1/+1 |
| | | | | | | | | | Getters still use gas when called from another contract, so they are not free. | ||||
* | | | Include logo in intro | Alex Beregszaszi | 2017-06-05 | 1 | -0/+5 |
| | | | |||||
* | | | Import logo from browser-solidity#16e74469 | Alex Beregszaszi | 2017-06-05 | 1 | -0/+27 |
|/ / | |||||
* | | Document keccak256 in assembly | Alex Beregszaszi | 2017-05-30 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #2287 from ethereum/legacyAstCLI | chriseth | 2017-05-29 | 1 | -1/+1 |
|\ \ | | | | | | | add legacy/compact AST-format options to CLI | ||||
| * | | add legacy/compact AST-format options to CL | djudjuu | 2017-05-24 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #2315 from pjstadig/patch-1 | Yoichi Hirai | 2017-05-26 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix typo | ||||
| * | | | Fix typo | Paul Stadig | 2017-05-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | Rename events in purchase example | Alexey Alexeyeff | 2017-05-26 | 1 | -6/+6 |
|/ / / | | | | | | | Rename events in purchase example according to style guide | ||||
* | | | Fix space | Ron Gross | 2017-05-22 | 1 | -4/+4 |
| | | | |||||
* | | | Fix link format | Ron Gross | 2017-05-22 | 1 | -4/+4 |
|/ / | |||||
* | | Merge pull request #2277 from ethereum/chriseth-patch-1 | chriseth | 2017-05-17 | 1 | -1/+1 |
|\ \ | | | | | | | Fix typo. | ||||
| * | | Fix typo. | chriseth | 2017-05-17 | 1 | -1/+1 |
| | | | | | | | | | Fixes #2273 | ||||
* | | | Merge pull request #2278 from ethereum/chriseth-patch-2 | chriseth | 2017-05-17 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix bug in example contract. | ||||
| * | | | Fix bug in example contract. | chriseth | 2017-05-17 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #2221 from greggdourgarian/develop | chriseth | 2017-05-17 | 1 | -27/+26 |
|\ \ \ | | | | | | | | | minor punctuation, typo and clarity changes | ||||
| * | | | remove extraneous 's' | greggdourgarian | 2017-05-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | minor punctuation, typo and clarity changes | greggdourgarian | 2017-05-04 | 1 | -28/+27 |
| | | | | |||||
* | | | | Merge pull request #2247 from jamesray1/develop | chriseth | 2017-05-17 | 1 | -11/+13 |
|\ \ \ \ | |_|/ / |/| | | | Wikipedia links for some terminology and grammar | ||||
| * | | | Update introduction-to-smart-contracts.rst | jamesray1 | 2017-05-10 | 1 | -1/+3 |
| | | | | |||||
| * | | | Update introduction-to-smart-contracts.rst | jamesray1 | 2017-05-10 | 1 | -2/+2 |
| | | | | | | | | | | | | Updated link for pragma. | ||||
| * | | | Update introduction-to-smart-contracts.rst | jamesray1 | 2017-05-06 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | Grammar This sentence was a bit confusing due to changing from it to they: "Contracts cannot access log data after it has been created, but they can be efficiently accessed from outside the blockchain.", however changing it to the following may sound awkward "Contracts cannot access log data after log data has been created, but log data can be efficiently accessed from outside the blockchain." Also added links to terminology that may not be understood by lay readers. | ||||
* | | | | Improves clarity of block.timestamp | Micah Zoltu | 2017-05-13 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #2194 from ethereum/removeerrorlabel | chriseth | 2017-05-05 | 1 | -7/+2 |
|\ \ \ | |/ / |/| | | Remove error label / invalid jump label. | ||||
| * | | Remove error label / invalid jump label. | chriseth | 2017-04-28 | 1 | -7/+2 |
| | | | |||||
* | | | Update permalink for optimizer bug and fix release date. | chriseth | 2017-05-03 | 2 | -2/+2 |
| | | | |||||
* | | | Update bug list. | chriseth | 2017-05-03 | 1 | -0/+4 |
| | | | |||||
* | | | Parentheses. | chriseth | 2017-05-03 | 1 | -3/+3 |
| | | | |||||
* | | | Corrections and some style. | chriseth | 2017-05-03 | 3 | -12/+13 |
| | | | |||||
* | | | Cleanup to make the docs more consistent. | chriseth | 2017-05-03 | 4 | -40/+40 |
| | | | |||||
* | | | Update common-patterns.rst | Matt Wisniewski | 2017-05-03 | 7 | -99/+73 |
| | | | |||||
* | | | Merge pull request #2206 from ethereum/fixoptimizer | chriseth | 2017-05-03 | 2 | -4/+48 |
|\ \ \ | | | | | | | | | Constant optimizer fix | ||||
| * | | | Fix keys for bugs.json. | chriseth | 2017-05-03 | 1 | -5/+4 |
| | | | | |||||
| * | | | Add entry to bug list. | chriseth | 2017-05-02 | 2 | -4/+49 |
| | | | | |||||
* | | | | Merge pull request #2211 from ethereum/jsonio-fixes | Alex Beregszaszi | 2017-05-02 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Follow the JSON I/O spec closely | ||||
| * | | | | Follow the JSON I/O spec closely | Alex Beregszaszi | 2017-05-02 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #2210 from ethereum/jsonio-remove-why3 | chriseth | 2017-05-02 | 1 | -7/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | Remove why3 from standard compiler | ||||
| * | | | | Remove why3 from standard compiler | Alex Beregszaszi | 2017-05-02 | 1 | -7/+4 |
| | | | | | |||||
* | | | | | Merge pull request #2201 from FedericoCapello/patch-1 | chriseth | 2017-05-02 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | Update units-and-global-variables.rst (Typo) | ||||
| * | | | | Update units-and-global-variables.rst | FedericoCapello | 2017-05-02 | 1 | -2/+2 |
| | |/ / | |/| | | | | | | Consistency of explanation. | ||||
* | | | | Merge pull request #2172 from ethereum/docs-sar | chriseth | 2017-05-02 | 1 | -0/+6 |
|\ \ \ \ | |_|/ / |/| | | | Document how Solidity's SAR is different | ||||
| * | | | Add warning about SAR in docs | Paweł Bylica | 2017-04-28 | 1 | -0/+6 |
| |/ / | |||||
* | | | Merge pull request #2203 from JohnAllen/develop | Alex Beregszaszi | 2017-05-02 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Correct form-from typo in layout-of-source-files.rst | ||||
| * | | | Correct form-from typo in layout-of-source-files.rst | JohnAllen | 2017-05-02 | 1 | -1/+1 |
| |/ / | |||||
* / / | Added Doxity in the Solidity Tools section | AdrianClv | 2017-04-29 | 1 | -1/+4 |
|/ / | |||||
* | | Update the gasEstimates in JSON I/O | Alex Beregszaszi | 2017-04-27 | 1 | -5/+5 |
| | | |||||
* | | Remove parentheses from around function return parameters | Alex Beregszaszi | 2017-04-27 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #1711 from ethereum/asmfunctions | chriseth | 2017-04-26 | 1 | -9/+8 |
|\ \ | | | | | | | Assembly: Analysis stage for functions. | ||||
| * | | Document storage variable access. | chriseth | 2017-04-26 | 1 | -9/+8 |
| | | | |||||
* | | | Explain that bytecode depends on metadata | Alex Beregszaszi | 2017-04-26 | 1 | -0/+6 |
| | | | |||||
* | | | Mention the order of the ABI in metadata | Alex Beregszaszi | 2017-04-26 | 1 | -0/+2 |
|/ / | |||||
* | | Merge pull request #2160 from 0mkara/patch-2 | chriseth | 2017-04-25 | 1 | -2/+2 |
|\ \ | | | | | | | Update atom-ethereum-interface name change | ||||
| * | | Update atom-ethereum-interface name change | Omkara | 2017-04-23 | 1 | -2/+2 |
| | | | | | | | | | atom-ethereum-interface is renamed to etheratom, virtual machine compatibility introduced and other updates | ||||
* | | | Enable standard json in the docs | Alex Beregszaszi | 2017-04-24 | 1 | -4/+2 |
|/ / | |||||
* | | Correct syntax and link to question. | chriseth | 2017-04-21 | 1 | -1/+1 |
| | | |||||
* | | Added link to example for ecrecover | Morgan | 2017-04-21 | 1 | -0/+1 |
| | | | | | | This should be helpful for now until I can write up some documentation to include here | ||||
* | | Rename ast to legacyAST in StandardCompiler | Alex Beregszaszi | 2017-04-21 | 1 | -4/+7 |
| | | |||||
* | | Support --allow-paths in the CLI | Alex Beregszaszi | 2017-04-20 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #2122 from nrchandan/patch-1 | chriseth | 2017-04-18 | 1 | -1/+1 |
|\ \ | | | | | | | Update common-patterns.rst | ||||
| * | | Update common-patterns.rst | Chandan Kumar | 2017-04-14 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #2119 from ethereum/bugList | chriseth | 2017-04-18 | 5 | -1/+456 |
|\ \ \ | | | | | | | | | List of known bugs. | ||||
| * | | | Update bugs.rst | chriseth | 2017-04-18 | 1 | -1/+2 |
| | | | | |||||
| * | | | Some changes after review. | chriseth | 2017-04-18 | 3 | -5/+5 |
| | | | | |||||
| * | | | Prefix all optimizer bug names by Optimizer. | chriseth | 2017-04-12 | 2 | -42/+42 |
| | | | | |||||
| * | | | Typo and more explanation. | chriseth | 2017-04-12 | 3 | -25/+45 |
| | | | | |||||
| * | | | Create and update bugs by version list. | chriseth | 2017-04-12 | 1 | -0/+297 |
| | | | | |||||
| * | | | List of known bugs. | chriseth | 2017-04-12 | 4 | -1/+138 |
| |/ / | |||||
* | | | Merge pull request #2125 from abrahamsangha/fix-typo-solidity-by-example | chriseth | 2017-04-18 | 1 | -3/+2 |
|\ \ \ | | | | | | | | | minor: fix formatting and grammar | ||||
| * | | | minor: fix formatting and grammar | Abraham Sangha | 2017-04-15 | 1 | -3/+2 |
| | | | | |||||
* | | | | Merge pull request #2127 from morgansliman/patch-1 | chriseth | 2017-04-18 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Update contracts.rst | ||||
| * | | | | Update contracts.rst | Morgan | 2017-04-18 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* / | | | Update index.rst | Andy Milenius | 2017-04-15 | 1 | -2/+2 |
|/ / / | |||||
* | | | Document formattedMessage | Alex Beregszaszi | 2017-04-07 | 1 | -0/+2 |
| | | | |||||
* | | | Support selecting group of outputs | Alex Beregszaszi | 2017-04-07 | 1 | -1/+4 |
| | | | |||||
* | | | Rename legacyAssemblyJSON to legacyAssembly | Alex Beregszaszi | 2017-04-07 | 1 | -3/+3 |
| | | | |||||
* | | | Move the IR out of the EVM block in JSON IO | Alex Beregszaszi | 2017-04-07 | 1 | -3/+3 |
| | | | |||||
* | | | The metadata output is serialised | Alex Beregszaszi | 2017-04-07 | 1 | -2/+2 |
| | | | |||||
* | | | Fix input selector for evm | Alex Beregszaszi | 2017-04-07 | 1 | -4/+6 |
| | | | |||||
* | | | Swap key/value of methodIdentifiers | Alex Beregszaszi | 2017-03-30 | 1 | -1/+1 |
| | | | |||||
* | | | Reorder for readiability | Alex Beregszaszi | 2017-03-30 | 1 | -7/+9 |
| | | | |||||
* | | | Move opcodes into bytecode/deployedBytecode | Alex Beregszaszi | 2017-03-30 | 1 | -3/+3 |
| | | | |||||
* | | | Fix typo in documentation | Matt Searle | 2017-03-28 | 1 | -1/+1 |
| | | | | | | | | | Spelling mistake | ||||
* | | | Fix typo | Matt Searle | 2017-03-27 | 1 | -1/+1 |
| | | | |||||
* | | | small fixes | Abraham Sangha | 2017-03-23 | 1 | -2/+2 |
|/ / | |||||
* | | Disallow constructor in interfaces | Alex Beregszaszi | 2017-03-18 | 1 | -0/+1 |
| | | |||||
* | | Disallow enums in interfaces | Alex Beregszaszi | 2017-03-18 | 1 | -0/+1 |
| | | |||||
* | | Document interfaces | Alex Beregszaszi | 2017-03-18 | 1 | -0/+27 |
| | | |||||
* | | Merge pull request #1787 from ethereum/docs-gasvalue | chriseth | 2017-03-16 | 2 | -5/+7 |
|\ \ | | | | | | | Document the .value() and .gas() modifiers | ||||
| * | | Explain that .value() is only available if contract function is marked payable | Alex Beregszaszi | 2017-03-16 | 1 | -2/+2 |
| | | | |||||
| * | | Document the .value() and .gas() modifiers | Alex Beregszaszi | 2017-03-16 | 2 | -3/+5 |
| | | | |||||
* | | | Merge pull request #1785 from ethereum/docs-address | Alex Beregszaszi | 2017-03-16 | 1 | -3/+9 |
|\ \ \ | |/ / |/| | | Document all address methods in the global variables section | ||||
| * | | Document all address methods in the global variables section | Alex Beregszaszi | 2017-03-16 | 1 | -3/+9 |
| | | | |||||
* | | | Merge pull request #1791 from ethereum/docs-fixes | Alex Beregszaszi | 2017-03-16 | 6 | -5/+9 |
|\ \ \ | | | | | | | | | Mostly typo fixes in the documentation | ||||
| * | | | Fix typo (recieve to receive) | Alex Beregszaszi | 2017-03-16 | 2 | -2/+2 |
| | | | | |||||
| * | | | Fix list indentation | Alex Beregszaszi | 2017-03-16 | 3 | -2/+4 |
| | | | | |||||
| * | | | Add link to version pragma | Alex Beregszaszi | 2017-03-16 | 2 | -1/+3 |
| |/ / | |||||
* | | | Merge pull request #1784 from ethereum/docs-remix | chriseth | 2017-03-16 | 5 | -12/+12 |
|\ \ \ | | | | | | | | | Replace references to browser-solidity with Remix | ||||
| * | | | Replace references to browser-solidity with Remix | Alex Beregszaszi | 2017-03-16 | 5 | -12/+12 |
| |/ / | |||||
* / / | Fix inconsistent use of single backticks | Alex Beregszaszi | 2017-03-16 | 3 | -4/+4 |
|/ / | |||||
* | | Merge pull request #1698 from ethereum/exp-notation | chriseth | 2017-03-15 | 1 | -0/+3 |
|\ \ | | | | | | | Fix scientific notation in number literals | ||||
| * | | Document scientific notation in integer literals | Alex Beregszaszi | 2017-03-15 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #1729 from ethereum/constantvariables | Yoichi Hirai | 2017-03-15 | 1 | -6/+20 |
|\ \ \ | | | | | | | | | Only allow pure expressions for constant state variables. | ||||
| * | | | Documentation update. | chriseth | 2017-03-13 | 1 | -8/+13 |
| | | | | |||||
| * | | | Extend documentation for constant state variables. | chriseth | 2017-03-13 | 1 | -2/+9 |
| | | | | |||||
| * | | | Disallow constants that are neither value types nor strings. | chriseth | 2017-03-13 | 1 | -0/+3 |
| | | | | |||||
| * | | | Documentation. | chriseth | 2017-03-13 | 1 | -6/+5 |
| |/ / | |||||
* / / | Require and Assert. | chriseth | 2017-03-14 | 2 | -3/+12 |
|/ / | |||||
* | | Fix delegation loop in Ballot example contract | Remo Fürst | 2017-03-09 | 1 | -8/+8 |
| | | | | | | | | fixes #1753 | ||||
* | | Merge pull request #1750 from ethereum/asmoctal | Yoichi Hirai | 2017-03-08 | 1 | -3/+2 |
|\ \ | | | | | | | Disallow octal numbers in parser. | ||||
| * | | Disallow octal literals. | chriseth | 2017-03-07 | 1 | -3/+2 |
| | | | |||||
* | | | Merge pull request #1699 from ethereum/asmlabels | Yoichi Hirai | 2017-03-08 | 1 | -50/+105 |
|\ \ \ | |/ / |/| | | Assembly labels with stack information | ||||
| * | | Remove stack annotations from documentation. | chriseth | 2017-03-03 | 1 | -48/+58 |
| | | | |||||
| * | | Clarify stack height. | chriseth | 2017-03-03 | 1 | -5/+14 |
| | | | |||||
| * | | Updated documentation. | chriseth | 2017-03-03 | 1 | -11/+47 |
| | | | |||||
* | | | Add keywords delete and for | chriseth | 2017-03-06 | 1 | -1/+1 |
| | | | |||||
* | | | Add IntelliJ plugin to Solidity integrations | Leonid Logvinov | 2017-03-05 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #1702 from ethereum/assertError | Yoichi Hirai | 2017-03-04 | 2 | -4/+2 |
|\ \ \ | |/ / |/| | | Change effect of assert to invalid opcode. | ||||
| * | | Remove assert for now. | chriseth | 2017-02-24 | 2 | -7/+2 |
| | | | |||||
| * | | Change effect of assert to invalid opcode. | chriseth | 2017-02-16 | 2 | -4/+7 |
| | | | |||||
* | | | Remove obsolete .send() entry from FAQ | Alex Beregszaszi | 2017-02-24 | 1 | -10/+0 |
| | | | |||||
* | | | Prefer .transfer() over .send() in the documentation | Alex Beregszaszi | 2017-02-24 | 1 | -10/+10 |
| | | | |||||
* | | | Document transfer() | Alex Beregszaszi | 2017-02-24 | 4 | -3/+11 |
| | | | |||||
* | | | Merge pull request #1714 from dimorinny/develop | chriseth | 2017-02-22 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Add lost payable attribute to sample withdrawal pattern contract in docs | ||||
| * | | | add payable attribute | Dmitriy Merkurev | 2017-02-22 | 1 | -1/+1 |
| |/ / | |||||
* / / | Downgrade instructions for Homebrew Solidity | Mikko Ohtamaa | 2017-02-22 | 1 | -1/+17 |
|/ / | | | | | Because 0.4.9+ causes a lot of havoc, breaking tools | ||||
* | | Merge pull request #1684 from federicobond/sphinx-highlight | Alex Beregszaszi | 2017-02-14 | 1 | -15/+9 |
|\ \ | | | | | | | Update the sphinx highlighting rules | ||||
| * | | Update the sphinx highlighting rules | Federico Bond | 2017-02-14 | 1 | -15/+9 |
| | | | |||||
* | | | Document revert() | Alex Beregszaszi | 2017-02-11 | 3 | -3/+6 |
| | | | |||||
* | | | Document revert() | Alex Beregszaszi | 2017-02-11 | 1 | -0/+2 |
| | | | |||||
* | | | Use different wording for assert | Alex Beregszaszi | 2017-02-11 | 1 | -1/+1 |
| | | | |||||
* | | | Document user provided exceptions | Alex Beregszaszi | 2017-02-10 | 1 | -0/+4 |
| | | | |||||
* | | | Document assert() | Alex Beregszaszi | 2017-02-10 | 2 | -2/+5 |
|/ / | |||||
* | | Simplify the compiler API section (and remove pseudo code) | Alex Beregszaszi | 2017-02-09 | 1 | -18/+6 |
| | | |||||
* | | Drop the legacy assembly output | Alex Beregszaszi | 2017-02-09 | 1 | -9/+6 |
| | | |||||
* | | Include language field in the JSON | Alex Beregszaszi | 2017-02-09 | 1 | -0/+3 |
| | | |||||
* | | Move file into sourceLocation | Alex Beregszaszi | 2017-02-09 | 1 | -4/+4 |
| | | |||||
* | | Update the AST output | Alex Beregszaszi | 2017-02-09 | 1 | -9/+11 |
| | | |||||
* | | Explain every contract output field | Alex Beregszaszi | 2017-02-09 | 1 | -11/+38 |
| | | |||||
* | | Support linkReferences with length specified | Alex Beregszaszi | 2017-02-09 | 1 | -1/+4 |
| | |