Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-word somewhat bumpy sentence to be more clear. | Anders Brownworth | 2017-01-12 | 1 | -2/+2 |
| | |||||
* | Fixed spelling mistake in Logs | escull638 | 2016-11-21 | 1 | -1/+1 |
| | | | Changed 'maps all they way up to the block level' to 'maps all the way up to the block level'. | ||||
* | Remove named return | ethers | 2016-11-13 | 1 | -2/+2 |
| | | | Named returns are not explained in this introduction; they also provide little value in these examples. | ||||
* | FAQ: remove removal of external accounts | Alex Beregszaszi | 2016-10-19 | 1 | -0/+2 |
| | |||||
* | Merge the selfdestruct sections | Alex Beregszaszi | 2016-10-19 | 1 | -5/+9 |
| | |||||
* | Mention that memory is organised as 256-bit words | Alex Beregszaszi | 2016-10-14 | 1 | -4/+4 |
| | |||||
* | Merge the two EVM memory introduction sections | Alex Beregszaszi | 2016-10-12 | 1 | -3/+5 |
| | |||||
* | Update documentation to version 0.4.0. | chriseth | 2016-09-07 | 1 | -0/+5 |
| | |||||
* | add "pragma solidity ^0.4.0;" to code examples | Dimitry | 2016-09-05 | 1 | -0/+4 |
| | |||||
* | Fix selfdestruct documentation | Denton Liu | 2016-08-29 | 1 | -5/+5 |
| | |||||
* | Fix grammar error | Denton Liu | 2016-08-27 | 1 | -1/+1 |
| | |||||
* | Add comma | Denton Liu | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | Fix description about how blocks work | Denton Liu | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | Change XXX bit to XXX-bit | Denton Liu | 2016-08-24 | 1 | -6/+6 |
| | |||||
* | Fix typo | Denton Liu | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | Fixed mix-up of variable names in Sent event | svantetobias | 2016-07-06 | 1 | -2/+2 |
| | | | event Sent(address from, address to, uint amount) defines "amount" variable but it is two times referred to as "value", which can be a bit confusing for the reader. | ||||
* | Removed some problems in documentation examples. | chriseth | 2016-05-31 | 1 | -4/+0 |
| | |||||
* | Changed inline code syntax | Denton Liu | 2016-05-30 | 1 | -25/+25 |
| | | | | Changed from :code:`<inline>` to ``<inline>`` | ||||
* | Modified introduction-to-smart-contracts.rst | Denton Liu | 2016-05-30 | 1 | -25/+25 |
| | | | | Corrected inline code syntax | ||||
* | Update links to browser-solidity. | chriseth | 2016-05-20 | 1 | -8/+0 |
| | |||||
* | Added space to example code | Denton Liu | 2016-05-18 | 1 | -0/+4 |
| | |||||
* | Tiny fix | Dave Hoover | 2016-04-12 | 1 | -1/+1 |
| | |||||
* | Documentation for delegatecall. | chriseth | 2016-03-12 | 1 | -6/+6 |
| | |||||
* | [docs]: add an ending period | Lu Guanqun | 2015-12-30 | 1 | -1/+1 |
| | |||||
* | Imported documentation. | chriseth | 2015-12-08 | 1 | -0/+464 |