aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Document structs in ABIchriseth2017-09-161-3/+89
|
* Fix nested lists in the ABI documentationAlex Beregszaszi2017-09-141-0/+5
|
* Merge pull request #2473 from ethereum/functiontype-sigAlex Beregszaszi2017-09-142-0/+13
|\ | | | | Add .selector member on function types
| * Document function selectorsAlex Beregszaszi2017-09-132-0/+13
| |
* | Overhaul contract creation section in the documentation (add reference to ↵Alex Beregszaszi2017-09-131-38/+10
|/ | | | remix and web3.js)
* Merge pull request #2880 from ethereum/docs-metadatachriseth2017-09-123-144/+145
|\ | | | | Promote metadata to its own chapter (split from miscellaneous)
| * Promote metadata to its own chapter (split from miscellaneous)Alex Beregszaszi2017-09-113-144/+145
| |
* | Merge pull request #2870 from aarongoa/developchriseth2017-09-121-8/+9
|\ \ | |/ |/| Add payable constructor for `C` - #2869
| * Make `createAndEndowD` payable in contract creation exampleAaron Colaço2017-09-121-8/+9
| |
* | Merge pull request #2842 from ethereum/chriseth-patch-1Alex Beregszaszi2017-09-061-3/+8
|\ \ | | | | | | Explain how to run the tests in more detail.
| * | Explain how to run the tests in more detail.chriseth2017-09-061-3/+8
| |/
* | Convert ABI spec from Markdwon to RSTAlex Beregszaszi2017-09-051-119/+119
| |
* | Merge pull request #2871 from ethereum/fixedpointdocschriseth2017-09-052-14/+24
|\ \ | | | | | | Explain fixed point types in docs
| * | Explain the difference between floating and fixed pointAlex Beregszaszi2017-09-042-5/+6
| | |
| * | Explain fixed point typesAlex Beregszaszi2017-09-041-0/+9
| | |
| * | Move fixed after int in docsAlex Beregszaszi2017-09-041-9/+9
| |/
* | Mention that different Unicode codepoint can look the sameAlex Beregszaszi2017-09-021-0/+4
| |
* | Clarify some subtleties of the fallback functionAlex Beregszaszi2017-09-022-34/+18
| |
* | Document character setAlex Beregszaszi2017-09-022-7/+4
| |
* | Document caveats about timestamp and blockhashAlex Beregszaszi2017-09-022-18/+12
| |
* | Document gas/value modifiers with overloadingAlex Beregszaszi2017-09-022-10/+6
| |
* | Document byte[] vs bytesAlex Beregszaszi2017-09-022-7/+4
| |
* | Document call/gas modifiers properlyAlex Beregszaszi2017-09-022-17/+12
|/
* Merge pull request #2831 from ethereum/docsAlex Beregszaszi2017-08-287-23/+30
|\ | | | | Various doc updates
| * Explain safe purchase (even number)Alex Beregszaszi2017-08-281-0/+3
| |
| * Add note about throw being deprecatedAlex Beregszaszi2017-08-281-0/+3
| |
| * Require 0.4.12 for the VectorSum example (for loop)Alex Beregszaszi2017-08-281-1/+1
| |
| * Refer to internal ABI documentationAlex Beregszaszi2017-08-281-4/+2
| |
| * Highlight opcodes in docsAlex Beregszaszi2017-08-284-17/+18
| |
| * Fix lists and linksAlex Beregszaszi2017-08-283-1/+3
| |
* | Correct package name for installing solc on ArchRobert Edström2017-08-271-1/+1
|/
* Explain the limitations of view and pureAlex Beregszaszi2017-08-251-0/+18
|
* Clarify ABI regarding constantAlex Beregszaszi2017-08-251-2/+2
|
* Require 0.4.16 for view/pure in docs examplesAlex Beregszaszi2017-08-251-2/+2
|
* Prepare 0.4.16 release.chriseth2017-08-251-0/+4
|
* Merge pull request #2798 from ethereum/statemutabilitychriseth2017-08-251-1/+1
|\ | | | | Rename statemutability to stateMutability in ABI/AST
| * Rename statemutability to stateMutability in ABI/ASTAlex Beregszaszi2017-08-241-1/+1
| |
* | Update on the example for BlindActionChim Kan2017-08-251-1/+1
|/ | | In the Mist app, the Blind Action contract cannot compile because it cannot accept implicit conversion of integer to byte32. I just added the conversion method byte32 in line 470 for bid.blindedBid.
* Add pure to grammarAlex Beregszaszi2017-08-242-2/+2
|
* Add pure to ABI specAlex Beregszaszi2017-08-241-1/+1
|
* Document pure functionsAlex Beregszaszi2017-08-242-3/+25
|
* Fix link to Russian version on wikiNick Savers2017-08-241-1/+1
|
* Adding storage into the pointer for Voter delegateChim Kan2017-08-241-1/+1
| | | | | | | | | | | | | | | Hi, The example from https://github.com/ethereum/solidity/blob/develop/docs/solidity-by-example.rst is not working. It keeps giving this error in the Mist program: Could not compile source code. Variable is declared as a storage pointer. Use an explicit "storage" keyword to silence this warning. Voter delegate = voters[to]; ^------------^ The solution is just to add the keyword "storage" and then the example works again.
* Merge pull request #2757 from ethereum/cmakeAlex Beregszaszi2017-08-231-0/+6
|\ | | | | Static linking
| * docs: Add a note about CMake optionsPaweł Bylica2017-08-231-0/+6
| |
* | Document view functionsAlex Beregszaszi2017-08-233-11/+15
| |
* | Update grammar with viewAlex Beregszaszi2017-08-231-1/+1
| |
* | Introduce view (and keep constant as an alias)Alex Beregszaszi2017-08-231-1/+1
| |
* | Add missing keywords to documentation lexerAlex Beregszaszi2017-08-171-2/+2
| |
* | Allow constant modifier on state variables in grammarAlex Beregszaszi2017-08-171-1/+1
| |
* | Update grammar to reflect state mutabilityAlex Beregszaszi2017-08-172-3/+4
|/
* Merge pull request #2654 from ethereum/docs-fixedAlex Beregszaszi2017-08-173-4/+6
|\ | | | | Update grammar/docs for current fixed point types
| * Add proper warning for fixed point typesAlex Beregszaszi2017-08-161-1/+3
| |
| * Fix the grammar for fixed point typesAlex Beregszaszi2017-08-161-2/+2
| |
| * Fix ABI for fixed typesAlex Beregszaszi2017-08-161-1/+1
| |
* | Update contracts.rstchriseth2017-08-161-1/+1
| |
* | Specify address as string on events documentationIsaac Ibiapina2017-08-161-1/+1
|/
* Merge pull request #2659 from jamesray1/patch-25chriseth2017-08-151-0/+2
|\ | | | | Link: members-of-addresses in docs/types.rst
| * Link: members-of-addressesJames Ray2017-07-281-0/+2
| |
* | Merge pull request #2664 from joshuahannan/developchriseth2017-08-151-0/+14
|\ \ | | | | | | added while loop description
| * | Wording.chriseth2017-07-311-3/+2
| | |
| * | added while loop descriptionJoshua Hannan2017-07-301-0/+15
| |/
* | Merge pull request #2660 from jamesray1/patch-26chriseth2017-08-151-1/+1
|\ \ | | | | | | Constructor index in docs/contracts.rst
| * | Constructor is not a solidity keywordJames Ray2017-07-281-1/+1
| | | | | | | | | Removed backticks
| * | Constructor indexJames Ray2017-07-281-2/+2
| |/ | | | | For referencing, especially when it hasn't been mentioned but not discussed in detail previously e.g. here and here.
* | Merge pull request #2732 from ethereum/statemutability-abichriseth2017-08-151-1/+2
|\ \ | | | | | | Add statemutability field to ABI
| * | Add statemutability field to the ABIAlex Beregszaszi2017-08-151-1/+2
| | |
* | | Update installing-solidity.rstfeliam2017-08-151-1/+1
|/ /
* | docs typo: remove duplicate period and unnecessary spaces in introStu West2017-08-131-1/+1
| |
* | Merge pull request #2486 from jamesray1/patch-22chriseth2017-08-121-1/+1
|\ \ | | | | | | Ref to getter function in docs/miscellaneous.rst
| * | :ref:`getter function<getter-functions>`James Ray2017-07-311-1/+1
| | |
| * | ref getter-functionsJames Ray2017-07-281-1/+1
| | |
| * | Updated reference to getter-functionsJames Ray2017-07-281-1/+1
| | |
| * | Fixed reference to getter functionJames Ray2017-07-071-1/+1
| | |
| * | Ref to getter functionJames Ray2017-06-301-1/+1
| | |
* | | Merge pull request #2485 from jamesray1/patch-21chriseth2017-08-121-1/+1
|\ \ \ | | | | | | | | Update frequently-asked-questions.rst with a ref to getter functions
| * | | :ref:`getter function<getter-functions>`James Ray2017-07-311-1/+1
| | | |
| * | | :ref:`getter-functions`James Ray2017-07-281-1/+1
| | | |
| * | | Fixed reference to getter functionJames Ray2017-07-071-1/+1
| | | |
| * | | Getter function refJames Ray2017-06-301-1/+1
| | | |
| * | | Update frequently-asked-questions.rstJames Ray2017-06-301-1/+1
| |/ /
* | | Merge pull request #2487 from jamesray1/patch-23chriseth2017-08-121-1/+1
|\ \ \ | | | | | | | | Ref to getter function in docs/introduction-to-smart-contracts.rst
| * | | :ref:`getter function<getter-functions>`James Ray2017-07-311-1/+1
| | | |
| * | | Updated getter-functions refJames Ray2017-07-291-1/+1
| | | |
| * | | Fixed reference to getter functionJames Ray2017-07-071-1/+1
| | | |
| * | | Ref to getter functionJames Ray2017-06-301-1/+1
| |/ /
* | | Merge pull request #2634 from ethereum/chriseth-patch-1Alex Beregszaszi2017-08-111-2/+3
|\ \ \ | | | | | | | | Clarify internal function types
| * | | Clarify internal function typeschriseth2017-07-261-2/+3
| | | | | | | | | | | | Fixes https://github.com/ethereum/solidity/issues/2617
* | | | Use temporary variable for sum exampleAlex Beregszaszi2017-08-111-8/+10
| | | |
* | | | Move init/cond into the for loopAlex Beregszaszi2017-08-111-5/+5
| | | |
* | | | Add pure assembly example for summingAlex Beregszaszi2017-08-111-0/+23
| | | |
* | | | fix typo 'onte' -> 'onto'vladislav-ankudinov2017-08-091-1/+1
| | | |
* | | | Update changelog.chriseth2017-08-081-0/+4
| | | |
* | | | Update installing-solidity.rstSaadSurya2017-08-071-1/+1
| | | |
* | | | Merge pull request #2685 from elopio/patch-1chriseth2017-08-041-1/+9
|\ \ \ \ | | | | | | | | | | Add the command to install the stable solc snap
| * | | | Add the tag for the commandLeo Arias2017-08-021-0/+4
| | | | |
| * | | | Add the command to install the stable solc snapLeo Arias2017-08-021-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 attackAdrián Calvo2017-08-041-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 existenceAlex Beregszaszi2017-08-021-0/+3
| | | | |
* | | | | Add bug.json entry for delegatecallAlex Beregszaszi2017-08-022-3/+34
|/ / / /
* | | | Release date for version 0.4.14.chriseth2017-07-311-0/+4
| | | |
* | | | Merge pull request #2658 from jamesray1/patch-8chriseth2017-07-311-1/+1
|\ \ \ \ | | | | | | | | | | Updated link for getter-functions for consistency in docs/contracts.rst
| * | | | Updated link for getter-functionsJames Ray2017-07-281-1/+1
| | |_|/ | |/| |
* / | | Changelog and bug list entry.chriseth2017-07-282-3/+44
|/ / /
* | | Merge pull request #2640 from elopio/patch-2chriseth2017-07-271-0/+4
|\ \ \ | | | | | | | | Add the install instructions from the edge snap
| * | | Add the install instructions from the edge snapLeo Arias2017-07-271-0/+4
| | | |
* | | | Merge pull request #2629 from hcaw/patch-1chriseth2017-07-271-3/+2
|\ \ \ \ | | | | | | | | | | Link to Ethereum Studio removed - project has been discontinued
| * | | | Moved Ethereum Studio to Discontinued section as suggestedHarry Wright2017-07-251-0/+2
| | | | |
| * | | | Link to Ethereum Studio removed - project has been discontinuedHarry Wright2017-07-251-3/+0
| | |/ / | |/| | | | | | see https://www.reddit.com/r/ethereum/comments/6c23ua/is_hack_ethercamp_dead/dhrf0aa/
* | | | Merge pull request #2649 from nathanph/patch-1chriseth2017-07-271-1/+1
|\ \ \ \ | | | | | | | | | | Fix typo in contracts.rst
| * | | | Fix typo in contracts.rstNathan Hernandez2017-07-271-1/+1
| | | | | | | | | | | | | | | Changed `internall` to `internally`.
* | | | | Merge pull request #2636 from ethereum/docs-randomYoichi Hirai2017-07-275-21/+29
|\ \ \ \ \ | |/ / / / |/| | | | Random documentation fixes
| * | | | Closing parenthesischriseth2017-07-271-1/+1
| | | | |
| * | | | Avoid using .send in the examplesAlex Beregszaszi2017-07-271-7/+2
| | | | |
| * | | | Use the storage keyword in examplesAlex Beregszaszi2017-07-272-4/+4
| | | | |
| * | | | Avoid using var if not requiredAlex Beregszaszi2017-07-271-2/+2
| | | | |
| * | | | Mention all global aliasesAlex Beregszaszi2017-07-272-4/+10
| | | | |
| * | | | Mention that callcode is deprecatedAlex Beregszaszi2017-07-272-1/+9
| | | | |
| * | | | Remove interface keyword from reserved listAlex Beregszaszi2017-07-271-1/+1
| | | | |
| * | | | Remove reference to Why3Alex Beregszaszi2017-07-271-2/+1
| | |/ / | |/| |
* / | | fix misspellSkiral Inc2017-07-271-1/+1
|/ / /
* | | Fix grammarYoichi Hirai2017-07-261-1/+1
| | |
* | | Merge pull request #2631 from maurelian/maurelian_patch1Yoichi Hirai2017-07-261-6/+4
|\ \ \ | | | | | | | | Clarify require and assert usage
| * | | Clarify require and assert usagemaurelian2017-07-261-6/+4
| |/ /
* | | Merge pull request #2627 from atfornes/patch-2chriseth2017-07-261-2/+3
|\ \ \ | |/ / |/| | Change Mapping example to valid (executable) code
| * | Change Mapping example to valid (executable) codeAntonio Tenorio-Fornés2017-07-251-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-8chriseth2017-07-251-2/+2
|\ \ \ | |/ / |/| | Added links for the getter function.
| * | Update types.rstJames Ray2017-07-011-2/+2
| | |
| * | Changed URL for getter to a refJames Ray2017-06-301-1/+1
| | |
| * | Used a ref for getter instead of a URL.James Ray2017-06-301-1/+1
| | |
| * | Added links for the getter function.James Ray2017-06-301-2/+2
| |/
* | minor fix on assembly exampleNIC6192017-07-211-1/+1
| |
* | Enable more examples in the documentation for testingAlex Beregszaszi2017-07-196-28/+46
| |
* | Keep the terminology about the exceptions the sameJuraj Bednar2017-07-181-1/+1
| | | | | | Don't call exception revert-style when the rest of the document uses require-style
* | Update solidity-by-example.rst. Fixes accepted bidsLuke Schoen2017-07-171-2/+2
| | | | | | Only accept bid values higher than highest bid. Since returns early from `placeBid` function if `value <= highestBid`
* | Fix bugs in example contractsAlex Beregszaszi2017-07-144-11/+42
| |
* | Add version pragma to docs examplesAlex Beregszaszi2017-07-134-0/+16
| |
* | Add changelog and documentationAlex Beregszaszi2017-07-131-1/+1
| |
* | Merge pull request #2560 from ethereum/abi-spec-nitpickchriseth2017-07-121-9/+6
|\ \ | | | | | | Nitpicking abi-spec.rst
| * | Borrow a sentence from @axicYoichi Hirai2017-07-121-2/+2
| | | | | | | | | | | | and edit the phrase "following its type", which sounded like the data follows the type in the call data.
| * | Nitpicking abi-spec.rstYoichi Hirai2017-07-121-8/+5
| | |
* | | Merge pull request #1477 from ethereum/doc-remove-fixedchriseth2017-07-121-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 itYoichi Hirai2016-12-021-16/+2
| | |
* | | typo of bitween for betweenhh37552017-07-081-1/+1
| | |
* | | Release date for 0.4.13chriseth2017-07-061-0/+4
| | |
* | | Update contributing.rstPatrick Walters2017-07-051-4/+4
| | |
* | | Set release date.chriseth2017-07-031-0/+4
| | |
* | | Merge pull request #2496 from jamesray1/patch-24chriseth2017-07-011-0/+1
|\ \ \ | | | | | | | | Added ref for Getter functions
| * | | Added ref for Getter functionsJames Ray2017-07-011-0/+1
| | | |
* | | | Remove parsing of why3 doc stringsAlex Beregszaszi2017-07-011-1/+1
|/ / /
* | / Update types.srtBen Che2017-06-301-8/+8
| |/ |/| | | Fix minor grammatical/spelling errors.
* | Merge pull request #2464 from federicobond/deprecate-function-type-nameschriseth2017-06-271-2/+2
|\ \ | | | | | | Warn deprecated usage of parameter names in function types
| * | Warn deprecated usage of parameter names in function typesFederico Bond2017-06-271-2/+2
| | |
* | | Clarify exception documentationAlex Beregszaszi2017-06-241-6/+5
| | |
* | | Review suggestions.chriseth2017-06-242-3/+3
| | |
* | | Clarify exceptions.chriseth2017-06-243-30/+57
| | |
* | | Merge pull request #2401 from federicobond/update-grammarchriseth2017-06-232-7/+17
|\ \ \ | | | | | | | | grammar.txt: Fix grammar for f.gas(p).value(q)() style calls
| * | | Fix and improve grammar.txtFederico Bond2017-06-232-5/+8
| | | |
| * | | grammar.txt: Fix grammar for f.gas(p).value(q)() style callsFederico Bond2017-06-231-4/+11
| |/ /
* | | Update installing-solidity.rstgregg dourgarian2017-06-231-1/+1
| | | | | | | | | correct spelling of 'release'
* | | Merge pull request #2452 from ethereum/fixPassingEmptyStringAlex Beregszaszi2017-06-232-1/+39
|\ \ \ | | | | | | | | Fix passing empty string
| * | | Bug list entry.chriseth2017-06-232-1/+39
| | | |
* | | | Merge pull request #2426 from ethereum/miniMoustacheAlex Beregszaszi2017-06-232-0/+21
|\ \ \ \ | |_|/ / |/| | | Whiskers template system
| * | | Document Whiskers.Alex Beregszaszi2017-06-222-0/+21
| |/ /
* | | Merge pull request #2423 from federicobond/tuple-grammarchriseth2017-06-231-1/+4
|\ \ \ | |/ / |/| | Fix grammar for tuple expressions
| * | Fix grammar for tuple expressionsFederico Bond2017-06-201-1/+4
| | |
* | | Add weight == 0 condition to giveRightToVote functionDillon Arevalo2017-06-211-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-7chriseth2017-06-191-1/+1
|\ \ | | | | | | Link for the semantic versioner for npm
| * | Update layout-of-source-files.rstchriseth2017-06-191-2/+2
| | |
| * | Link for the semantic versioner for npmJames Ray2017-06-151-2/+2
| | |
* | | Merge pull request #2225 from ethereum/julia-forchriseth2017-06-191-26/+14
|\ \ \ | | | | | | | | Implement for statement in assembly parser / printer / code generator
| * | | Changelog and documentation.chriseth2017-06-161-26/+14
| |/ /
* | | Merge pull request #2373 from jamesray1/patch-14chriseth2017-06-161-1/+1
|\ \ \ | |/ / |/| | Changed to "is compiled" rather than "maps" to the DVM op code to avoid ambiguity
| * | Create types.rstJames Ray2017-06-151-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.rstJames Ray2017-06-121-1/+1
| | | | | | | | | Maps will be explained later `[here](http://solidity.readthedocs.io/en/develop/types.html#mappings)`_
* | | Support dialect of assembly in grammarAlex Beregszaszi2017-06-151-1/+1
| | |
* | | Support interface contractsAlex Beregszaszi2017-06-151-1/+1
| | |
* | | Support AssemblyLabel in grammarAlex Beregszaszi2017-06-151-1/+2
| | |
* | | Fix AssemblyAssignment in grammarAlex Beregszaszi2017-06-151-1/+1
| | |
* | | Merge pull request #2192 from winsvega/developAlex Beregszaszi2017-06-151-1/+8
|\ \ \ | | | | | | | | add STATICCALL instruction
| * | | add new opcode instructions to the parserDimitry2017-06-151-1/+8
| | | | | | | | | | | | | | | | STATICCALL 0xfa 6 inputs (gas address mem1 mem2 mem3 mem4)
* | | | Merge pull request #2384 from ethereum/parseFunctionalInstructionschriseth2017-06-151-2/+4
|\ \ \ \ | |/ / / |/| | | Enforce function arguments when parsing functional instructions.
| * | | Clarify functional style.chriseth2017-06-141-2/+4
| | | |
* | | | Merge pull request #2364 from VoR0220/abiSpecchriseth2017-06-143-0/+348
|\ \ \ \ | |/ / / |/| | | Bring ABI Spec Into Solidity Documentation
| * | | try to get rid of warningRJ Catalano2017-06-141-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: RJ Catalano <rj@monax.io>
| * | | Include abi specs in index and fix styling.chriseth2017-06-133-60/+65
| | | |
| * | | Formatting of heading.chriseth2017-06-121-1/+2
| | | |
| * | | Change fixed number example.chriseth2017-06-121-10/+11
| | | |
| * | | Include structs.chriseth2017-06-121-21/+39
| | | |
| * | | some small fixes to the names and underlining; still need to fix the fixed ↵RJ Catalano2017-06-101-15/+11
| | | | | | | | | | | | | | | | | | | | | | | | point bytecode representation Signed-off-by: RJ Catalano <rj@monax.io>
| * | | begin abi spec translation into solidity docsRJ Catalano2017-06-101-0/+327
| |/ / | | | | | | | | | Signed-off-by: RJ Catalano <rj@monax.io>
* | | Add linter-soliumTravis Jacobs2017-06-141-0/+3
| | |
* | | Clarify statement about receiving etherchriseth2017-06-141-1/+2
| | | | | | | | | Fixes #2377
* | | libevmasm: add RETURNDATACOPY and RETURNDATASIZEYoichi Hirai2017-06-131-0/+4
| | |
* | | Merge pull request #2368 from jamesray1/patch-5chriseth2017-06-121-1/+1
|\ \ \ | | | | | | | | Doxygen
| * | | DoxygenJames Ray2017-06-111-1/+1
| |/ / | | | | | | Link for more information about Doxygen.
* | | Merge pull request #2372 from jamesray1/patch-13chriseth2017-06-121-1/+2
|\ \ \ | | | | | | | | Create types.rst
| * | | Added linebreak.chriseth2017-06-121-1/+2
| | | |
| * | | Create types.rstJames Ray2017-06-121-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-1chriseth2017-06-121-1/+1
|\ \ \ | | | | | | | | Fixed "building-from-source" link
| * | | Undo changes to building from source.chriseth2017-06-121-4/+3
| | | |
| * | | Fixed "building-from-source" linkMarius Kjærstad2017-06-101-4/+5
| |/ / | | | | | | Fixed building-from-source link in contributing.rst
* / / Create types.rstJames Ray2017-06-121-1/+1
|/ / | | | | hash table link
* | Update installing-solidity.rst on Gentoo LinuxAndreMiras2017-06-081-0/+6
| | | | | | Gentoo Linux solidity install instructions.
* | Merge pull request #2341 from ethernomad/patch-3chriseth2017-06-061-1/+1
|\ \ | | | | | | for free => automatically
| * | for free => automaticallyJonathan Brown2017-06-031-1/+1
| | | | | | | | | Getters still use gas when called from another contract, so they are not free.
* | | Include logo in introAlex Beregszaszi2017-06-051-0/+5
| | |
* | | Import logo from browser-solidity#16e74469Alex Beregszaszi2017-06-051-0/+27
|/ /
* | Document keccak256 in assemblyAlex Beregszaszi2017-05-301-0/+2
| |
* | Merge pull request #2287 from ethereum/legacyAstCLIchriseth2017-05-291-1/+1
|\ \ | | | | | | add legacy/compact AST-format options to CLI
| * | add legacy/compact AST-format options to CLdjudjuu2017-05-241-1/+1
| | |
* | | Merge pull request #2315 from pjstadig/patch-1Yoichi Hirai2017-05-261-1/+1
|\ \ \ | | | | | | | | Fix typo
| * | | Fix typoPaul Stadig2017-05-261-1/+1
| | | |
* | | | Rename events in purchase exampleAlexey Alexeyeff2017-05-261-6/+6
|/ / / | | | | | | Rename events in purchase example according to style guide
* | | Fix spaceRon Gross2017-05-221-4/+4
| | |
* | | Fix link formatRon Gross2017-05-221-4/+4
|/ /
* | Merge pull request #2277 from ethereum/chriseth-patch-1chriseth2017-05-171-1/+1
|\ \ | | | | | | Fix typo.
| * | Fix typo.chriseth2017-05-171-1/+1
| | | | | | | | | Fixes #2273
* | | Merge pull request #2278 from ethereum/chriseth-patch-2chriseth2017-05-171-1/+1
|\ \ \ | | | | | | | | Fix bug in example contract.
| * | | Fix bug in example contract.chriseth2017-05-171-1/+1
| |/ /
* | | Merge pull request #2221 from greggdourgarian/developchriseth2017-05-171-27/+26
|\ \ \ | | | | | | | | minor punctuation, typo and clarity changes
| * | | remove extraneous 's'greggdourgarian2017-05-041-1/+1
| | | |
| * | | minor punctuation, typo and clarity changesgreggdourgarian2017-05-041-28/+27
| | | |
* | | | Merge pull request #2247 from jamesray1/developchriseth2017-05-171-11/+13
|\ \ \ \ | |_|/ / |/| | | Wikipedia links for some terminology and grammar
| * | | Update introduction-to-smart-contracts.rstjamesray12017-05-101-1/+3
| | | |
| * | | Update introduction-to-smart-contracts.rstjamesray12017-05-101-2/+2
| | | | | | | | | | | | Updated link for pragma.
| * | | Update introduction-to-smart-contracts.rstjamesray12017-05-061-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.timestampMicah Zoltu2017-05-131-1/+1
|/ / /
* | | Merge pull request #2194 from ethereum/removeerrorlabelchriseth2017-05-051-7/+2
|\ \ \ | |/ / |/| | Remove error label / invalid jump label.
| * | Remove error label / invalid jump label.chriseth2017-04-281-7/+2
| | |
* | | Update permalink for optimizer bug and fix release date.chriseth2017-05-032-2/+2
| | |
* | | Update bug list.chriseth2017-05-031-0/+4
| | |
* | | Parentheses.chriseth2017-05-031-3/+3
| | |
* | | Corrections and some style.chriseth2017-05-033-12/+13
| | |
* | | Cleanup to make the docs more consistent.chriseth2017-05-034-40/+40
| | |
* | | Update common-patterns.rstMatt Wisniewski2017-05-037-99/+73
| | |
* | | Merge pull request #2206 from ethereum/fixoptimizerchriseth2017-05-032-4/+48
|\ \ \ | | | | | | | | Constant optimizer fix
| * | | Fix keys for bugs.json.chriseth2017-05-031-5/+4
| | | |
| * | | Add entry to bug list.chriseth2017-05-022-4/+49
| | | |
* | | | Merge pull request #2211 from ethereum/jsonio-fixesAlex Beregszaszi2017-05-021-1/+1
|\ \ \ \ | | | | | | | | | | Follow the JSON I/O spec closely
| * | | | Follow the JSON I/O spec closelyAlex Beregszaszi2017-05-021-1/+1
| | | | |
* | | | | Merge pull request #2210 from ethereum/jsonio-remove-why3chriseth2017-05-021-7/+4
|\ \ \ \ \ | |/ / / / |/| | | | Remove why3 from standard compiler
| * | | | Remove why3 from standard compilerAlex Beregszaszi2017-05-021-7/+4
| | | | |
* | | | | Merge pull request #2201 from FedericoCapello/patch-1chriseth2017-05-021-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | Update units-and-global-variables.rst (Typo)
| * | | | Update units-and-global-variables.rstFedericoCapello2017-05-021-2/+2
| | |/ / | |/| | | | | | Consistency of explanation.
* | | | Merge pull request #2172 from ethereum/docs-sarchriseth2017-05-021-0/+6
|\ \ \ \ | |_|/ / |/| | | Document how Solidity's SAR is different
| * | | Add warning about SAR in docsPaweł Bylica2017-04-281-0/+6
| |/ /
* | | Merge pull request #2203 from JohnAllen/developAlex Beregszaszi2017-05-021-1/+1
|\ \ \ | | | | | | | | Correct form-from typo in layout-of-source-files.rst
| * | | Correct form-from typo in layout-of-source-files.rstJohnAllen2017-05-021-1/+1
| |/ /
* / / Added Doxity in the Solidity Tools sectionAdrianClv2017-04-291-1/+4
|/ /