Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update solidity-by-example.rst | varunagarwal315 | 2016-11-04 | 1 | -3/+3 |
| | | | added the space. Sorry, just slipped my mind. | ||||
* | Update solidity-by-example.rst | varunagarwal315 | 2016-11-03 | 1 | -11/+4 |
| | | | | | made changes suggested to simplify code. Hope this is enough Thanks | ||||
* | Update solidity-by-example.rst | varunagarwal315 | 2016-11-03 | 1 | -0/+16 |
| | | | Might be trivial, but makes more sense to be able to directly return the name of the winner for the election. If the position of the winner on the proposal[] array is returned, then people still don't know the name of the person who won. | ||||
* | Rename sha3 to keccak256 in the documentation | Alex Beregszaszi | 2016-10-06 | 1 | -2/+2 |
| | |||||
* | Update documentation to version 0.4.0. | chriseth | 2016-09-07 | 1 | -25/+11 |
| | |||||
* | Merge pull request #1003 from winsvega/docs | chriseth | 2016-09-06 | 1 | -0/+8 |
|\ | | | | | add "pragma solidity ^0.4.0;" to code examples | ||||
| * | add "pragma solidity ^0.4.0;" to code examples | Dimitry | 2016-09-05 | 1 | -0/+8 |
| | | |||||
* | | Require ";" after "_" | chriseth | 2016-09-05 | 1 | -2/+2 |
|/ | |||||
* | Use new style for the docs | Denton Liu | 2016-08-27 | 1 | -2/+1 |
| | |||||
* | Merge pull request #913 from chriseth/auction | chriseth | 2016-08-25 | 1 | -15/+29 |
|\ | | | | | Updated the function withdraw() in the SimpleAuction and BlindAuction… | ||||
| * | Updated the function withdraw() in the SimpleAuction and BlindAuction ↵ | Alex Darby | 2016-08-19 | 1 | -15/+29 |
| | | | | | | | | contracts to not use a 'throw' if a address send() fails. | ||||
* | | Remove trailing whitespace | Denton Liu | 2016-08-10 | 1 | -1/+1 |
| | | |||||
* | | Add section about withdrawal pattern | Denton Liu | 2016-08-10 | 1 | -0/+2 |
|/ | |||||
* | Security Considerations | chriseth | 2016-07-04 | 1 | -3/+21 |
| | |||||
* | Typo. | chriseth | 2016-06-09 | 1 | -1/+1 |
| | |||||
* | style | chriseth | 2016-06-02 | 1 | -3/+5 |
| | |||||
* | Removed some problems in documentation examples. | chriseth | 2016-05-31 | 1 | -20/+58 |
| | |||||
* | Changed inline code syntax | Denton Liu | 2016-05-30 | 1 | -1/+1 |
| | | | | Changed from :code:`<inline>` to ``<inline>`` | ||||
* | Corrected solidity-by-example.rst | Denton Liu | 2016-05-30 | 1 | -1/+1 |
| | | | | Fixed inline code syntax | ||||
* | Typo correction in solidity-by-example.rst | Mathieu Van der Haegen | 2016-05-26 | 1 | -1/+1 |
| | | | Just correcting a simple typo in the comments of the code | ||||
* | Changed whitespace formatting | Denton Liu | 2016-05-18 | 1 | -1/+1 |
| | |||||
* | Removed trailing whitespace | Denton Liu | 2016-05-18 | 1 | -2/+2 |
| | |||||
* | Moved the location of the "||" | Denton Liu | 2016-05-06 | 1 | -3/+3 |
| | |||||
* | Fixed up formatting | Denton Liu | 2016-05-06 | 1 | -62/+94 |
| | |||||
* | Typo fix | Dave Hoover | 2016-04-12 | 1 | -1/+1 |
| | |||||
* | Refund actual deposit, and not bid value. | chriseth | 2016-01-12 | 1 | -1/+1 |
| | | | | Thanks to @jonasnick for finding this. Fixes #349 | ||||
* | Imported documentation. | chriseth | 2015-12-08 | 1 | -0/+530 |