Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DOCS] Update FAQ | chriseth | 2018-09-26 | 1 | -12/+16 |
| | |||||
* | Set 0.5.x specific example code to be compilable with >0.4.99 <0.6.0 (e.g. ↵ | Alex Beregszaszi | 2018-09-26 | 1 | -1/+1 |
| | | | | 0.5.x only) | ||||
* | Update version pragma in all documentation examples | Alex Beregszaszi | 2018-09-26 | 1 | -5/+5 |
| | |||||
* | Merge pull request #4496 from ethereum/faq-reorg-contracts | chriseth | 2018-08-15 | 1 | -29/+0 |
|\ | | | | | Move contract related FAQ points | ||||
| * | Move contract related FAQ points | Chris Ward | 2018-08-15 | 1 | -29/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates from feedback Changes from feedback Further changes from review Changes from review Changes from review Changes from review | ||||
* | | Extend documentation about explicit and implicit conversions between ↵ | Daniel Kirchner | 2018-08-15 | 1 | -0/+19 |
| | | | | | | | | (u)intXX, bytesYY and literals. | ||||
* | | Update documentation examples. | chriseth | 2018-08-14 | 1 | -6/+7 |
| | | |||||
* | | Move intro related FAQ points | Chris Ward | 2018-08-06 | 1 | -86/+1 |
| | | | | | | | | | | | | Changes from feedback Changes from review | ||||
* | | Fix tests regarding contract type conversion. | chriseth | 2018-08-01 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #4520 from ethereum/faq-reorg-index-tools | chriseth | 2018-07-20 | 1 | -15/+0 |
|\ \ | | | | | | | Move note on decompiling | ||||
| * | | Move note on decompiling | Chris Ward | 2018-07-18 | 1 | -15/+0 |
| | | | |||||
* | | | Fix typo | Chris Ward | 2018-07-20 | 1 | -1/+1 |
|/ / | |||||
* | | Added default data locations to docs and other external tests. | Chase McDermott | 2018-07-15 | 1 | -6/+5 |
| | | |||||
* | | Update docs. | Daniel Kirchner | 2018-07-12 | 1 | -3/+6 |
|/ | |||||
* | docs: Fix typos. | Cryptomental | 2018-07-11 | 1 | -2/+2 |
| | | | | | | Used codespell and manual fixes. Refs: #4442 | ||||
* | Update documentation and Changelog. | Daniel Kirchner | 2018-07-10 | 1 | -42/+5 |
| | |||||
* | documentation: adjustments to not use the "var" keyword | Christian Parpart | 2018-07-03 | 1 | -7/+2 |
| | |||||
* | Adds review suggestions. | Erik Kundt | 2018-07-02 | 1 | -1/+1 |
| | |||||
* | Updates docs to new constructor syntax. | Erik Kundt | 2018-07-02 | 1 | -2/+2 |
| | |||||
* | Update documentation for multi variable declaration statement. | chriseth | 2018-05-16 | 1 | -2/+2 |
| | |||||
* | Random documentation updates (assembly, faq) | Alex Beregszaszi | 2018-02-27 | 1 | -30/+0 |
| | |||||
* | Fix example; closes #3582 | Aaron Colaço | 2018-02-24 | 1 | -9/+24 |
| | |||||
* | Respond to chriseth's suggestions | wbt | 2018-01-27 | 1 | -3/+2 |
| | | | https://github.com/ethereum/solidity/pull/3424#pullrequestreview-90873869 | ||||
* | Update FAQ answer re decompiler | wbt | 2018-01-23 | 1 | -6/+8 |
| | |||||
* | Use CapWords style for example | William Entriken | 2018-01-15 | 1 | -3/+3 |
| | | | Follows recommendation in https://github.com/ethereum/solidity/pull/3392 | ||||
* | Fix Solidity warnings | Jim McDonald | 2017-12-13 | 1 | -16/+18 |
| | |||||
* | Fixed code example (#2955) | Zetherz | 2017-09-28 | 1 | -2/+2 |
| | |||||
* | Update frequently-asked-questions.rst | chriseth | 2017-09-25 | 1 | -2/+3 |
| | |||||
* | minor tuning to sentence to be more accurate | bernard peh | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | possible typo fix | bernard peh | 2017-09-16 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2871 from ethereum/fixedpointdocs | chriseth | 2017-09-05 | 1 | -5/+0 |
|\ | | | | | Explain fixed point types in docs | ||||
| * | Explain the difference between floating and fixed point | Alex Beregszaszi | 2017-09-04 | 1 | -5/+0 |
| | | |||||
* | | Clarify some subtleties of the fallback function | Alex Beregszaszi | 2017-09-02 | 1 | -31/+0 |
| | | |||||
* | | Document character set | Alex Beregszaszi | 2017-09-02 | 1 | -7/+0 |
| | | |||||
* | | Document caveats about timestamp and blockhash | Alex Beregszaszi | 2017-09-02 | 1 | -18/+0 |
| | | |||||
* | | Document gas/value modifiers with overloading | Alex Beregszaszi | 2017-09-02 | 1 | -10/+0 |
| | | |||||
* | | Document byte[] vs bytes | Alex Beregszaszi | 2017-09-02 | 1 | -7/+0 |
| | | |||||
* | | Document call/gas modifiers properly | Alex Beregszaszi | 2017-09-02 | 1 | -17/+0 |
|/ | |||||
* | Merge pull request #2485 from jamesray1/patch-21 | chriseth | 2017-08-12 | 1 | -1/+1 |
|\ | | | | | Update frequently-asked-questions.rst with a ref to getter functions | ||||
| * | :ref:`getter function<getter-functions>` | James Ray | 2017-07-31 | 1 | -1/+1 |
| | | |||||
| * | :ref:`getter-functions` | James Ray | 2017-07-28 | 1 | -1/+1 |
| | | |||||
| * | Fixed reference to getter function | James Ray | 2017-07-07 | 1 | -1/+1 |
| | | |||||
| * | Getter function ref | James Ray | 2017-06-30 | 1 | -1/+1 |
| | | |||||
| * | Update frequently-asked-questions.rst | James Ray | 2017-06-30 | 1 | -1/+1 |
| | | |||||
* | | Enable more examples in the documentation for testing | Alex Beregszaszi | 2017-07-19 | 1 | -8/+25 |
|/ | |||||
* | Corrections and some style. | chriseth | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Update common-patterns.rst | Matt Wisniewski | 2017-05-03 | 1 | -2/+1 |
| | |||||
* | Replace references to browser-solidity with Remix | Alex Beregszaszi | 2017-03-16 | 1 | -1/+1 |
| | |||||
* | Remove obsolete .send() entry from FAQ | Alex Beregszaszi | 2017-02-24 | 1 | -10/+0 |
| | |||||
* | Rename accessor to getter | Alex Beregszaszi | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | FAQ: remove address(this) section (already explained elsewhere) | Alex Beregszaszi | 2016-10-19 | 1 | -12/+0 |
| | |||||
* | FAQ: remove event section (already explained elsewhere) | Alex Beregszaszi | 2016-10-19 | 1 | -9/+0 |
| | |||||
* | Merge the constructor sections | Alex Beregszaszi | 2016-10-19 | 1 | -23/+0 |
| | |||||
* | FAQ: remove visibility section (already explained elsewhere) | Alex Beregszaszi | 2016-10-19 | 1 | -23/+0 |
| | |||||
* | FAQ: remove create example (already explained elsewhere | Alex Beregszaszi | 2016-10-19 | 1 | -10/+0 |
| | |||||
* | Merge the documentation about mappings | Alex Beregszaszi | 2016-10-19 | 1 | -46/+0 |
| | |||||
* | Document constant functions | Alex Beregszaszi | 2016-10-19 | 1 | -14/+0 |
| | |||||
* | FAQ: remove removal of external accounts | Alex Beregszaszi | 2016-10-19 | 1 | -6/+0 |
| | |||||
* | Improve the description of Solidity | Alex Beregszaszi | 2016-10-19 | 1 | -9/+1 |
| | |||||
* | FAQ: remove modifier section | Alex Beregszaszi | 2016-10-19 | 1 | -8/+0 |
| | |||||
* | FAQ: remove compilation section | Alex Beregszaszi | 2016-10-19 | 1 | -13/+0 |
| | |||||
* | Merge the selfdestruct sections | Alex Beregszaszi | 2016-10-19 | 1 | -7/+0 |
| | |||||
* | Docs: Change contract init with value section | Lefteris Karapetsas | 2016-10-18 | 1 | -2/+4 |
| | | | | | After solidity 0.4.0 we need to make the constructor `payable` if we are to provide value during contract creation. | ||||
* | Update documentation to version 0.4.0. | chriseth | 2016-09-07 | 1 | -8/+5 |
| | |||||
* | Use new style for the docs | Denton Liu | 2016-08-27 | 1 | -4/+5 |
| | |||||
* | Correct all UTF-8 spellings | Denton Liu | 2016-08-11 | 1 | -5/+5 |
| | |||||
* | Added a section about .send() returning false | Denton Liu | 2016-05-30 | 1 | -0/+3 |
| | |||||
* | Added @Arachnid's string library | Denton Liu | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | Removed inline code formatting for one title | Denton Liu | 2016-05-30 | 1 | -2/+2 |
| | |||||
* | Corrected underline lengths | Denton Liu | 2016-05-30 | 1 | -30/+30 |
| | |||||
* | Changed inline code syntax | Denton Liu | 2016-05-30 | 1 | -112/+112 |
| | | | | Changed from :code:`<inline>` to ``<inline>`` | ||||
* | Corrected FAQ titles | Denton Liu | 2016-05-30 | 1 | -66/+66 |
| | |||||
* | Modified frequently-asked-questions.rst | Denton Liu | 2016-05-30 | 1 | -78/+78 |
| | | | | Changed inline code syntax | ||||
* | Update links to browser-solidity. | chriseth | 2016-05-20 | 1 | -2/+2 |
| | |||||
* | Changed link from markdown to rst | Denton Liu | 2016-05-19 | 1 | -1/+1 |
| | | | | Added labels for the links to point to | ||||
* | Corrected capitalisation of symbol names | Denton Liu | 2016-05-19 | 1 | -3/+3 |
| | |||||
* | Changed whitespace formatting | Denton Liu | 2016-05-18 | 1 | -14/+16 |
| | |||||
* | Removed trailing whitespace | Denton Liu | 2016-05-18 | 1 | -8/+8 |
| | |||||
* | Added an extra necessary linebreak | Denton Liu | 2016-05-18 | 1 | -0/+1 |
| | |||||
* | Corrected formatting | Denton Liu | 2016-05-06 | 1 | -9/+37 |
| | |||||
* | Rephrased awkward phrasing | Denton Liu | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Removed a trailing space | Denton Liu | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Corrected misspelling | Denton Liu | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Update frequently-asked-questions.rst | RJ | 2016-03-31 | 1 | -6/+7 |
| | |||||
* | Update frequently-asked-questions.rst | RJ | 2016-03-30 | 1 | -0/+16 |
| | |||||
* | quick fix for appearence | RJ | 2016-03-30 | 1 | -0/+1 |
| | |||||
* | Update frequently-asked-questions.rst | RJ | 2016-03-30 | 1 | -0/+17 |
| | |||||
* | Update frequently-asked-questions.rst | RJ | 2016-03-26 | 1 | -0/+2 |
| | |||||
* | Update frequently-asked-questions.rst | RJ | 2016-03-24 | 1 | -0/+15 |
| | |||||
* | Update frequently-asked-questions.rst | RJ | 2016-02-11 | 1 | -2/+3 |
| | | | Correcting inline array documentation | ||||
* | Update frequently-asked-questions.rst | RJ | 2016-02-11 | 1 | -2/+11 |
| | |||||
* | clarification on dynamic arrays, switcheroo on typepointer, and a ↵ | RJ Catalano | 2016-01-12 | 1 | -1/+1 |
| | | | | documentation test added | ||||
* | forgot to take the auto tabs off...turned into spaces | RJ Catalano | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | added documentation and one last test for struct creation inline | RJ Catalano | 2016-01-12 | 1 | -1/+3 |
| | |||||
* | sending value to an overloaded function | ethers | 2015-12-19 | 1 | -0/+10 |
| | | | from https://gitter.im/ethereum/solidity?at=5673fb41b5777fb85ba496fa | ||||
* | Overflow check. | chriseth | 2015-12-10 | 1 | -0/+14 |
| | |||||
* | Added some lost changes. | chriseth | 2015-12-08 | 1 | -0/+7 |
| | |||||
* | Imported documentation. | chriseth | 2015-12-08 | 1 | -0/+742 |