aboutsummaryrefslogtreecommitdiffstats
path: root/docs/introduction-to-smart-contracts.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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