Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #453 from michaltrzesimiech/patch-1 | chriseth | 2016-03-29 | 1 | -2/+0 | |
|\ | | | | | Update structure-of-a-contract.rst | |||||
| * | Deleting redundant line | michaltrzesimiech | 2016-03-26 | 1 | -2/+0 | |
| | | ||||||
| * | Update structure-of-a-contract.rst | michaltrzesimiech | 2016-03-25 | 1 | -1/+1 | |
| | | ||||||
* | | Update frequently-asked-questions.rst | RJ | 2016-03-26 | 1 | -0/+2 | |
| | | ||||||
* | | Update frequently-asked-questions.rst | RJ | 2016-03-24 | 1 | -0/+15 | |
|/ | ||||||
* | Update style-guide.rst | ssonicblue | 2016-03-23 | 1 | -2/+8 | |
| | | | Update section 'Variable Declarations' for consistency with the format of the rest of the document. | |||||
* | Extend example | chriseth | 2016-03-14 | 1 | -0/+2 | |
| | ||||||
* | Clarification | chriseth | 2016-03-14 | 1 | -1/+3 | |
| | ||||||
* | Fix examples. | chriseth | 2016-03-14 | 1 | -2/+2 | |
| | ||||||
* | Allocating arrays. | chriseth | 2016-03-14 | 1 | -0/+17 | |
| | ||||||
* | Put in specific brew version as per the umbrella | RJ | 2016-03-12 | 1 | -0/+1 | |
| | ||||||
* | Documentation for delegatecall. | chriseth | 2016-03-12 | 4 | -46/+19 | |
| | ||||||
* | Warning about using integer literals in division. | chriseth | 2016-03-11 | 1 | -0/+9 | |
| | ||||||
* | Update contracts.rst | uberlaufer | 2016-03-11 | 1 | -4/+3 | |
| | ||||||
* | shortened lines to 79 | uberlaufer | 2016-03-11 | 1 | -1/+5 | |
| | ||||||
* | Update contracts.rst | uberlaufer | 2016-03-11 | 1 | -5/+1 | |
| | | | minor grammar and spelling corrections | |||||
* | Typo fix. | Georgios Paralykidis | 2016-03-09 | 1 | -1/+1 | |
| | ||||||
* | ecrecover takes uint8, not byte | MrChico | 2016-03-02 | 1 | -1/+1 | |
| | ||||||
* | [Minor]: typo fix | Oleg Iakovlev | 2016-03-01 | 1 | -1/+1 | |
| | ||||||
* | Added in-depth links to function modifiers, structs and enums in structure ↵ | holgerd77 | 2016-02-19 | 3 | -4/+16 | |
| | | | | section | |||||
* | Name-spacing the structure reference links for not being confused with the ↵ | holgerd77 | 2016-02-19 | 1 | -9/+9 | |
| | | | | globally probably more used in-depth links | |||||
* | Added in-depth links for further reading to the state variable, function and ↵ | holgerd77 | 2016-02-19 | 3 | -0/+14 | |
| | | | | function modifier overview in the structure section | |||||
* | Changed reference naming from understore to dash separation for consistency ↵ | holgerd77 | 2016-02-19 | 1 | -6/+6 | |
| | | | | with existing naming | |||||
* | Added examples, references to structure section | holgerd77 | 2016-02-18 | 1 | -8/+103 | |
| | ||||||
* | Comment code examples | holgerd77 | 2016-02-18 | 1 | -0/+10 | |
| | ||||||
* | Code blocks for compiler use section | holgerd77 | 2016-02-18 | 1 | -4/+7 | |
| | ||||||
* | Use code blocks for import syntax explanations for better readability | holgerd77 | 2016-02-18 | 1 | -4/+22 | |
| | ||||||
* | Merge pull request #382 from chriseth/bytesIndex | chriseth | 2016-02-11 | 1 | -0/+5 | |
|\ | | | | | Index access for bytesXX. | |||||
| * | Documentation. | chriseth | 2016-02-10 | 1 | -0/+5 | |
| | | ||||||
* | | Update frequently-asked-questions.rst | RJ | 2016-02-11 | 1 | -2/+3 | |
| | | | | | | Correcting inline array documentation | |||||
* | | Update frequently-asked-questions.rst | RJ | 2016-02-11 | 1 | -2/+11 | |
|/ | ||||||
* | [Documentation] Add details on libjsonrpccpp-dev | Andres Nötzli | 2016-02-04 | 1 | -1/+9 | |
| | | | Add explanation to the documentation that the package name changes from `libjson-rpc-cpp-dev` to `libjsonrpccpp-dev` and is supplied by the universe repository instead of the Ethereum PPA. | |||||
* | [Documentation] Include correct dev package | Andres Nötzli | 2016-02-02 | 1 | -1/+1 | |
| | | | The Ubuntu part of the installation guide mentions `libjson-rpc-cpp-dev`. However, the correct name seems to be `libjsonrpccpp-dev`. | |||||
* | documentation | chriseth | 2016-01-30 | 2 | -2/+14 | |
| | ||||||
* | Merge pull request #370 from chriseth/redirects | chriseth | 2016-01-29 | 1 | -1/+10 | |
|\ | | | | | Path remappings for solc. | |||||
| * | Document remappings | chriseth | 2016-01-26 | 1 | -1/+10 | |
| | | ||||||
* | | Update index.rst | chriseth | 2016-01-28 | 1 | -2/+4 | |
| | | ||||||
* | | Add a link to the ethereum stackexchange. | chriseth | 2016-01-28 | 1 | -0/+2 | |
|/ | ||||||
* | [cond-expr] add one doc about conditional expression | Lu Guanqun | 2016-01-23 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #306 from pipermerriam/piper/flesh-out-naming-conventions | chriseth | 2016-01-14 | 1 | -1/+96 | |
|\ | | | | | Flesh out naming convention in the Style Guide | |||||
| * | fix spelling and heading title | Piper Merriam | 2016-01-07 | 1 | -3/+3 | |
| | | ||||||
| * | use mixedCase | Piper Merriam | 2015-12-17 | 1 | -9/+4 | |
| | | ||||||
| * | Flesh out naming convention section of docs | Piper Merriam | 2015-12-17 | 1 | -1/+101 | |
| | | ||||||
* | | Some more clarifications about remappings. | chriseth | 2016-01-14 | 1 | -3/+19 | |
| | | ||||||
* | | Extended documentation about imports. | chriseth | 2016-01-14 | 1 | -12/+50 | |
| | | ||||||
* | | Merge pull request #345 from VoR0220/develop | chriseth | 2016-01-13 | 1 | -1/+3 | |
|\ \ | | | | | | | Inline Arrays | |||||
| * | | clarification on dynamic arrays, switcheroo on typepointer, and a ↵ | RJ Catalano | 2016-01-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | documentation test added | |||||
| * | | forgot to take the auto tabs off...turned into spaces | RJ Catalano | 2016-01-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | added documentation and one last test for struct creation inline | RJ Catalano | 2016-01-12 | 1 | -1/+3 | |
| | | | ||||||
* | | | Refund actual deposit, and not bid value. | chriseth | 2016-01-12 | 1 | -1/+1 | |
|/ / | | | | | | | Thanks to @jonasnick for finding this. Fixes #349 | |||||
* | | Merge pull request #331 from u2/doc_fix2 | chriseth | 2016-01-04 | 1 | -192/+192 | |
|\ \ | | | | | | | docs: code sytle | |||||
| * | | docs: code sytle | u2 | 2015-12-30 | 1 | -192/+192 | |
| | | | ||||||
* | | | Merge pull request #329 from guanqun/patch-2 | chriseth | 2016-01-04 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | [docs]: change unsupported underscore to star | |||||
| * | | | [docs]: change unsupported underscore to start | Lu Guanqun | 2015-12-30 | 1 | -1/+1 | |
| |/ / | | | | | | | highlight "not" | |||||
* / / | [docs]: add an ending period | Lu Guanqun | 2015-12-30 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #316 from chriseth/docs | chriseth | 2015-12-22 | 2 | -40/+44 | |
|\ \ | | | | | | | Fixes in the misc section. | |||||
| * | | Fixes in the misc section. | chriseth | 2015-12-21 | 2 | -40/+44 | |
| | | | ||||||
* | | | sending value to an overloaded function | ethers | 2015-12-19 | 1 | -0/+10 | |
|/ / | | | | | from https://gitter.im/ethereum/solidity?at=5673fb41b5777fb85ba496fa | |||||
* | | Update installing-solidity.rst | RJ | 2015-12-18 | 1 | -1/+1 | |
| | | ||||||
* | | Update installing-solidity.rst | RJ | 2015-12-18 | 1 | -1/+1 | |
| | | ||||||
* | | new doc | RJ Catalano | 2015-12-18 | 1 | -1/+3 | |
|/ | ||||||
* | Note about private note being invisible. | chriseth | 2015-12-14 | 1 | -0/+7 | |
| | ||||||
* | Pygments highlighting rules for Solidity. | chriseth | 2015-12-11 | 2 | -2/+91 | |
| | ||||||
* | Merge pull request #293 from chriseth/doc_index | chriseth | 2015-12-10 | 2 | -9/+169 | |
|\ | | | | | Documentation index page and build instructions. | |||||
| * | Added build guide. | chriseth | 2015-12-10 | 2 | -42/+140 | |
| | | ||||||
| * | Improved index page. | chriseth | 2015-12-10 | 1 | -9/+29 | |
| | | ||||||
| * | Update for_Ze_Devs.md | RJ | 2015-12-10 | 1 | -5/+16 | |
| | | ||||||
| * | Update for_Ze_Devs.md | RJ | 2015-12-10 | 1 | -2/+2 | |
| | | ||||||
| * | Update for_Ze_Devs.md | RJ | 2015-12-10 | 1 | -1/+1 | |
| | | ||||||
| * | Create for_Ze_Devs.md | RJ | 2015-12-10 | 1 | -0/+31 | |
| | | | | | | tentative means to get a dev environment set up for the compiler on OS X | |||||
* | | Overflow check. | chriseth | 2015-12-10 | 1 | -0/+14 | |
|/ | ||||||
* | Added some lost changes. | chriseth | 2015-12-08 | 3 | -1/+14 | |
| | ||||||
* | Add pdf config. | chriseth | 2015-12-08 | 1 | -0/+1 | |
| | ||||||
* | Imported documentation. | chriseth | 2015-12-08 | 17 | -0/+5229 | |