aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contracts.rst
Commit message (Expand)AuthorAgeFilesLines
* Update contracts.rstMartín Triay2017-09-281-1/+1
* docs: Specify gas fallback function from callLefteris Karapetsas2017-09-211-2/+1
* Overhaul contract creation section in the documentation (add reference to rem...Alex Beregszaszi2017-09-131-38/+10
* Clarify some subtleties of the fallback functionAlex Beregszaszi2017-09-021-3/+18
* Highlight opcodes in docsAlex Beregszaszi2017-08-281-1/+1
* Fix lists and linksAlex Beregszaszi2017-08-281-0/+1
* Explain the limitations of view and pureAlex Beregszaszi2017-08-251-0/+18
* Require 0.4.16 for view/pure in docs examplesAlex Beregszaszi2017-08-251-2/+2
* Document pure functionsAlex Beregszaszi2017-08-241-1/+22
* Document view functionsAlex Beregszaszi2017-08-231-8/+11
* Update contracts.rstchriseth2017-08-161-1/+1
* Specify address as string on events documentationIsaac Ibiapina2017-08-161-1/+1
* Merge pull request #2660 from jamesray1/patch-26chriseth2017-08-151-1/+1
|\
| * Constructor is not a solidity keywordJames Ray2017-07-281-1/+1
| * Constructor indexJames Ray2017-07-281-2/+2
* | Updated link for getter-functionsJames Ray2017-07-281-1/+1
|/
* Fix typo in contracts.rstNathan Hernandez2017-07-271-1/+1
* Enable more examples in the documentation for testingAlex Beregszaszi2017-07-191-0/+2
* Fix bugs in example contractsAlex Beregszaszi2017-07-141-5/+26
* Added ref for Getter functionsJames Ray2017-07-011-0/+1
* Merge pull request #2364 from VoR0220/abiSpecchriseth2017-06-141-0/+2
|\
| * Include abi specs in index and fix styling.chriseth2017-06-131-0/+2
* | Clarify statement about receiving etherchriseth2017-06-141-1/+2
|/
* Merge pull request #2278 from ethereum/chriseth-patch-2chriseth2017-05-171-1/+1
|\
| * Fix bug in example contract.chriseth2017-05-171-1/+1
* | remove extraneous 's'greggdourgarian2017-05-041-1/+1
* | minor punctuation, typo and clarity changesgreggdourgarian2017-05-041-28/+27
|/
* Cleanup to make the docs more consistent.chriseth2017-05-031-1/+1
* Update common-patterns.rstMatt Wisniewski2017-05-031-11/+8
* Update contracts.rstMorgan2017-04-181-1/+1
* Fix typoMatt Searle2017-03-271-1/+1
* Disallow constructor in interfacesAlex Beregszaszi2017-03-181-0/+1
* Disallow enums in interfacesAlex Beregszaszi2017-03-181-0/+1
* Document interfacesAlex Beregszaszi2017-03-181-0/+27
* Fix typo (recieve to receive)Alex Beregszaszi2017-03-161-1/+1
* Documentation update.chriseth2017-03-131-8/+13
* Extend documentation for constant state variables.chriseth2017-03-131-2/+9
* Disallow constants that are neither value types nor strings.chriseth2017-03-131-0/+3
* Documentation.chriseth2017-03-131-6/+5
* Rename accessor to getterAlex Beregszaszi2017-02-031-12/+12
* docs: document the resriction about a function and an event of the same name,...Yoichi Hirai2017-01-121-0/+7
* docs: add a description about the types of parameters of overriding functionsYoichi Hirai2016-11-231-2/+4
* Merge the constructor sectionsAlex Beregszaszi2016-10-191-0/+3
* Mention why Homestead was different for librariesAlex Beregszaszi2016-10-191-1/+1
* Document constant functionsAlex Beregszaszi2016-10-191-3/+24
* Rename sha3 to keccak256 in the documentationAlex Beregszaszi2016-10-061-3/+3
* Update documentation to version 0.4.0.chriseth2016-09-071-17/+51
* Merge pull request #1003 from winsvega/docschriseth2016-09-061-0/+26
|\
| * add "pragma solidity ^0.4.0;" to code examplesDimitry2016-09-051-0/+26
* | Require ";" after "_"chriseth2016-09-051-3/+3
|/
* Clarify warning.chriseth2016-08-301-2/+3
* Documentation.chriseth2016-08-301-0/+5
* Clean up contracts.rstDenton Liu2016-08-271-14/+17
* Merge pull request #953 from Denton-L/fallback-stuffchriseth2016-08-261-18/+27
|\
| * Add "Sending Ether"Denton Liu2016-08-261-0/+1
| * Correct spacingDenton Liu2016-08-261-18/+18
| * Write about what fallback functions cannot doDenton Liu2016-08-261-0/+8
* | Disallow fallback function to return values.chriseth2016-08-261-1/+2
|/
* Merge pull request #925 from mocamircea/patch-10chriseth2016-08-261-11/+56
|\
| * Update contracts.rstMircea Moca2016-08-251-9/+47
| * Update contracts.rstMircea Moca2016-08-191-4/+4
| * Update contracts.rstMircea Moca2016-08-181-7/+14
* | Update contracts.rstDenton Liu2016-08-241-3/+4
* | Remove trailing whitespacesDenton Liu2016-08-241-1/+1
* | Small documentation updateDave Hoover2016-08-241-1/+1
|/
* BREAKING: return only exits current function/modifierchriseth2016-08-171-7/+33
* Made snippet work as is.chriseth2016-08-011-3/+3
* Update contracts.rstcseberino2016-08-011-2/+6
* Update contracts.rstManidos2016-07-271-1/+1
* Security Considerationschriseth2016-07-041-1/+1
* Fixing library examples that don't compile.Dave Hoover2016-06-251-5/+5
* Merge pull request #658 from graup/graup-patch-1chriseth2016-06-211-1/+1
|\
| * Fix typo in Libraries sectionPaul Grau2016-06-181-2/+2
* | Fix two documentation typosFabio Berger2016-06-201-2/+2
|/
* Changed inline code syntaxDenton Liu2016-05-301-60/+60
* Modified contracts.rstDenton Liu2016-05-301-60/+60
* Changed link from markdown to rstDenton Liu2016-05-191-2/+2
* Corrected capitalisation of symbol namesDenton Liu2016-05-191-11/+12
* Changed whitespace formattingDenton Liu2016-05-181-23/+24
* Replaced all tabs with spacesDenton Liu2016-05-181-50/+50
* More code-style correctionsDenton Liu2016-05-181-5/+21
* fix example solidity contract code by adding argument to constructorAlex Melville2016-05-161-1/+1
* Reformatted according to style guideDenton Liu2016-05-061-3/+53
* Update contracts.rstDenton Liu2016-05-061-1/+1
* Documentation.chriseth2016-05-051-0/+66
* Documentation for delegatecall.chriseth2016-03-121-35/+8
* Update contracts.rstuberlaufer2016-03-111-4/+3
* shortened lines to 79uberlaufer2016-03-111-1/+5
* Update contracts.rstuberlaufer2016-03-111-5/+1
* Added in-depth links to function modifiers, structs and enums in structure se...holgerd772016-02-191-0/+2
* docs: code sytleu22015-12-301-192/+192
* Fixes in the misc section.chriseth2015-12-211-0/+4
* Note about private note being invisible.chriseth2015-12-141-0/+7
* Imported documentation.chriseth2015-12-081-0/+899