Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation. | chriseth | 2018-06-25 | 1 | -3/+3 |
| | |||||
* | Update documentation for strict address literals | Alex Beregszaszi | 2018-06-25 | 1 | -1/+1 |
| | |||||
* | Update documentation for multi variable declaration statement. | chriseth | 2018-05-16 | 1 | -3/+3 |
| | |||||
* | Update some examples to remove warnings. | chriseth | 2018-04-30 | 1 | -6/+6 |
| | |||||
* | Docs: Update solidity version for revert with reason | Lefteris Karapetsas | 2018-04-16 | 1 | -4/+4 |
| | |||||
* | Update documentation. | chriseth | 2018-04-12 | 1 | -22/+44 |
| | |||||
* | Update solidity-by-example.rst | NetX | 2018-04-09 | 1 | -5/+4 |
| | |||||
* | Use 0.4.21 pragma for documentation that uses "emit". | chriseth | 2018-03-02 | 1 | -3/+3 |
| | |||||
* | Fix name shadowing in ballot example contract. | chriseth | 2018-02-27 | 1 | -9/+14 |
| | |||||
* | Documentation about emitting events. | chriseth | 2018-02-22 | 1 | -9/+9 |
| | |||||
* | Update solidity-by-example.rst | mirgj | 2018-02-22 | 1 | -1/+1 |
| | | | | | | highestBidder is the address. it's highestBid that should be != 0 to be considered as pending return. It's that right? | ||||
* | 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 |
| | | | In the Mist app, the Blind Action contract cannot compile because it cannot accept implicit conversion of integer to byte32. I just added the conversion method byte32 in line 470 for bid.blindedBid. | ||||
* | Adding storage into the pointer for Voter delegate | Chim Kan | 2017-08-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Hi, The example from https://github.com/ethereum/solidity/blob/develop/docs/solidity-by-example.rst is not working. It keeps giving this error in the Mist program: Could not compile source code. Variable is declared as a storage pointer. Use an explicit "storage" keyword to silence this warning. Voter delegate = voters[to]; ^------------^ The solution is just to add the keyword "storage" and then the example works again. | ||||
* | Removes reference to stack depth attack | Adrián Calvo | 2017-08-04 | 1 | -3/+3 |
| | | | Changed the old stack depth attack reference to a generic execution of an untrusted contract to keep the suggestion of the withdrawal pattern. | ||||
* | 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 |
| | | | Only accept bid values higher than highest bid. Since returns early from `placeBid` function if `value <= highestBid` | ||||
* | Add weight == 0 condition to giveRightToVote function | Dillon Arevalo | 2017-06-21 | 1 | -4/+4 |
| | | | | This will make it so votes can't be deleted accidentally by giving someone with weight > 1 the right to vote again | ||||
* | Merge pull request #2315 from pjstadig/patch-1 | Yoichi Hirai | 2017-05-26 | 1 | -1/+1 |
|\ | | | | | Fix typo | ||||
| * | Fix typo | Paul Stadig | 2017-05-26 | 1 | -1/+1 |
| | | |||||
* | | Rename events in purchase example | Alexey Alexeyeff | 2017-05-26 | 1 | -6/+6 |
|/ | | | Rename events in purchase example according to style guide | ||||
* | Fix typo. | chriseth | 2017-05-17 | 1 | -1/+1 |
| | | | Fixes #2273 | ||||
* | 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 |
| | | | | fixes #1753 | ||||
* | 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 |