aboutsummaryrefslogtreecommitdiffstats
path: root/docs/introduction-to-smart-contracts.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update introduction-to-smart-contracts.rstDavid Lozano Jarque2018-11-261-1/+1
| | | Fix typo
* Update minor typo in Storage section of docsPritam Roy2018-10-161-1/+1
|
* Clarify contract creation transactionTomasz Drwięga2018-10-091-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.
* Changed pragma explanation to match exampleJ Quinn2018-10-021-1/+1
|
* Add content from old Solidity wikiChris Ward2018-09-261-3/+4
|
* Set 0.5.x specific example code to be compilable with >0.4.99 <0.6.0 (e.g. ↵Alex Beregszaszi2018-09-261-1/+1
| | | | 0.5.x only)
* Update version pragma in all documentation examplesAlex Beregszaszi2018-09-261-1/+1
|
* Blockchain basics part 1chriseth2018-09-191-13/+16
|
* Blockchain basics part 2chriseth2018-09-141-17/+27
|
* Second part of coin example.chriseth2018-09-131-10/+21
|
* Update first part of example.chriseth2018-09-061-18/+21
|
* Move intro related FAQ pointsChris Ward2018-08-061-21/+23
| | | | | | Changes from feedback Changes from review
* Adds review suggestions.Erik Kundt2018-07-021-1/+1
|
* Updates docs to new constructor syntax.Erik Kundt2018-07-021-2/+2
|
* Minor changes to make the English more idiomaticFlash Sheridan2018-05-231-4/+4
|
* Prefer view over constant in the documentation.Daniel Kirchner2018-05-091-1/+1
|
* Clarify code state of contracts under construction.chriseth2018-04-041-1/+7
|
* Use 0.4.21 pragma for documentation that uses "emit".chriseth2018-03-021-1/+1
|
* Documentation about emitting events.chriseth2018-02-221-5/+5
|
* 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
| |
* | Fix Solidity warningsJim McDonald2017-12-131-6/+6
|/
* fix typo: missing word in documentationMatthieu Caneill2017-09-211-2/+2
|
* Mention that different Unicode codepoint can look the sameAlex Beregszaszi2017-09-021-0/+4
|
* Document character setAlex Beregszaszi2017-09-021-0/+4
|
* docs typo: remove duplicate period and unnecessary spaces in introStu West2017-08-131-1/+1
|
* :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
|
* Fix spaceRon Gross2017-05-221-4/+4
|
* Fix link formatRon Gross2017-05-221-4/+4
|
* 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.
* small fixesAbraham Sangha2017-03-231-2/+2
|
* Rename accessor to getterAlex Beregszaszi2017-02-031-1/+1
|
* Other contracts can't write to a public variableWill White2017-02-021-2/+1
| | | The removed words implied that other contracts can write to a public variable.
* Re-word somewhat bumpy sentence to be more clear.Anders Brownworth2017-01-121-2/+2
|
* Fixed spelling mistake in Logsescull6382016-11-211-1/+1
| | | Changed 'maps all they way up to the block level' to 'maps all the way up to the block level'.
* Remove named returnethers2016-11-131-2/+2
| | | Named returns are not explained in this introduction; they also provide little value in these examples.
* FAQ: remove removal of external accountsAlex Beregszaszi2016-10-191-0/+2
|
* Merge the selfdestruct sectionsAlex Beregszaszi2016-10-191-5/+9
|
* Mention that memory is organised as 256-bit wordsAlex Beregszaszi2016-10-141-4/+4
|
* Merge the two EVM memory introduction sectionsAlex Beregszaszi2016-10-121-3/+5
|
* Update documentation to version 0.4.0.chriseth2016-09-071-0/+5
|
* add "pragma solidity ^0.4.0;" to code examplesDimitry2016-09-051-0/+4
|
* Fix selfdestruct documentationDenton Liu2016-08-291-5/+5
|
* Fix grammar errorDenton Liu2016-08-271-1/+1
|
* Add commaDenton Liu2016-08-241-1/+1
|
* Fix description about how blocks workDenton Liu2016-08-241-1/+1
|
* Change XXX bit to XXX-bitDenton Liu2016-08-241-6/+6
|
* Fix typoDenton Liu2016-08-241-1/+1
|
* Fixed mix-up of variable names in Sent eventsvantetobias2016-07-061-2/+2
| | | event Sent(address from, address to, uint amount) defines "amount" variable but it is two times referred to as "value", which can be a bit confusing for the reader.
* Removed some problems in documentation examples.chriseth2016-05-311-4/+0
|
* Changed inline code syntaxDenton Liu2016-05-301-25/+25
| | | | Changed from :code:`<inline>` to ``<inline>``
* Modified introduction-to-smart-contracts.rstDenton Liu2016-05-301-25/+25
| | | | Corrected inline code syntax
* Update links to browser-solidity.chriseth2016-05-201-8/+0
|
* Added space to example codeDenton Liu2016-05-181-0/+4
|
* Tiny fixDave Hoover2016-04-121-1/+1
|
* Documentation for delegatecall.chriseth2016-03-121-6/+6
|
* [docs]: add an ending periodLu Guanqun2015-12-301-1/+1
|
* Imported documentation.chriseth2015-12-081-0/+464