aboutsummaryrefslogtreecommitdiffstats
path: root/docs/frequently-asked-questions.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix version pragma in documentation.chriseth2018-10-091-1/+1
* [DOCS] Update FAQchriseth2018-09-261-12/+16
* Set 0.5.x specific example code to be compilable with >0.4.99 <0.6.0 (e.g. 0....Alex Beregszaszi2018-09-261-1/+1
* Update version pragma in all documentation examplesAlex Beregszaszi2018-09-261-5/+5
* Merge pull request #4496 from ethereum/faq-reorg-contractschriseth2018-08-151-29/+0
|\
| * Move contract related FAQ pointsChris Ward2018-08-151-29/+0
* | Extend documentation about explicit and implicit conversions between (u)intXX...Daniel Kirchner2018-08-151-0/+19
* | Update documentation examples.chriseth2018-08-141-6/+7
* | Move intro related FAQ pointsChris Ward2018-08-061-86/+1
* | Fix tests regarding contract type conversion.chriseth2018-08-011-1/+1
* | Merge pull request #4520 from ethereum/faq-reorg-index-toolschriseth2018-07-201-15/+0
|\ \
| * | Move note on decompilingChris Ward2018-07-181-15/+0
* | | Fix typoChris Ward2018-07-201-1/+1
|/ /
* | Added default data locations to docs and other external tests.Chase McDermott2018-07-151-6/+5
* | Update docs.Daniel Kirchner2018-07-121-3/+6
|/
* docs: Fix typos.Cryptomental2018-07-111-2/+2
* Update documentation and Changelog.Daniel Kirchner2018-07-101-42/+5
* documentation: adjustments to not use the "var" keywordChristian Parpart2018-07-031-7/+2
* Adds review suggestions.Erik Kundt2018-07-021-1/+1
* Updates docs to new constructor syntax.Erik Kundt2018-07-021-2/+2
* Update documentation for multi variable declaration statement.chriseth2018-05-161-2/+2
* Random documentation updates (assembly, faq)Alex Beregszaszi2018-02-271-30/+0
* Fix example; closes #3582Aaron Colaço2018-02-241-9/+24
* Respond to chriseth's suggestionswbt2018-01-271-3/+2
* Update FAQ answer re decompilerwbt2018-01-231-6/+8
* Use CapWords style for exampleWilliam Entriken2018-01-151-3/+3
* Fix Solidity warningsJim McDonald2017-12-131-16/+18
* Fixed code example (#2955)Zetherz2017-09-281-2/+2
* Update frequently-asked-questions.rstchriseth2017-09-251-2/+3
* minor tuning to sentence to be more accuratebernard peh2017-09-251-1/+1
* possible typo fixbernard peh2017-09-161-1/+1
* Merge pull request #2871 from ethereum/fixedpointdocschriseth2017-09-051-5/+0
|\
| * Explain the difference between floating and fixed pointAlex Beregszaszi2017-09-041-5/+0
* | Clarify some subtleties of the fallback functionAlex Beregszaszi2017-09-021-31/+0
* | Document character setAlex Beregszaszi2017-09-021-7/+0
* | Document caveats about timestamp and blockhashAlex Beregszaszi2017-09-021-18/+0
* | Document gas/value modifiers with overloadingAlex Beregszaszi2017-09-021-10/+0
* | Document byte[] vs bytesAlex Beregszaszi2017-09-021-7/+0
* | Document call/gas modifiers properlyAlex Beregszaszi2017-09-021-17/+0
|/
* Merge pull request #2485 from jamesray1/patch-21chriseth2017-08-121-1/+1
|\
| * :ref:`getter function<getter-functions>`James Ray2017-07-311-1/+1
| * :ref:`getter-functions`James Ray2017-07-281-1/+1
| * Fixed reference to getter functionJames Ray2017-07-071-1/+1
| * Getter function refJames Ray2017-06-301-1/+1
| * Update frequently-asked-questions.rstJames Ray2017-06-301-1/+1
* | Enable more examples in the documentation for testingAlex Beregszaszi2017-07-191-8/+25
|/
* Corrections and some style.chriseth2017-05-031-1/+1
* Update common-patterns.rstMatt Wisniewski2017-05-031-2/+1
* Replace references to browser-solidity with RemixAlex Beregszaszi2017-03-161-1/+1
* Remove obsolete .send() entry from FAQAlex Beregszaszi2017-02-241-10/+0
* Rename accessor to getterAlex Beregszaszi2017-02-031-1/+1
* FAQ: remove address(this) section (already explained elsewhere)Alex Beregszaszi2016-10-191-12/+0
* FAQ: remove event section (already explained elsewhere)Alex Beregszaszi2016-10-191-9/+0
* Merge the constructor sectionsAlex Beregszaszi2016-10-191-23/+0
* FAQ: remove visibility section (already explained elsewhere)Alex Beregszaszi2016-10-191-23/+0
* FAQ: remove create example (already explained elsewhereAlex Beregszaszi2016-10-191-10/+0
* Merge the documentation about mappingsAlex Beregszaszi2016-10-191-46/+0
* Document constant functionsAlex Beregszaszi2016-10-191-14/+0
* FAQ: remove removal of external accountsAlex Beregszaszi2016-10-191-6/+0
* Improve the description of SolidityAlex Beregszaszi2016-10-191-9/+1
* FAQ: remove modifier sectionAlex Beregszaszi2016-10-191-8/+0
* FAQ: remove compilation sectionAlex Beregszaszi2016-10-191-13/+0
* Merge the selfdestruct sectionsAlex Beregszaszi2016-10-191-7/+0
* Docs: Change contract init with value sectionLefteris Karapetsas2016-10-181-2/+4
* Update documentation to version 0.4.0.chriseth2016-09-071-8/+5
* Use new style for the docsDenton Liu2016-08-271-4/+5
* Correct all UTF-8 spellingsDenton Liu2016-08-111-5/+5
* Added a section about .send() returning falseDenton Liu2016-05-301-0/+3
* Added @Arachnid's string libraryDenton Liu2016-05-301-1/+1
* Removed inline code formatting for one titleDenton Liu2016-05-301-2/+2
* Corrected underline lengthsDenton Liu2016-05-301-30/+30
* Changed inline code syntaxDenton Liu2016-05-301-112/+112
* Corrected FAQ titlesDenton Liu2016-05-301-66/+66
* Modified frequently-asked-questions.rstDenton Liu2016-05-301-78/+78
* Update links to browser-solidity.chriseth2016-05-201-2/+2
* Changed link from markdown to rstDenton Liu2016-05-191-1/+1
* Corrected capitalisation of symbol namesDenton Liu2016-05-191-3/+3
* Changed whitespace formattingDenton Liu2016-05-181-14/+16
* Removed trailing whitespaceDenton Liu2016-05-181-8/+8
* Added an extra necessary linebreakDenton Liu2016-05-181-0/+1
* Corrected formattingDenton Liu2016-05-061-9/+37
* Rephrased awkward phrasingDenton Liu2016-05-061-1/+1
* Removed a trailing spaceDenton Liu2016-05-061-1/+1
* Corrected misspellingDenton Liu2016-05-061-1/+1
* Update frequently-asked-questions.rstRJ2016-03-311-6/+7
* Update frequently-asked-questions.rstRJ2016-03-301-0/+16
* quick fix for appearenceRJ2016-03-301-0/+1
* Update frequently-asked-questions.rstRJ2016-03-301-0/+17
* Update frequently-asked-questions.rstRJ2016-03-261-0/+2
* Update frequently-asked-questions.rstRJ2016-03-241-0/+15
* Update frequently-asked-questions.rstRJ2016-02-111-2/+3
* Update frequently-asked-questions.rstRJ2016-02-111-2/+11
* clarification on dynamic arrays, switcheroo on typepointer, and a documentati...RJ Catalano2016-01-121-1/+1
* forgot to take the auto tabs off...turned into spacesRJ Catalano2016-01-121-1/+1
* added documentation and one last test for struct creation inlineRJ Catalano2016-01-121-1/+3
* sending value to an overloaded functionethers2015-12-191-0/+10
* Overflow check.chriseth2015-12-101-0/+14
* Added some lost changes.chriseth2015-12-081-0/+7
* Imported documentation.chriseth2015-12-081-0/+742