Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1465 from ethereum/missing_keywords | chriseth | 2016-12-06 | 2 | -3/+11 |
|\ | | | | | document missing keywords | ||||
| * | grammar.txt: define inline assembly | Yoichi Hirai | 2016-12-02 | 1 | -1/+9 |
| | | |||||
| * | parsing: `default` and `null` are reserved keywords | Yoichi Hirai | 2016-12-02 | 1 | -1/+1 |
| | | |||||
| * | grammar.txt: remove a space from `payable` keyword | Yoichi Hirai | 2016-12-02 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1394 from ethers/patch-1 | chriseth | 2016-12-05 | 1 | -0/+81 |
|\ \ | |/ |/| | styleguide: Order of Functions | ||||
| * | Clearer language as suggested by @axic | ethers | 2016-11-22 | 1 | -1/+1 |
| | | |||||
| * | Fallback functions don't always have to be payable | ethers | 2016-11-18 | 1 | -2/+2 |
| | | |||||
| * | styleguide: Don't include a whitespace in the fallback function | ethers | 2016-11-18 | 1 | -0/+13 |
| | | |||||
| * | Don't include a whitespace in fallback function | ethers | 2016-11-18 | 1 | -2/+2 |
| | | |||||
| * | styleguide: Ordering of functions | ethers | 2016-11-18 | 1 | -0/+68 |
| | | | | | | | | | | Ordering would help readers identify which functions they can call, and to find the "specials" (constructor and fallback function). Mixing the "specials" in the middle of the code, as well as internal functions between external and public functions, don't help readers Based on https://github.com/ConsenSys/MultiSigWallet/issues/19 | ||||
* | | Fix documentation errors | Alex Beregszaszi | 2016-12-01 | 1 | -4/+4 |
| | | | | | | | | | | | | Subheadings must use consistent format across a file. The metadata with comments cannot be parsed as JSON. | ||||
* | | Update metadata documentation | Alex Beregszaszi | 2016-12-01 | 1 | -22/+24 |
| | | |||||
* | | Use CBOR encoding. | chriseth | 2016-12-01 | 1 | -9/+27 |
| | | |||||
* | | Fix documentation error. | chriseth | 2016-12-01 | 1 | -0/+2 |
| | | |||||
* | | Add swarm hash to the end of the bytecode. | chriseth | 2016-12-01 | 1 | -7/+2 |
| | | |||||
* | | Documentation. | chriseth | 2016-12-01 | 1 | -0/+119 |
| | | |||||
* | | docs: describe the form of number literals | Yoichi Hirai | 2016-12-01 | 1 | -0/+8 |
| | | | | | | | | This is a part of #1390 | ||||
* | | Include the grammar verbatim in the documentation | Alex Beregszaszi | 2016-11-30 | 2 | -1/+111 |
| | | |||||
* | | Explain how to run soltest | Alex Beregszaszi | 2016-11-29 | 1 | -0/+15 |
| | | |||||
* | | Merge pull request #1438 from ethereum/docker | chriseth | 2016-11-25 | 1 | -0/+15 |
|\ \ | | | | | | | Docker documentation. | ||||
| * | | Mention nightly. | chriseth | 2016-11-25 | 1 | -1/+3 |
| | | | |||||
| * | | Docker documentation. | chriseth | 2016-11-25 | 1 | -0/+13 |
| | | | |||||
* | | | Merge pull request #1431 from ethereum/doc-literals | chriseth | 2016-11-25 | 1 | -6/+15 |
|\ \ \ | | | | | | | | | docs: a bit more about literals | ||||
| * | | | Update types.rst | Yoichi Hirai | 2016-11-25 | 1 | -7/+8 |
| | | | | |||||
| * | | | docs: clarify how many number literal types are there | Yoichi Hirai | 2016-11-25 | 1 | -3/+7 |
| | | | | |||||
| * | | | docs: a bit more about literals | Yoichi Hirai | 2016-11-25 | 1 | -6/+10 |
| |/ / | |||||
* | | | docs: cleaning references to C; smoothing parameter syntax description | Yoichi Hirai | 2016-11-25 | 1 | -4/+4 |
| | | | |||||
* | | | docs: cross-reference returning multiple values | Yoichi Hirai | 2016-11-25 | 1 | -0/+5 |
| | | | |||||
* | | | doc: add a section about input parameters and output parameters | Yoichi Hirai | 2016-11-25 | 1 | -1/+56 |
|/ / | |||||
* | | Merge pull request #1432 from ethereum/override-types | chriseth | 2016-11-25 | 1 | -2/+4 |
|\ \ | | | | | | | docs: add a description about the types of parameters of overriding functions | ||||
| * | | docs: add a description about the types of parameters of overriding functions | Yoichi Hirai | 2016-11-23 | 1 | -2/+4 |
| | | | |||||
* | | | Merge pull request #1413 from ethereum/calldata-layout | chriseth | 2016-11-24 | 1 | -0/+11 |
|\ \ \ | |/ / |/| | | docs: add a section about calldata layout | ||||
| * | | docs: add a section about calldata layout | Yoichi Hirai | 2016-11-23 | 1 | -0/+11 |
| | | | | | | | | | | | | Part of #1390 | ||||
* | | | Merge pull request #1407 from escull638/patch-1 | chriseth | 2016-11-23 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fixed spelling mistake in Logs | ||||
| * | | | 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'. | ||||
* | | | | Merge pull request #1408 from ethereum/keytype | chriseth | 2016-11-23 | 1 | -3/+3 |
|\ \ \ \ | |_|/ / |/| | | | docs: some types cannot be the key type for mappings | ||||
| * | | | docs: some types cannot be the key type for mappings | Yoichi Hirai | 2016-11-21 | 1 | -3/+3 |
| |/ / | |||||
* | | | Merge pull request #1411 from ethereum/function-type-docs | Yoichi Hirai | 2016-11-23 | 1 | -8/+18 |
|\ \ \ | | | | | | | | | Fix function type examples | ||||
| * | | | Fix examples and add explanation. | chriseth | 2016-11-22 | 1 | -1/+5 |
| | | | | |||||
| * | | | Fix oracle callback example | Alex Beregszaszi | 2016-11-21 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fix function type examples | Alex Beregszaszi | 2016-11-21 | 1 | -5/+11 |
| |/ / | |||||
* / / | Set version to 0.4.7 | chriseth | 2016-11-22 | 1 | -2/+2 |
|/ / | |||||
* | | Update version. | chriseth | 2016-11-21 | 1 | -2/+2 |
| | | |||||
* | | Typo | RJ | 2016-11-19 | 1 | -1/+1 |
|/ | |||||
* | Documentation: Style update | chriseth | 2016-11-16 | 1 | -5/+5 |
| | |||||
* | Update documentation. | chriseth | 2016-11-16 | 1 | -1/+2 |
| | |||||
* | Fix documentation formatting. | chriseth | 2016-11-16 | 1 | -2/+2 |
| | |||||
* | Mention "payable" in the documentation. | chriseth | 2016-11-16 | 1 | -2/+7 |
| | |||||
* | Updates to the documentation. | chriseth | 2016-11-16 | 1 | -8/+12 |
| | |||||
* | Documentation examples. | chriseth | 2016-11-16 | 1 | -1/+73 |
| | |||||
* | Part of the documentation. | chriseth | 2016-11-16 | 1 | -1/+41 |
| | |||||
* | Rename ErrorTag to invalidJumpLabel in inline assembly | Alex Beregszaszi | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | Document inline assembly ErrorTag | Alex Beregszaszi | 2016-11-15 | 1 | -0/+4 |
| | |||||
* | Merge pull request #1334 from ethereum/enum_conversion | chriseth | 2016-11-14 | 2 | -4/+6 |
|\ | | | | | check enum value range during conversion | ||||
| * | docs: udpate description of enums about #1334 | Yoichi Hirai | 2016-11-12 | 1 | -1/+2 |
| | | |||||
| * | docs: document the new overflow exception during conversion into enum | Yoichi Hirai | 2016-11-12 | 1 | -3/+4 |
| | | |||||
* | | 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. | ||||
* | Add support for do/while loops | Rhett Aultman | 2016-11-10 | 1 | -2/+2 |
| | | | | | | | This commit adds support for a standard do <statement> while <expr>; form of statement. While loops were already being supported; supporting a do/while loop mostly involves reusing code from while loops but putting the conditional checking last. | ||||
* | Merge pull request #1316 from federicobond/clarify-doc | chriseth | 2016-11-04 | 1 | -1/+1 |
|\ | | | | | Add clarification for block.blockhash | ||||
| * | Add clarification for block.blockhash | Federico Bond | 2016-11-02 | 1 | -1/+1 |
| | | |||||
* | | 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. | ||||
* | | Version update in develop. | chriseth | 2016-11-01 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1297 from Thrillberg/patch-2 | chriseth | 2016-10-27 | 1 | -1/+1 |
|\ \ | | | | | | | Update installing-solidity.rst | ||||
| * | | Update installing-solidity.rst | Eric Tillberg | 2016-10-27 | 1 | -1/+1 |
| |/ | |||||
* / | Update index.rst | Eric Tillberg | 2016-10-27 | 1 | -1/+1 |
|/ | |||||
* | Version bump for develop. | chriseth | 2016-10-25 | 1 | -2/+2 |
| | |||||
* | Mapping-in-mapping can have accessors too | Alex Beregszaszi | 2016-10-19 | 1 | -0/+3 |
| | |||||
* | Explain accessors on arrays | Alex Beregszaszi | 2016-10-19 | 1 | -0/+3 |
| | |||||
* | 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 | 2 | -23/+3 |
| | |||||
* | Mention why Homestead was different for libraries | Alex Beregszaszi | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -46/+27 |
| | |||||
* | Document constant functions | Alex Beregszaszi | 2016-10-19 | 2 | -17/+24 |
| | |||||
* | FAQ: remove removal of external accounts | Alex Beregszaszi | 2016-10-19 | 2 | -6/+2 |
| | |||||
* | Improve the description of Solidity | Alex Beregszaszi | 2016-10-19 | 2 | -11/+7 |
| | |||||
* | 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 | 2 | -12/+9 |
| | |||||
* | Update changelog link | Alex Beregszaszi | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Minor documentation fixes | Alex Beregszaszi | 2016-10-19 | 3 | -3/+4 |
| | |||||
* | 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. | ||||
* | Merge pull request #1217 from ethereum/instruction_table | chriseth | 2016-10-14 | 1 | -3/+3 |
|\ | | | | | Small points on the instruction table | ||||
| * | Small points on the instruction table | Yoichi Hirai | 2016-10-14 | 1 | -3/+3 |
| | | | | | | | | | | | | Fixes #1205 `sload` was not marked with a `-`, contrary to the description of #1205 | ||||
* | | Merge pull request #1195 from ethereum/memory-doc | chriseth | 2016-10-14 | 2 | -4/+23 |
|\ \ | |/ |/| | Document memory layout | ||||
| * | Mention that memory is organised as 256-bit words | Alex Beregszaszi | 2016-10-14 | 1 | -4/+4 |
| | | |||||
| * | Explain how scratch space affects the free memory pointer | Alex Beregszaszi | 2016-10-12 | 1 | -1/+6 |
| | | |||||
| * | Merge the two EVM memory introduction sections | Alex Beregszaszi | 2016-10-12 | 2 | -5/+5 |
| | | |||||
| * | Document memory layout | Alex Beregszaszi | 2016-10-11 | 1 | -0/+14 |
| | | |||||
* | | Merge pull request #1203 from ethereum/exlpainupforgrabs | chriseth | 2016-10-13 | 1 | -1/+3 |
|\ \ | | | | | | | Explain up-for-grabs issues. | ||||
| * | | Explain up-for-grabs issues. | chriseth | 2016-10-13 | 1 | -1/+3 |
| |/ | |||||
* | | Merge pull request #1185 from ethereum/grammar-doc | Yoichi Hirai | 2016-10-13 | 1 | -0/+5 |
|\ \ | | | | | | | Add link to grammar.txt in the documentation | ||||
| * | | Add link to grammar.txt in the documentation | Alex Beregszaszi | 2016-10-11 | 1 | -0/+5 |
| |/ | |||||
* | | Accommodate further reviews | Yoichi Hirai | 2016-10-13 | 1 | -6/+6 |
| | | |||||
* | | Change prenouns from `on` to `at` | Yoichi Hirai | 2016-10-13 | 1 | -2/+2 |
| | | |||||
* | | Accommodating reviews | Yoichi Hirai | 2016-10-13 | 1 | -9/+8 |
| | | | | | | | | https://github.com/ethereum/solidity/pull/1167#pullrequestreview-4031601 | ||||
* | | Mention `payable` in the description when Solidity throws | Yoichi Hirai | 2016-10-12 | 1 | -1/+2 |
| | | |||||
* | | Codify `bytes` | Yoichi Hirai | 2016-10-12 | 1 | -1/+1 |
| | | |||||
* | | Change phrasing around too small index | Yoichi Hirai | 2016-10-12 | 1 | -2/+2 |
| | | |||||
* | | Merge two similar sections; the original survives | Yoichi Hirai | 2016-10-12 | 2 | -23/+8 |
| | | |||||
* | | Various fixes based on comments on #1167 | Yoichi Hirai | 2016-10-12 | 1 | -4/+5 |
| | | |||||
* | | English clarifications | Yoichi Hirai | 2016-10-12 | 1 | -4/+4 |
| | | | | | | | | mostly based on suggestions by @axic | ||||
* | | Adding "When Solidity Throws" section in the documentation | Yoichi Hirai | 2016-10-12 | 1 | -0/+16 |
|/ | |||||
* | Document the reserved keywords | Alex Beregszaszi | 2016-10-07 | 1 | -0/+8 |
| | |||||
* | Rename sha3 to keccak256 in the documentation | Alex Beregszaszi | 2016-10-06 | 6 | -27/+30 |
| | |||||
* | A typo fix | Anubhav singh | 2016-10-05 | 1 | -1/+1 |
| | |||||
* | Typo Fix | D-Nice | 2016-10-04 | 1 | -1/+1 |
| | | | On line 126, though of changed to thought of. | ||||
* | list formatting | Shruti Appiah | 2016-09-24 | 1 | -5/+6 |
| | |||||
* | Bump version in develop. | chriseth | 2016-09-17 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1072 from ethereum/versioning | chriseth | 2016-09-15 | 1 | -0/+26 |
|\ | | | | | Document versioning behaviour | ||||
| * | Split versioning into two sections | Alex Beregszaszi | 2016-09-14 | 1 | -15/+19 |
| | | |||||
| * | Document versioning behaviour | Alex Beregszaszi | 2016-09-09 | 1 | -0/+22 |
| | | |||||
* | | Update Solidity docs version to 0.4.1 | Nick Savers | 2016-09-10 | 1 | -2/+2 |
|/ | |||||
* | Review suggestions. | chriseth | 2016-09-07 | 2 | -7/+7 |
| | |||||
* | Update documentation to version 0.4.0. | chriseth | 2016-09-07 | 13 | -88/+139 |
| | |||||
* | Merge pull request #1003 from winsvega/docs | chriseth | 2016-09-06 | 9 | -0/+96 |
|\ | | | | | add "pragma solidity ^0.4.0;" to code examples | ||||
| * | add "pragma solidity ^0.4.0;" to code examples | Dimitry | 2016-09-05 | 9 | -0/+96 |
| | | |||||
* | | Merge pull request #1021 from ethereum/assembly-docs | chriseth | 2016-09-06 | 1 | -1/+2 |
|\ \ | | | | | | | Fix the return value of call in inline assembly | ||||
| * | | Fix the return value of call in inline assembly | Alex Beregszaszi | 2016-09-06 | 1 | -1/+2 |
| | | | |||||
* | | | typo | Raghav Dua | 2016-09-06 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1005 from ethereum/modifierbody | Yoichi Hirai | 2016-09-06 | 3 | -12/+12 |
|\ \ | | | | | | | Require ";" after "_" | ||||
| * | | Require ";" after "_" | chriseth | 2016-09-05 | 3 | -12/+12 |
| |/ | |||||
* / | add solium to "Available Solidity Integrations" | Raghav Dua | 2016-09-05 | 1 | -0/+3 |
|/ | |||||
* | Typo. | chriseth | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | Version pragma. | chriseth | 2016-09-01 | 1 | -1/+30 |
| | |||||
* | Merge pull request #951 from Denton-L/interesting-case | chriseth | 2016-09-01 | 1 | -0/+17 |
|\ | | | | | Document use of smaller storage variables | ||||
| * | Write about struct members as well | Denton Liu | 2016-08-27 | 1 | -4/+4 |
| | | |||||
| * | Write about multiple reads and writes | Denton Liu | 2016-08-27 | 1 | -3/+3 |
| | | |||||
| * | Fix typo | Denton Liu | 2016-08-27 | 1 | -3/+3 |
| | | |||||
| * | Document use of smaller storage variables | Denton Liu | 2016-08-26 | 1 | -0/+17 |
| | | |||||
* | | Merge pull request #960 from Denton-L/change-else-style | chriseth | 2016-09-01 | 5 | -20/+17 |
|\ \ | | | | | | | Change else style | ||||
| * | | Use new style for the docs | Denton Liu | 2016-08-27 | 4 | -14/+10 |
| | | | |||||
| * | | Update style-guide to use new style | Denton Liu | 2016-08-27 | 1 | -6/+7 |
| | | | |||||
* | | | Merge pull request #969 from Denton-L/fix-documentation | chriseth | 2016-08-30 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | Fix bad syntax | ||||
| * | | | Fix typo from second to seconds | Denton Liu | 2016-08-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix bad syntax | Denton Liu | 2016-08-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #954 from chriseth/fallbackThrows | chriseth | 2016-08-30 | 2 | -1/+9 |
|\ \ \ \ | | | | | | | | | | | Fallback throws | ||||
| * | | | | Clarify warning. | chriseth | 2016-08-30 | 1 | -2/+3 |
| | | | | | |||||
| * | | | | Documentation. | chriseth | 2016-08-30 | 2 | -1/+8 |
| | | | | | |||||
* | | | | | Merge pull request #972 from Denton-L/document-sha3 | chriseth | 2016-08-30 | 1 | -0/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | Document constant behaviour for hashes | ||||
| * | | | | Fix typo | Denton Liu | 2016-08-30 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Document constant behaviour for hashes | Denton Liu | 2016-08-30 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Merge pull request #968 from Denton-L/contributing | Bob Summerwill | 2016-08-30 | 1 | -1/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | Update README to link to new contribution section | ||||
| * | | | | Update README to link to new contribution section | Denton Liu | 2016-08-30 | 1 | -1/+4 |
| | | | | | |||||
* | | | | | Merge pull request #964 from Denton-L/fix-documentation | Bob Summerwill | 2016-08-30 | 5 | -30/+38 |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | Fix documentation | ||||
| * | | | Fix line length | Denton Liu | 2016-08-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix selfdestruct documentation | Denton Liu | 2016-08-29 | 1 | -5/+5 |
| | | | | |||||
| * | | | Fix syntax for Windows batch file | Denton Liu | 2016-08-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | Clarify typecasting | Denton Liu | 2016-08-27 | 1 | -2/+7 |
| | | | | |||||
| * | | | Clean up contracts.rst | Denton Liu | 2016-08-27 | 1 | -14/+17 |
| | | | | |||||
| * | | | Fix grammar error | Denton Liu | 2016-08-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | Cleanup docs | Denton Liu | 2016-08-27 | 1 | -6/+6 |
| | | | | |||||
* | | | | Create contribution guidelines | Denton Liu | 2016-08-30 | 3 | -0/+59 |
|/ / / | |||||
* | | | Merge pull request #946 from bobsummerwill/build_from_source_docs | Bob Summerwill | 2016-08-27 | 1 | -67/+116 |
|\ \ \ | |/ / |/| | | Updated Solidity documentation's "building from source" section | ||||
| * | | Tweaks as suggested by chriseth. | Bob Summerwill | 2016-08-27 | 1 | -3/+35 |
| | | | | | | | | | | | | | | | I will commit this as-is, because it has been pending for a few days over minor issues. We will continue to iterate on this. | ||||
| * | | Updated Solidity documentation's "building from source" section. | Bob Summerwill | 2016-08-25 | 1 | -64/+81 |
| |/ | | | | | | | | | It now references install_deps.sh/.bat, and also adds instructions for Windows. Cherry picked some further tweaks from Denton-L. Thanks :-) | ||||
* | | Added library keyword | Denton Liu | 2016-08-26 | 1 | -1/+1 |
| | | |||||
* | | Added ufixed and fixed keywords | Denton Liu | 2016-08-26 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #953 from Denton-L/fallback-stuff | chriseth | 2016-08-26 | 1 | -18/+27 |
|\ \ | | | | | | | Write about what fallback functions cannot do | ||||
| * | | Add "Sending Ether" | Denton Liu | 2016-08-26 | 1 | -0/+1 |
| | | | |||||
| * | | Correct spacing | Denton Liu | 2016-08-26 | 1 | -18/+18 |
| | | | |||||
| * | | Write about what fallback functions cannot do | Denton Liu | 2016-08-26 | 1 | -0/+8 |
| | | | |||||
* | | | Disallow fallback function to return values. | chriseth | 2016-08-26 | 1 | -1/+2 |
|/ / | |||||
* | | Merge pull request #925 from mocamircea/patch-10 | chriseth | 2016-08-26 | 1 | -11/+56 |
|\ \ | | | | | | | Update contracts.rst | ||||
| * | | Update contracts.rst | Mircea Moca | 2016-08-25 | 1 | -9/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I left the example with contract C only, showing the access specifiers discussed at 186-188. The specifier of data is left public since nothing is related to accessor functions now. Added a separate example with contracts C, D and E to show specifier's effect. Added a separate example to prove the synthesizing of accessor functions. Added a new example to show the internal/external call of the accessor, according to existent discussion. | ||||
| * | | Update contracts.rst | Mircea Moca | 2016-08-19 | 1 | -4/+4 |
| | | | | | | | | | I think it's more clear now and without the risk of mentioning the yet discussed accessor concept | ||||
| * | | Update contracts.rst | Mircea Moca | 2016-08-18 | 1 | -7/+14 |
| | | | | | | | | | Extended example according to the discussed stuff, clarification & typos | ||||
* | | | 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. | ||||
* | | Fix creating contracts section | Denton Liu | 2016-08-24 | 1 | -3/+5 |
| | | |||||
* | | Rename "call data" to "calldata" | Denton Liu | 2016-08-24 | 1 | -2/+2 |
| | | |||||
* | | Add comma | Denton Liu | 2016-08-24 | 1 | -1/+1 |
| | | |||||
* | | Fix control-structures | Denton Liu | 2016-08-24 | 1 | -4/+4 |
| | | |||||
* | | Update contracts.rst | Denton Liu | 2016-08-24 | 1 | -3/+4 |
| | | |||||
* | | 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 |
| | | |||||
* | | Change example code formatting | Denton Liu | 2016-08-24 | 1 | -3/+3 |
| | | |||||
* | | Change capitalisation | Denton Liu | 2016-08-24 | 2 | -2/+2 |
| | | |||||
* | | Remove trailing whitespaces | Denton Liu | 2016-08-24 | 3 | -5/+5 |
| | | |||||
* | | Small documentation update | Dave Hoover | 2016-08-24 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #706 from Denton-L/withdrawal-pattern | chriseth | 2016-08-20 | 6 | -5/+113 |
|\ \ | | | | | | | Add Withdrawal Pattern Example | ||||
| * | | Remove throw from withdrawal pattern | Denton Liu | 2016-08-19 | 1 | -3/+7 |
| | | | |||||
| * | | Fix code | Denton Liu | 2016-08-12 | 1 | -6/+6 |
| | | | |||||
| * | | Reference inspiration | Denton Liu | 2016-08-12 | 1 | -1/+2 |
| | | | |||||
| * | | Add minor corrections | Denton Liu | 2016-08-12 | 1 | -9/+10 |
| | | | |||||
| * | | Update contracts and descriptions | Denton Liu | 2016-08-11 | 1 | -4/+13 |
| | | | |||||
| * | | Change withdrawal example | Denton Liu | 2016-08-11 | 1 | -78/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The example is now a "King of the Ether"-esque contract. This is actually relevant as they suffered an attack because of an almost identical issue. See the post-mortem here: https://www.kingoftheether.com/postmortem.html | ||||
| * | | Use store example | Denton Liu | 2016-08-10 | 1 | -96/+68 |
| | | | |||||
| * | | Change example to auction | Denton Liu | 2016-08-10 | 1 | -24/+100 |
| | | | |||||
| * | | Remove trailing whitespace | Denton Liu | 2016-08-10 | 4 | -4/+4 |
| | | | |||||
| * | | Fix withdrawal pattern documentation | Denton Liu | 2016-08-10 | 1 | -4/+4 |
| | | | |||||
| * | | Link to withdraw pattern | Denton Liu | 2016-08-10 | 2 | -1/+3 |
| | | | |||||
| * | | Add section about withdrawal pattern | Denton Liu | 2016-08-10 | 3 | -0/+78 |
| | | | |||||
* | | | Document throwing on contract-creation fail | Denton Liu | 2016-08-19 | 1 | -1/+2 |
| | | | |||||
* | | | Document throwing on calling empty code | Denton Liu | 2016-08-18 | 1 | -1/+2 |
| | | | |||||
* | | | Add documentation about throwing | Denton Liu | 2016-08-18 | 1 | -2/+3 |
| |/ |/| | |||||
* | | Merge pull request #839 from chriseth/checkcode | chriseth | 2016-08-17 | 1 | -0/+4 |
|\ \ | | | | | | | BREAKING: Make function calls throw if target does not have code. | ||||
| * | | Make function calls throw if target does not have code. | chriseth | 2016-08-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | Low-level calls still just execute and will actually report "success". This allows `x.call.value(y)()` for x being a non-contract account. | ||||
* | | | Merge pull request #888 from chriseth/throwOnDivZero | chriseth | 2016-08-17 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Throw on division by zero. | ||||
| * | | | Throw on division by zero. | chriseth | 2016-08-17 | 1 | -0/+2 |
| |/ / | |||||
* / / | BREAKING: return only exits current function/modifier | chriseth | 2016-08-17 | 1 | -7/+33 |
|/ / | |||||
* | | Merge pull request #905 from ethereum/chriseth-patch-1 | chriseth | 2016-08-17 | 1 | -1/+1 |
|\ \ | | | | | | | Docs: wording: recursive call exploit -> reentrancy exploit | ||||
| * | | Wording: recursive call exploit -> reentrancy exploit | chriseth | 2016-08-16 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #838 from chriseth/ecrecover | chriseth | 2016-08-17 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | Make ecrecover return zero for malformed input. | ||||
| * | | | Actually better to return zero on error. | chriseth | 2016-08-16 | 2 | -2/+2 |
| |/ / | |||||
* | | | Fix docs. (#916) | chriseth | 2016-08-17 | 1 | -3/+9 |
| | | | |||||
* | | | Introduce hex literals (#832) | Alex Beregszaszi | 2016-08-16 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Introduce hex keyword token * Support hex literals * Include tests for hex literals * Document hex literals | ||||
* | | | fix typo in costs modifier (#850) | gl367 | 2016-08-16 | 1 | -3/+5 |
| | | | |||||
* | | | Merge pull request #903 from mocamircea/patch-8 | chriseth | 2016-08-16 | 1 | -3/+10 |
|\ \ \ | | | | | | | | | Update control-structures.rst | ||||
| * | | | Update control-structures.rst | Mircea Moca | 2016-08-16 | 1 | -3/+8 |
| | | | | | | | | | | | | Splitted example. | ||||
| * | | | Update control-structures.rst | Mircea Moca | 2016-08-16 | 1 | -1/+3 |
| |/ / | |||||
* | | | Merge pull request #710 from chriseth/throwFailedCreate | chriseth | 2016-08-16 | 1 | -0/+37 |
|\ \ \ | | | | | | | | | BREAKING: Throw if contract creation fails. | ||||
| * | | | Throw if contract creation fails. | chriseth | 2016-08-16 | 1 | -0/+37 |
| |/ / | |||||
* | | | Merge pull request #904 from mocamircea/patch-9 | chriseth | 2016-08-16 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Update control-structures.rst | ||||
| * | | | Update control-structures.rst | Mircea Moca | 2016-08-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update control-structures.rst | Mircea Moca | 2016-08-16 | 1 | -1/+1 |
| |/ / | | | | | | | typo -> coherence with previous occurrence in the document of C/JavaScript | ||||
* / / | Update index.rst | Jacob Benjamin Cholewa | 2016-08-16 | 1 | -0/+3 |
|/ / | | | | | Added a link for Syntastic. A vim plugin that provide compile checking using the solc compiler. | ||||
* | | Merge pull request #886 from mocamircea/patch-6 | chriseth | 2016-08-12 | 1 | -1/+1 |
|\ \ | | | | | | | Update units-and-global-variables.rst | ||||
| * | | Update units-and-global-variables.rst | Mircea Moca | 2016-08-12 | 1 | -1/+1 |
| | | | | | | | | | Coherence -> at the bottom of the document Wei is used several times, not "wei". | ||||
* | | | Update units-and-global-variables.rst | Mircea Moca | 2016-08-12 | 1 | -1/+1 |
|/ / | | | | | "Suffixes of" is wrong and misleading. "seconds", "minutes" etc. are suffixes of literal numbers. | ||||
* | | Merge pull request #858 from Denton-L/quotes-docs | chriseth | 2016-08-12 | 4 | -12/+24 |
|\ \ | | | | | | | Document existence of single-quotes | ||||
| * | | Correct all UTF-8 spellings | Denton Liu | 2016-08-11 | 2 | -6/+6 |
| | | | |||||
| * | | Add double-quotes to style guide | Denton Liu | 2016-08-11 | 1 | -1/+13 |
| | | | |||||
| * | | Change i.e. to e.g. | Denton Liu | 2016-08-11 | 1 | -1/+1 |
| | | | |||||
| * | | Mention single-quotes | Denton Liu | 2016-08-11 | 1 | -2/+2 |
| | | | |||||
| * | | Correct UTF-8 spellings | Denton Liu | 2016-08-11 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #844 from Denton-L/remove-after | chriseth | 2016-08-12 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | BREAKING: Remove after | ||||
| * | | | Remove after keyword from documentation | Denton Liu | 2016-08-11 | 1 | -2/+1 |
| |/ / | |||||
* | | | Merge pull request #857 from cholewa1992/patch-1 | chriseth | 2016-08-12 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Update installing-solidity.rst | ||||
| * | | Update installing-solidity.rst | Jacob Benjamin Cholewa | 2016-08-10 | 1 | -1/+1 |
| |/ | | | | | The JsonCpp library is also a needed dependency | ||||
* | | Merge pull request #824 from Denton-L/fix-typo | chriseth | 2016-08-11 | 1 | -2/+2 |
|\ \ | |/ |/| | Fix typo | ||||
| * | Add missing s | Denton Liu | 2016-08-09 | 1 | -1/+1 |
| | | |||||
| * | Refix typo | Denton Liu | 2016-08-09 | 1 | -1/+1 |
| | | |||||
| * | Fix typo | Denton Liu | 2016-08-05 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #820 from mocamircea/patch-3 | chriseth | 2016-08-08 | 1 | -0/+20 |
|\ \ | | | | | | | Update layout-of-source-files.rst | ||||
| * | | Update layout-of-source-files.rst | Mircea Moca | 2016-08-05 | 1 | -0/+20 |
| | | | | | | | | | An example of natspec comment. | ||||
* | | | Merge pull request #819 from mocamircea/patch-2 | chriseth | 2016-08-08 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Update layout-of-source-files.rst | ||||
| * | | | Update layout-of-source-files.rst | Mircea Moca | 2016-08-05 | 1 | -1/+1 |
| |/ / | | | | | | | better reading | ||||
* / / | Update layout-of-source-files.rst | Mircea Moca | 2016-08-05 | 1 | -1/+1 |
|/ / | | | | | The phrase eds with the given example. | ||||
* | | Merge pull request #666 from axic/feature/unicode-escape | chriseth | 2016-08-05 | 1 | -1/+3 |
|\ \ | | | | | | | Support unicode escape characters | ||||
| * | | Document \n, \xNN and \uNNNN | Alex Beregszaszi | 2016-08-05 | 1 | -0/+2 |
| | | | |||||
| * | | Fix String Literals documentation about implicit conversions | Alex Beregszaszi | 2016-08-05 | 1 | -1/+1 |
| |/ | |||||
* / | Build using solidity-standalone. | chriseth | 2016-08-04 | 1 | -38/+10 |
|/ | |||||
* | Merge pull request #776 from chriseth/deploydocs | chriseth | 2016-08-01 | 1 | -1/+5 |
|\ | | | | | Deploydocs | ||||
| * | Made snippet work as is. | chriseth | 2016-08-01 | 1 | -3/+3 |
| | |