aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add Korean to Translationdongsamb2018-03-101-0/+1
|
* Documentation updates for internal constructors and function signature (#3365)Elena Dimitrova2018-03-012-4/+37
| | | | | | | | | | * Add a note explaining return values not included in function signature * Add section on Constructors in documentation * Improve documented definition for abstract contract * Add benefits of abstraction to documentation
* Update Tips and Tricks on structs initialization. (#3626)Oleksii Matiiasevych2018-03-011-1/+4
| | | | * Update Tips and Tricks on structs initialization.
* Merge pull request #3587 from OTTTO/developchriseth2018-03-011-1/+47
|\ | | | | Multiline output parameters and return statements
| * Multiline output parameters and return statementsDax Bondye2018-02-271-1/+47
| |
* | Update miscellaneous.rstJordi Baylina2018-02-281-1/+1
| |
* | Merge pull request #3476 from ethereum/scopingchriseth2018-02-281-2/+59
|\ \ | | | | | | C99/C++ scoping rules
| * | Documentation about new scoping rules.chriseth2018-02-271-2/+59
| | |
* | | Shift operands were swapped in accepted EIP145Alex Beregszaszi2018-02-271-3/+3
| | |
* | | Remove ROL/ROR as they are not part of EIP145 anymoreAlex Beregszaszi2018-02-271-4/+0
| | |
* | | Document bitwise shift operators in assemblyAlex Beregszaszi2018-02-271-0/+10
|/ /
* | Fix builtin function formatting in juliaAlex Beregszaszi2018-02-271-76/+77
| |
* | Introduce VM version ('hard fork') column for assembly opcodesAlex Beregszaszi2018-02-271-161/+163
| |
* | Fix some keyword highlighting in docsAlex Beregszaszi2018-02-271-2/+2
| |
* | Fix link to solcjs in the installation sectionAlex Beregszaszi2018-02-271-4/+4
| |
* | Mention that solcjs is not compatible with solc in the using-the-compiler ↵Alex Beregszaszi2018-02-272-0/+5
| | | | | | | | section
* | Merge pull request #3335 from nisdas/ballot-contractchriseth2018-02-271-9/+14
|\ \ | | | | | | Fixes the errors in the sample ballot contract
| * | Fix name shadowing in ballot example contract.chriseth2018-02-271-9/+14
| | |
* | | Note deprecation of constant keyword on functionswbt2018-02-271-1/+1
| | |
* | | Random documentation updates (assembly, faq)Alex Beregszaszi2018-02-273-39/+11
|/ /
* | Fix example; closes #3582Aaron Colaço2018-02-241-9/+24
| |
* | add in progressHongbin Zuo2018-02-231-1/+1
| |
* | Why you made this change:Hongbin Zuo2018-02-231-0/+1
| | | | | | | | | | | | | | Talked with Chris and Matt, in order to develop stronger ethereum community in China, we decided to initiate the activity to translate Solidity documentation into Simplified Chinese version. We have invited over 10 experienced translators as a team to contribute on this effort. What you did: I finished translation of index.rst into Simplified Chinese and wanted it to be added into main doc index.
* | Merge pull request #3538 from ethereum/emitEventschriseth2018-02-236-23/+26
|\ \ | | | | | | emit pseudo-keyword for events.
| * | Documentation about emitting events.chriseth2018-02-225-22/+24
| | |
| * | Introduce emit statement.chriseth2018-02-221-1/+2
| | |
* | | Merge pull request #3575 from OTTTO/developchriseth2018-02-231-2/+16
|\ \ \ | | |/ | |/| Recommend to explicitly label the visibility of functions.
| * | Reccomend to explicitly label the visibility of functions.Dax Bondye2018-02-231-2/+16
| | |
* | | Merge pull request #3513 from OTTTO/developchriseth2018-02-221-0/+103
|\| | | | | | | | Add "Maximum Line Length" section
| * | Recommend consistent style for wrapping long lines.DYLAN BECKWITH2018-02-221-0/+103
| | |
* | | Merge pull request #3552 from ethereum/chriseth-patch-1chriseth2018-02-221-3/+3
|\ \ \ | |_|/ |/| | ABI: Clarify padding direction.
| * | Use the term "trailing zero-bytes".chriseth2018-02-221-1/+1
| | |
| * | Clarify padding direction.chriseth2018-02-201-3/+3
| | |
* | | Update solidity-by-example.rstmirgj2018-02-221-1/+1
| | | | | | | | | | | | | | | | | | highestBidder is the address. it's highestBid that should be != 0 to be considered as pending return. It's that right?
* | | Merge pull request #3427 from duaraghav8/patch-3chriseth2018-02-221-0/+11
|\ \ \ | |/ / |/| | Abstract Contracts: Add note about function type
| * | Fix link.chriseth2018-02-201-5/+3
| | |
| * | correct terminologyRaghav Dua2018-01-241-2/+2
| | |
| * | Abstract Contracts: Add note about function typeRaghav Dua2018-01-241-0/+13
| | |
* | | Merge pull request #3543 from ↵chriseth2018-02-201-5/+5
|\ \ \ | | | | | | | | | | | | | | | | medvedev1088/feature/add-gas-details-to-documentation Add gas forwarding details to address related functions in documentation
| * | | Add adjustable/no adjustable gas details to address related functions in ↵Evgeny Medvedev2018-02-201-5/+5
| | | | | | | | | | | | | | | | units-and-global-variables.rst
| * | | Add gas forwarding details to address related functions in ↵Evgeny Medvedev2018-02-191-5/+5
| | | | | | | | | | | | | | | | units-and-global-variables.rst
* | | | TypoWilliam Entriken2018-02-201-1/+1
| | | |
* | | | Merge pull request #3357 from federicobond/improve-asm-grammarchriseth2018-02-201-17/+16
|\ \ \ \ | | | | | | | | | | docs: Improve assembly grammar definition
| * | | | docs: Improve assembly grammar definitionFederico Bond2017-12-241-17/+16
| | | | |
* | | | | Merge pull request #3448 from fulldecent/patch-8chriseth2018-02-201-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Clarify name documentation for mixedCase
| * | | | | Clarify name documentation for mixedCaseWilliam Entriken2018-01-301-1/+1
| | | | | |
* | | | | | Merge pull request #3182 from janat08/patch-2chriseth2018-02-191-2/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update introduction-to-smart-contracts.rst
| * | | | | | Update introduction-to-smart-contracts.rstchriseth2018-02-191-3/+5
| | | | | | |
| * | | | | | Update introduction-to-smart-contracts.rstjanat082017-11-091-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Make addmod and mulmod revert if the last argument is zero.chriseth2018-02-152-4/+4
| |_|_|_|/ |/| | | |
* | | | | fix a typoAlexandre Bezroutchko2018-02-141-1/+1
| | | | |
* | | | | Prepare 0.4.20 release.chriseth2018-02-141-0/+4
| | | | |
* | | | | Remind authors of best practices.chriseth2018-02-021-0/+8
| |/ / / |/| | |
* | | | Fix new Solidity warnings, for #3379William Entriken2018-01-291-9/+9
| | | |
* | | | Merge pull request #3431 from fulldecent/patch-7chriseth2018-01-291-4/+4
|\ \ \ \ | | | | | | | | | | Add mutability declaration to example, for #3379
| * | | | Remove useless self assignmentWilliam Entriken2018-01-291-1/+1
| | | | |
| * | | | Add mutability declaration to example, for #3379William Entriken2018-01-241-4/+4
| | |_|/ | |/| |
* | | | update typesYuShuangqi2018-01-271-1/+1
| | | | | | | | | | | | correct the mistakes in writings
* | | | Merge pull request #3424 from wbt/addDecompilerLinkchriseth2018-01-271-5/+6
|\ \ \ \ | | | | | | | | | | Correct FAQ answer re: decompiler
| * | | | Respond to chriseth's suggestionswbt2018-01-271-3/+2
| | | | | | | | | | | | | | | https://github.com/ethereum/solidity/pull/3424#pullrequestreview-90873869
| * | | | Update FAQ answer re decompilerwbt2018-01-231-6/+8
| | | | |
* | | | | fixes ethereum/solidity#1209hyperfekt2018-01-261-1/+1
| | | | | | | | | | | | | | | | | | | | This clears up a common and easy misunderstanding which seems to occur rather often. (https://ethereum.stackexchange.com/questions/8263/trying-to-understand-libraries)
* | | | | Merge pull request #3203 from ethereum/nocallchriseth2018-01-251-1/+29
|\ \ \ \ \ | | | | | | | | | | | | Prevent libraries from being called.
| * | | | | Document call protector.chriseth2018-01-191-1/+29
| | | | | |
* | | | | | Inheritance, "super" and DDDZoOgY-DoOgY2018-01-241-3/+3
| |_|/ / / |/| | | | | | | | | As explained in "Multiple Inheritance and Linearization" part, "a simple rule to remember is to specify the base classes in the order from “most base-like” to “most derived”". So "contract Final is Base1, Base2" means Final is derived from Base2, derived from Base1, so the final inheritance sequence should be, starting with the most derived contract : Final, Base2, Base1, mortal, owned.
* | | | | Add comment to clarify example (#3415)Maurelian2018-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add comment to clarify example * Reverse bases.
* | | | | Some more clarifications.chriseth2018-01-241-5/+5
| | | | |
* | | | | clarify `address` in function selectorLi Xuanji2018-01-231-2/+2
| |/ / / |/| | | | | | | I found that the canonical form for `address` in computing the function selector calldata tag is `uint160`. Update the abi specs to explicitly mention this.
* | | | Update using-the-compiler.rstSawyer2018-01-211-2/+2
|/ / / | | | | | | | | | | | | in outputSelection section of Compiler Input and Output JSON Description: "evm.sourceMap" should be "evm.bytecode.sourceMap" "evm.opcodes" should be "evm.bytecode.opcodes"
* | | update solium descriptionRaghav Dua2018-01-181-1/+1
| | |
* | | Case convention clarificationwbt2018-01-171-1/+1
| | | | | | | | | Constructors follow the contract naming convention, using CapWords, instead of mixedCase.
* | | Merge pull request #3393 from fulldecent/patch-5chriseth2018-01-151-3/+3
|\ \ \ | | | | | | | | Use CapWords style for example
| * | | Use CapWords style for exampleWilliam Entriken2018-01-151-3/+3
| | | | | | | | | | | | Follows recommendation in https://github.com/ethereum/solidity/pull/3392
* | | | Prefer CapWords style struct namesWilliam Entriken2018-01-151-0/+6
|/ / /
* | | Fix links and JS referenceWilliam Entriken2018-01-111-4/+4
| | |
* | | No nonsense explanation of compiler optionsWilliam Entriken2018-01-051-15/+23
| | |
* | | Explain the difference to inline assembly.chriseth2018-01-051-0/+7
| | |
* | | grammar.txt: Add optional storage location to parametersFederico Bond2018-01-041-6/+11
| |/ |/|
* | Minor syntax and formatting changes (#3337)Chuck LeDuc Díaz2017-12-201-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | * Copyediting, mostly syntax. * Use consistent quote chars inside sample code comments * Revert to put back matching parenthesis * Use single backticks for comment code quotes wherever a reserved word, function or variable name is used in a comment
* | Merge pull request #3345 from kevinwucodes/patch-1chriseth2017-12-191-0/+1
|\ \ | | | | | | add clarity to destructuring assignments with leading comma
| * | add clarity to destructuring assignmentsKevin Wu2017-12-191-0/+1
| | |
* | | [Docs] Note that events can contain both indexed and unindexed arguments for ↵Steve Waldman2017-12-191-1/+1
| | | | | | | | | | | | values of dynamic-length types.
* | | [Docs] Include explanation of how indexed dynamic-length event args are encodedSteve Waldman2017-12-191-0/+2
|/ /
* | Merge pull request #3343 from ethereum/structs-structAlex Beregszaszi2017-12-181-3/+3
|\ \ | | | | | | Fix grammar: "structs type" into "struct type"
| * | Fix grammar: "structs type" into "struct type"Yoichi Hirai2017-12-181-3/+3
| | |
* | | Link to dev channelchriseth2017-12-181-2/+4
| | |
* | | Fixes for failing testsJim McDonald2017-12-134-8/+8
| | |
* | | Fix Solidity warningsJim McDonald2017-12-1313-250/+291
|/ /
* | Document function overloads and resolutionelenadimitrova2017-12-121-7/+94
| |
* | Merge pull request #3197 from medvedev1088/fix-security-considerations-exampleAlex Beregszaszi2017-12-121-3/+20
|\ \ | | | | | | Add another example with call to demonstrate Re-Entrancy
| * | Correct that ether transfers _can_ always include code execution in ↵Alex Beregszaszi2017-12-121-2/+2
| | | | | | | | | | | | re-entrancy example
| * | Add another contract with call to demonstrate re-entrancy vulnerability.Evgeny Medvedev2017-12-121-1/+18
| | | | | | | | | | | | Add another contract with call to demonstrate re-entrancy vulnerability as send explicitly sets gas to 2300 by default according to this commit 9ca7472 which makes it impossible to "get multiple refunds" because a non-zero CALL costs at least 9700 gas. This issue is discussed on Ethereum StackExchange https://ethereum.stackexchange.com/questions/30371/send-ether-reentrancy-attack-in-reality-how-could-fallback-function-make-a-mes/30616#30616
* | | Document JSON I/O error classesZhen Zhang2017-12-121-1/+20
|/ /
* | Merge pull request #3228 from ethereum/docs-tests-structchriseth2017-12-111-0/+4
|\ \ | | | | | | Enable struct abi example with experimental pragma
| * | Enable struct abi example with experimental pragmaAlex Beregszaszi2017-12-021-0/+4
| | |
* | | Merge pull request #3281 from GNSPS/developchriseth2017-12-111-25/+0
|\ \ \ | | | | | | | | Removed manual adjustment of stack of the docs
| * | | Removed manual adjustment of stack of the docsGonçalo Sá2017-12-051-25/+0
| |/ / | | | | | | | | | Removed the section fo the docs regarding manual adjustment of the stack given the `unbalanced stack` check prevents its use
* | | Update style-guide.rst to include enum styleKamuela Franco2017-12-091-0/+6
| | |
* | | link to wiki for additional info on napspecEzra Epstein2017-12-021-0/+2
|/ /
* | Preparation for 0.4.19 release.chriseth2017-11-301-0/+4
| |
* | Update standard json documentationAlex Beregszaszi2017-11-301-1/+1
| |
* | Minor update in contractswbt2017-11-301-1/+1
| | | | | | Fix typos and prevent example code from needing horizontal scroll bar
* | Merge pull request #3220 from ethereum/IuliaIfchriseth2017-11-272-5/+31
|\ \ | | | | | | If statement for Iulia / Inline Assembly
| * | Force condition to be bool in iulia mode.chriseth2017-11-241-1/+1
| | |
| * | Add if statement to Julia specification.chriseth2017-11-221-2/+10
| | |
| * | If statement for Iulia / inline assembly.chriseth2017-11-221-3/+21
| | |
* | | Bugfix in blind auctionchriseth2017-11-241-4/+3
| | |
* | | Add exponential notation to numbers in SolidityLexerAlex Beregszaszi2017-11-231-2/+2
| | |
* | | Move reserved keywords from SolidityLexerAlex Beregszaszi2017-11-231-3/+3
|/ /
* | Merge pull request #3195 from ethereum/chriseth-patch-1Alex Beregszaszi2017-11-221-1/+2
|\ \ | | | | | | Tone down similarity to JavaScript.
| * | Tone down similarity to JavaScript.chriseth2017-11-161-1/+2
| | |
* | | More explanation about the packed encoding.chriseth2017-11-221-5/+10
| | |
* | | had "names" when "parameters" was meantEzra Epstein2017-11-221-1/+1
| | |
* | | Ensure each code snippet in the docs can be extracted for testsAlex Beregszaszi2017-11-225-115/+107
| | |
* | | avoid reassigning variablesSami Mäkelä2017-11-221-2/+2
| | |
* | | added Switch specificationSami Mäkelä2017-11-221-0/+13
| | |
* | | Small fixeschriseth2017-11-221-5/+5
| | | | | | | | | suggested by @mrsmkl
* | | Some clarifications.chriseth2017-11-221-67/+87
| | |
* | | Typos and clarifications.chriseth2017-11-221-4/+5
| | |
* | | Include JULIA section in the TOC.chriseth2017-11-221-0/+1
| | |
* | | Add true/false literalsAlex Beregszaszi2017-11-221-1/+3
| | |
* | | Remove from examplesAlex Beregszaszi2017-11-221-3/+3
| | |
* | | Switch cases do not require colonAlex Beregszaszi2017-11-221-2/+2
| | |
* | | Require at least one case in switchchriseth2017-11-221-1/+1
| | |
* | | Restriction of switchAlex Beregszaszi2017-11-221-1/+6
| | |
* | | Include section for Julia objectsAlex Beregszaszi2017-11-221-0/+68
| | |
* | | Include type names in grammarAlex Beregszaszi2017-11-221-2/+4
| | |
* | | Remove subassemblyAlex Beregszaszi2017-11-221-4/+1
| | |
* | | Support types in grammarAlex Beregszaszi2017-11-221-6/+6
| | |
* | | Clarify literalsAlex Beregszaszi2017-11-221-1/+1
| | |
* | | Do not require parentheses on function return valuesAlex Beregszaszi2017-11-221-7/+7
| | |
* | | More specification.chriseth2017-11-221-28/+80
| | |
* | | Improve semantics description.chriseth2017-11-221-19/+18
| | |
* | | Include split/combine256Alex Beregszaszi2017-11-221-0/+6
| | |
* | | Use signed/unsigned types in low-level functionsAlex Beregszaszi2017-11-221-71/+73
| | |
* | | Include implicit type conversionsAlex Beregszaszi2017-11-221-0/+13
| | |
* | | Document backendsAlex Beregszaszi2017-11-221-0/+21
| | |
* | | Case is missing from switch statementsAlex Beregszaszi2017-11-221-3/+3
| | |
* | | Add types to the examplesAlex Beregszaszi2017-11-221-9/+9
| | |
* | | Define types in JuliaAlex Beregszaszi2017-11-221-0/+4
| | |
* | | Describe built-in Julia functionsAlex Beregszaszi2017-11-221-1/+163
| | |
* | | Move Julia documentation to its own fileAlex Beregszaszi2017-11-222-191/+196
| | |
* | | First take in formal specification.chriseth2017-11-221-13/+94
| | |
* | | Describe Julia.chriseth2017-11-221-11/+114
| | |
* | | Merge pull request #3204 from frangio/grammar-incomplete-tuplesAlex Beregszaszi2017-11-221-2/+2
|\ \ \ | | | | | | | | Make tuple components optional in documented grammar
| * | | Make tuple components optional in documented grammarFrancisco Giordano2017-11-151-2/+2
| | |/ | |/|
* | | Link to translations. (#3212)chriseth2017-11-211-2/+9
| | |
* | | Change phrase in type deductionChua Chee Wee2017-11-161-1/+1
| |/ |/| | | updated phrase in type deduction from "any value of this type" to "the highest value of this type"
* | Merge pull request #3173 from federicobond/improve-number-grammarAlex Beregszaszi2017-11-161-3/+3
|\ \ | | | | | | Improve rule for decimal numbers in grammar.txt
| * | Improve rule for decimal numbers in grammar.txtFederico Bond2017-11-161-3/+3
| | |
* | | Remove obsolote statement about msg.sender and library calls.chriseth2017-11-161-5/+0
| | |
* | | Update index.rstLiana Husikyan2017-11-151-2/+2
| |/ |/| | | Some minor text editing.
* | Changed limitation to featureChua Chee Wee2017-10-301-1/+1
| | | | | | Changed the word "limitation" to "feature" for the note where transfer is described.
* | abi-spec: example code doesn't fit grammar.txt.walter-weinmann2017-10-291-6/+6
| |
* | Fixed typos (#3139)Christian Pamidov2017-10-281-2/+2
|/
* Fixed typosSvetlin Nakov2017-10-261-4/+4
|
* Improved the "Naming" sectionSvetlin Nakov2017-10-251-16/+18
| | | Improved the "Naming" section. Added naming examples. Improved consistency.
* Merge pull request #3053 from wjmelements/nit-exampleschriseth2017-10-211-8/+4
|\ | | | | Replace biddingTime with auctionEnd in auction example
| * also rm biddingTimeWilliam Morriss2017-10-091-3/+1
| |
| * remove auctionStartWilliam Morriss2017-10-091-6/+4
| |
* | Accent on ext.deps in install docs (issue #3048)Boris Kostenko2017-10-191-1/+2
| |
* | Accent on ext.deps in install docs (issue #3048)Boris Kostenko2017-10-191-0/+1
| |
* | Update changelog for 0.4.18 release.chriseth2017-10-181-0/+4
| |
* | Bug list entry.chriseth2017-10-183-4/+50
| |
* | Merge pull request #2994 from idrabenia/developchriseth2017-10-181-0/+3
|\ \ | | | | | | Add solhint to list of tools.
| * | Project moved.chriseth2017-10-181-1/+1
| | |
| * | Add solhint to list of tools. Ilya Drabenia2017-09-291-0/+3
| | | | | | | | | | | | | | | | | | | | | Hello! I develop linter that provide both security, style guide and best practices validations for Solidity users. I will be glad if it will be useful for this community!
* | | Update abi-spec.rstGiovanni Casinelli2017-10-161-1/+1
| | |
* | | Merge pull request #3083 from davidau/patch-1Alex Beregszaszi2017-10-161-1/+1
|\ \ \ | | | | | | | | Update miscellaneous.rst
| * | | Update miscellaneous.rstDavid Au2017-10-151-1/+1
| | | | | | | | | | | | Fix small typo
* | | | grammar.txt: spelling error uixed.walter-weinmann2017-10-141-1/+1
|/ / /
* | / Add reference to EIP-55 in address literals (#3062)Alex Beregszaszi2017-10-101-0/+3
| |/ |/|
* | Do not add members of address to contracts in experimental 0.5.0Alex Beregszaszi2017-10-051-0/+3
| |
* | Merge pull request #2990 from ethereum/someMoreSMTStuffchriseth2017-10-041-2/+4
|\ \ | | | | | | Basic SMT tests.
| * | Add SMT tests.chriseth2017-09-291-2/+4
| |/
* / Minor editsDave Hoover2017-10-041-2/+2
|/
* Fixed code example (#2955)Zetherz2017-09-281-2/+2
|
* Update contracts.rstMartín Triay2017-09-281-1/+1
| | | Fixed web3 URL
* Document packed ABIAlex Beregszaszi2017-09-273-6/+25
|
* Merge pull request #2909 from bernardpeh/mydevchriseth2017-09-251-2/+3
|\ | | | | faq typo
| * Update frequently-asked-questions.rstchriseth2017-09-251-2/+3
| |
| * minor tuning to sentence to be more accuratebernard peh2017-09-251-1/+1
| |
| * possible typo fixbernard peh2017-09-161-1/+1
| |
* | Update bug list.chriseth2017-09-211-0/+4
| |
* | docs: Specify gas fallback function from callLefteris Karapetsas2017-09-211-2/+1
| | | | | | | | | | Specify that also 21k gas is needed for fallback functions originating from external function calls.
* | fix typo: missing word in documentationMatthieu Caneill2017-09-211-2/+2
| |
* | Clarify shorthand notation in ABIAlex Beregszaszi2017-09-191-2/+2
| |
* | Fix ABI spec regarding arrays.chriseth2017-09-191-2/+2
| |
* | Clarify ABI & Solidity typesAlex Beregszaszi2017-09-161-2/+5
| |
* | Use "tuple" for struct types in ABI JSON.chriseth2017-09-161-15/+15
| | | | | | | | Only use tuple as a type in the ABI (and remove all "anonymous struct" references too)
* | 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