| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Small clarifications around the 2300 gas stipend from transfer and send | Chris Ward | 2018-08-01 | 1 | -1/+1 |
| | | |||||
| * | enforce interface-functions to be external-declared | Christian Parpart | 2018-07-16 | 1 | -1/+1 |
| | | | | | | | | | - libsolidity: Enforce interface-functions must be external-declared. - Changelog adapted to reflect changes wrt. functions in interfaces. - test: Adjustments according to prior interface-function changes. - tests: Adapting SolidityEndToEndTest to interface-function change. - docs: Adapted documentation to interface-function change. | ||||
| * | documentation: adjustments to not use the "var" keyword | Christian Parpart | 2018-07-03 | 1 | -2/+1 |
| | | |||||
| * | Adds review suggestions. | Erik Kundt | 2018-07-02 | 1 | -2/+2 |
| | | |||||
| * | Updates docs to new constructor syntax. | Erik Kundt | 2018-07-02 | 1 | -4/+4 |
| | | |||||
| * | Fallback function has to be external: backwards-compatible changes. | chriseth | 2018-06-29 | 1 | -1/+1 |
| | | |||||
| * | Documentation. | chriseth | 2018-06-25 | 1 | -2/+2 |
| | | |||||
| * | Prefer view over constant in the documentation. | Daniel Kirchner | 2018-05-09 | 1 | -1/+1 |
| | | |||||
| * | Update security considerations. | chriseth | 2018-04-17 | 1 | -3/+16 |
| | | |||||
| * | Fix Solidity warnings | Jim McDonald | 2017-12-13 | 1 | -9/+9 |
| | | |||||
| * | Correct that ether transfers _can_ always include code execution in ↵ | Alex Beregszaszi | 2017-12-12 | 1 | -2/+2 |
| | | | | | re-entrancy example | ||||
| * | Add another contract with call to demonstrate re-entrancy vulnerability. | Evgeny Medvedev | 2017-12-12 | 1 | -1/+18 |
| | | | | | Add another contract with call to demonstrate re-entrancy vulnerability as send explicitly sets gas to 2300 by default according to this commit 9ca7472 which makes it impossible to "get multiple refunds" because a non-zero CALL costs at least 9700 gas. This issue is discussed on Ethereum StackExchange https://ethereum.stackexchange.com/questions/30371/send-ether-reentrancy-attack-in-reality-how-could-fallback-function-make-a-mes/30616#30616 | ||||
| * | Ensure each code snippet in the docs can be extracted for tests | Alex Beregszaszi | 2017-11-22 | 1 | -24/+26 |
| | | |||||
| * | Merge pull request #2636 from ethereum/docs-random | Yoichi Hirai | 2017-07-27 | 1 | -2/+1 |
| |\ | | | | | Random documentation fixes | ||||
| | * | Remove reference to Why3 | Alex Beregszaszi | 2017-07-27 | 1 | -2/+1 |
| | | | |||||
| * | | fix misspell | Skiral Inc | 2017-07-27 | 1 | -1/+1 |
| |/ | |||||
| * | Fix bugs in example contracts | Alex Beregszaszi | 2017-07-14 | 1 | -3/+5 |
| | | |||||
| * | Corrections and some style. | chriseth | 2017-05-03 | 1 | -1/+2 |
| | | |||||
| * | Cleanup to make the docs more consistent. | chriseth | 2017-05-03 | 1 | -10/+11 |
| | | |||||
| * | Update common-patterns.rst | Matt Wisniewski | 2017-05-03 | 1 | -6/+5 |
| | | |||||
| * | Some changes after review. | chriseth | 2017-04-18 | 1 | -1/+2 |
| | | |||||
| * | List of known bugs. | chriseth | 2017-04-12 | 1 | -1/+4 |
| | | |||||
| * | Replace references to browser-solidity with Remix | Alex Beregszaszi | 2017-03-16 | 1 | -1/+1 |
| | | |||||
| * | Rename sha3 to keccak256 in the documentation | Alex Beregszaszi | 2016-10-06 | 1 | -1/+1 |
| | | |||||
| * | Typo Fix | D-Nice | 2016-10-04 | 1 | -1/+1 |
| | | | | On line 126, though of changed to thought of. | ||||
| * | Review suggestions. | chriseth | 2016-09-07 | 1 | -6/+6 |
| | | |||||
| * | Update documentation to version 0.4.0. | chriseth | 2016-09-07 | 1 | -3/+9 |
| | | |||||
| * | add "pragma solidity ^0.4.0;" to code examples | Dimitry | 2016-09-05 | 1 | -0/+8 |
| | | |||||
| * | Documentation. | chriseth | 2016-08-30 | 1 | -1/+3 |
| | | |||||
| * | Remove trailing whitespaces | Denton Liu | 2016-08-24 | 1 | -2/+2 |
| | | |||||
| * | Link to withdraw pattern | Denton Liu | 2016-08-10 | 1 | -1/+1 |
| | | |||||
| * | Add section about withdrawal pattern | Denton Liu | 2016-08-10 | 1 | -0/+2 |
| | | |||||
| * | Added tx.origin caution | DennisBPeterson | 2016-07-22 | 1 | -0/+39 |
| | | |||||
| * | Merge pull request #704 from ethereum/malleability | chriseth | 2016-07-19 | 1 | -1/+5 |
| |\ | | | | | Expanded malleability risks. | ||||
| | * | Expanded malleability risks. | chriseth | 2016-07-07 | 1 | -2/+6 |
| | | | |||||
| * | | Repharse sentence | Denton Liu | 2016-07-09 | 1 | -1/+2 |
| | | | |||||
| * | | Incorporate corrections | Denton Liu | 2016-07-08 | 1 | -2/+2 |
| | | | |||||
| * | | Reformat code | Denton Liu | 2016-07-05 | 1 | -17/+16 |
| | | | |||||
| * | | Correct grammar and language | Denton Liu | 2016-07-05 | 1 | -27/+27 |
| |/ | |||||
| * | Fixes. | chriseth | 2016-07-04 | 1 | -10/+23 |
| | | |||||
| * | Security Considerations | chriseth | 2016-07-04 | 1 | -0/+208 |
