aboutsummaryrefslogtreecommitdiffstats
path: root/docs/common-patterns.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update non-existant pragma 0.4.99 to 0.5.0Chris Ward2019-01-071-2/+2
| | | | | | | | Use correct syntax for pragma Change pragma syntax One more change to pragma syntax
* Merge pull request #5083 from ethereum/updatePatternsAlex Beregszaszi2018-09-261-2/+2
|\ | | | | [DOCS] Update common patterns.
| * [DOCS] Update common patterns.chriseth2018-09-261-2/+2
| |
* | Set 0.5.x specific example code to be compilable with >0.4.99 <0.6.0 (e.g. ↵Alex Beregszaszi2018-09-261-2/+2
| | | | | | | | 0.5.x only)
* | Update version pragma in all documentation examplesAlex Beregszaszi2018-09-261-2/+2
|/
* Add payable and non-payable state mutability to AddressType.Daniel Kirchner2018-09-131-1/+1
|
* Update documentation examples.chriseth2018-08-141-1/+1
|
* Small clarifications around the 2300 gas stipend from transfer and sendChris Ward2018-08-011-1/+1
|
* Adds review suggestions.Erik Kundt2018-07-021-2/+2
|
* Updates docs to new constructor syntax.Erik Kundt2018-07-021-4/+4
|
* Docs: Update solidity version for revert with reasonLefteris Karapetsas2018-04-161-2/+2
|
* Update documentation.chriseth2018-04-121-4/+16
|
* Fix: Missing payable at function forceOwnerChangeMatías A. Ré Medina2018-03-201-0/+1
| | | forceOwnerChange expects ether, and does not have the payable keyword.
* Fix Solidity warningsJim McDonald2017-12-131-5/+13
|
* Minor editsDave Hoover2017-10-041-2/+2
|
* Cleanup to make the docs more consistent.chriseth2017-05-031-16/+13
|
* Update common-patterns.rstMatt Wisniewski2017-05-031-13/+9
|
* Update common-patterns.rstChandan Kumar2017-04-141-1/+1
|
* Fix typo (recieve to receive)Alex Beregszaszi2017-03-161-1/+1
|
* add payable attributeDmitriy Merkurev2017-02-221-1/+1
|
* Update documentation to version 0.4.0.chriseth2016-09-071-18/+14
|
* 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-7/+7
|/
* Use new style for the docsDenton Liu2016-08-271-6/+3
|
* Merge pull request #706 from Denton-L/withdrawal-patternchriseth2016-08-201-0/+104
|\ | | | | Add Withdrawal Pattern Example
| * Remove throw from withdrawal patternDenton Liu2016-08-191-3/+7
| |
| * Fix codeDenton Liu2016-08-121-6/+6
| |
| * Reference inspirationDenton Liu2016-08-121-1/+2
| |
| * Add minor correctionsDenton Liu2016-08-121-9/+10
| |
| * Update contracts and descriptionsDenton Liu2016-08-111-4/+13
| |
| * Change withdrawal exampleDenton Liu2016-08-111-78/+43
| | | | | | | | | | | | | | | | | | The example is now a "King of the Ether"-esque contract. This is actually relevant as they suffered an attack because of an almost identical issue. See the post-mortem here: https://www.kingoftheether.com/postmortem.html
| * Use store exampleDenton Liu2016-08-101-96/+68
| |
| * Change example to auctionDenton Liu2016-08-101-24/+100
| |
| * Fix withdrawal pattern documentationDenton Liu2016-08-101-4/+4
| |
| * Link to withdraw patternDenton Liu2016-08-101-0/+2
| |
| * Add section about withdrawal patternDenton Liu2016-08-101-0/+74
| |
* | fix typo in costs modifier (#850)gl3672016-08-161-3/+5
|/
* Missing '_' in modifier 'timedTransitions'Weiyang Zhu2016-07-211-0/+1
|
* Removed some problems in documentation examples.chriseth2016-05-311-4/+0
|
* Changed inline code syntaxDenton Liu2016-05-301-4/+4
| | | | Changed from :code:`<inline>` to ``<inline>``
* Modified common-patterns.rstDenton Liu2016-05-301-4/+4
| | | | Now it uses proper inline code syntax
* Changed whitespace formattingDenton Liu2016-05-181-0/+7
|
* Removed trailing whitespaceDenton Liu2016-05-181-1/+1
|
* Imported documentation.chriseth2015-12-081-0/+249