aboutsummaryrefslogtreecommitdiffstats
path: root/docs/solidity-by-example.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1003 from winsvega/docschriseth2016-09-061-0/+8
|\ | | | | add "pragma solidity ^0.4.0;" to code examples
| * add "pragma solidity ^0.4.0;" to code examplesDimitry2016-09-051-0/+8
| |
* | Require ";" after "_"chriseth2016-09-051-2/+2
|/
* Use new style for the docsDenton Liu2016-08-271-2/+1
|
* Merge pull request #913 from chriseth/auctionchriseth2016-08-251-15/+29
|\ | | | | Updated the function withdraw() in the SimpleAuction and BlindAuction…
| * Updated the function withdraw() in the SimpleAuction and BlindAuction ↵Alex Darby2016-08-191-15/+29
| | | | | | | | contracts to not use a 'throw' if a address send() fails.
* | Remove trailing whitespaceDenton Liu2016-08-101-1/+1
| |
* | Add section about withdrawal patternDenton Liu2016-08-101-0/+2
|/
* Security Considerationschriseth2016-07-041-3/+21
|
* Typo.chriseth2016-06-091-1/+1
|
* stylechriseth2016-06-021-3/+5
|
* Removed some problems in documentation examples.chriseth2016-05-311-20/+58
|
* Changed inline code syntaxDenton Liu2016-05-301-1/+1
| | | | Changed from :code:`<inline>` to ``<inline>``
* Corrected solidity-by-example.rstDenton Liu2016-05-301-1/+1
| | | | Fixed inline code syntax
* Typo correction in solidity-by-example.rstMathieu Van der Haegen2016-05-261-1/+1
| | | Just correcting a simple typo in the comments of the code
* Changed whitespace formattingDenton Liu2016-05-181-1/+1
|
* Removed trailing whitespaceDenton Liu2016-05-181-2/+2
|
* Moved the location of the "||"Denton Liu2016-05-061-3/+3
|
* Fixed up formattingDenton Liu2016-05-061-62/+94
|
* Typo fixDave Hoover2016-04-121-1/+1
|
* Refund actual deposit, and not bid value.chriseth2016-01-121-1/+1
| | | | Thanks to @jonasnick for finding this. Fixes #349
* Imported documentation.chriseth2015-12-081-0/+530