Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for failing tests | Jim McDonald | 2017-12-13 | 1 | -4/+4 |
* | Fix Solidity warnings | Jim McDonald | 2017-12-13 | 1 | -18/+24 |
* | Bugfix in blind auction | chriseth | 2017-11-24 | 1 | -4/+3 |
* | also rm biddingTime | William Morriss | 2017-10-09 | 1 | -3/+1 |
* | remove auctionStart | William Morriss | 2017-10-09 | 1 | -6/+4 |
* | Explain safe purchase (even number) | Alex Beregszaszi | 2017-08-28 | 1 | -0/+3 |
* | Update on the example for BlindAction | Chim Kan | 2017-08-25 | 1 | -1/+1 |
* | Adding storage into the pointer for Voter delegate | Chim Kan | 2017-08-24 | 1 | -1/+1 |
* | Removes reference to stack depth attack | Adrián Calvo | 2017-08-04 | 1 | -3/+3 |
* | Avoid using .send in the examples | Alex Beregszaszi | 2017-07-27 | 1 | -7/+2 |
* | Use the storage keyword in examples | Alex Beregszaszi | 2017-07-27 | 1 | -2/+2 |
* | Avoid using var if not required | Alex Beregszaszi | 2017-07-27 | 1 | -2/+2 |
* | Update solidity-by-example.rst. Fixes accepted bids | Luke Schoen | 2017-07-17 | 1 | -2/+2 |
* | Add weight == 0 condition to giveRightToVote function | Dillon Arevalo | 2017-06-21 | 1 | -4/+4 |
* | Merge pull request #2315 from pjstadig/patch-1 | Yoichi Hirai | 2017-05-26 | 1 | -1/+1 |
|\ | |||||
| * | Fix typo | Paul Stadig | 2017-05-26 | 1 | -1/+1 |
* | | Rename events in purchase example | Alexey Alexeyeff | 2017-05-26 | 1 | -6/+6 |
|/ | |||||
* | Fix typo. | chriseth | 2017-05-17 | 1 | -1/+1 |
* | Parentheses. | chriseth | 2017-05-03 | 1 | -3/+3 |
* | Corrections and some style. | chriseth | 2017-05-03 | 1 | -10/+10 |
* | Cleanup to make the docs more consistent. | chriseth | 2017-05-03 | 1 | -13/+15 |
* | Update common-patterns.rst | Matt Wisniewski | 2017-05-03 | 1 | -60/+44 |
* | minor: fix formatting and grammar | Abraham Sangha | 2017-04-15 | 1 | -3/+2 |
* | Fix delegation loop in Ballot example contract | Remo Fürst | 2017-03-09 | 1 | -8/+8 |
* | Update solidity-by-example.rst | varunagarwal315 | 2016-11-04 | 1 | -3/+3 |
* | Update solidity-by-example.rst | varunagarwal315 | 2016-11-03 | 1 | -11/+4 |
* | Update solidity-by-example.rst | varunagarwal315 | 2016-11-03 | 1 | -0/+16 |
* | 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 | 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 contrac... | Alex Darby | 2016-08-19 | 1 | -15/+29 |
* | | 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 |
* | Corrected solidity-by-example.rst | Denton Liu | 2016-05-30 | 1 | -1/+1 |
* | Typo correction in solidity-by-example.rst | Mathieu Van der Haegen | 2016-05-26 | 1 | -1/+1 |
* | 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 |
* | Imported documentation. | chriseth | 2015-12-08 | 1 | -0/+530 |