Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change assert and require docs | Andreas Olofsson | 2018-05-07 | 1 | -3/+3 |
| | |||||
* | State that years has been deprecated. | chriseth | 2018-05-02 | 1 | -0/+3 |
| | |||||
* | Document ABI encoding functions. | chriseth | 2018-04-14 | 1 | -2/+23 |
| | |||||
* | Update documentation. | chriseth | 2018-04-12 | 1 | -0/+2 |
| | |||||
* | Documentation for revert with reason string. | chriseth | 2018-04-12 | 1 | -0/+2 |
| | |||||
* | Update Delegatecall Description in Docs | Robbie Ferguson | 2018-04-06 | 1 | -0/+7 |
| | | | | The previous description did not include the fact that the storage locations of the two contracts must align up until the storage variable(s) affected in order for the called contract to successfully write to the caller's storage. If they are misaligned, delegatecall will silently fail. This is difficult to debug without underlying knowledge of how delegatecall works, and clarity in the docs would certainly be helpful. | ||||
* | Updates docs for blockhash changes. | bitshift | 2018-03-27 | 1 | -2/+2 |
| | |||||
* | Noted `suicide` is deprecated (#3692) | wbt | 2018-03-12 | 1 | -1/+1 |
| | | | According to the [changelog](https://github.com/ethereum/solidity/blob/b5e804b8caba0cc84514898323df91a025705177/Changelog.md), `suicide` was deprecated before 0.4.3 (after 0.2.0) and warning by 0.4.17. | ||||
* | Move msg.gas to global function gasleft(). Closes #2971. | Daniel Kirchner | 2018-03-05 | 1 | -1/+2 |
| | |||||
* | Merge pull request #3543 from ↵ | chriseth | 2018-02-20 | 1 | -5/+5 |
|\ | | | | | | | | | medvedev1088/feature/add-gas-details-to-documentation Add gas forwarding details to address related functions in documentation | ||||
| * | Add adjustable/no adjustable gas details to address related functions in ↵ | Evgeny Medvedev | 2018-02-20 | 1 | -5/+5 |
| | | | | | | | | units-and-global-variables.rst | ||||
| * | Add gas forwarding details to address related functions in ↵ | Evgeny Medvedev | 2018-02-19 | 1 | -5/+5 |
| | | | | | | | | units-and-global-variables.rst | ||||
* | | Make addmod and mulmod revert if the last argument is zero. | chriseth | 2018-02-15 | 1 | -2/+2 |
| | | |||||
* | | Fix Solidity warnings | Jim McDonald | 2017-12-13 | 1 | -1/+1 |
| | | |||||
* | | Remove obsolote statement about msg.sender and library calls. | chriseth | 2017-11-16 | 1 | -5/+0 |
|/ | |||||
* | Document packed ABI | Alex Beregszaszi | 2017-09-27 | 1 | -3/+3 |
| | |||||
* | Document caveats about timestamp and blockhash | Alex Beregszaszi | 2017-09-02 | 1 | -0/+12 |
| | |||||
* | Closing parenthesis | chriseth | 2017-07-27 | 1 | -1/+1 |
| | |||||
* | Mention all global aliases | Alex Beregszaszi | 2017-07-27 | 1 | -3/+8 |
| | |||||
* | Mention that callcode is deprecated | Alex Beregszaszi | 2017-07-27 | 1 | -0/+4 |
| | |||||
* | Review suggestions. | chriseth | 2017-06-24 | 1 | -1/+1 |
| | |||||
* | Clarify exceptions. | chriseth | 2017-06-24 | 1 | -5/+14 |
| | |||||
* | Improves clarity of block.timestamp | Micah Zoltu | 2017-05-13 | 1 | -1/+1 |
| | |||||
* | Update units-and-global-variables.rst | FedericoCapello | 2017-05-02 | 1 | -2/+2 |
| | | | Consistency of explanation. | ||||
* | Correct syntax and link to question. | chriseth | 2017-04-21 | 1 | -1/+1 |
| | |||||
* | Added link to example for ecrecover | Morgan | 2017-04-21 | 1 | -0/+1 |
| | | | This should be helpful for now until I can write up some documentation to include here | ||||
* | Merge pull request #1785 from ethereum/docs-address | Alex Beregszaszi | 2017-03-16 | 1 | -3/+9 |
|\ | | | | | Document all address methods in the global variables section | ||||
| * | Document all address methods in the global variables section | Alex Beregszaszi | 2017-03-16 | 1 | -3/+9 |
| | | |||||
* | | Fix inconsistent use of single backticks | Alex Beregszaszi | 2017-03-16 | 1 | -1/+1 |
|/ | |||||
* | Document transfer() | Alex Beregszaszi | 2017-02-24 | 1 | -0/+2 |
| | |||||
* | Document revert() | Alex Beregszaszi | 2017-02-11 | 1 | -1/+3 |
| | |||||
* | Document assert() | Alex Beregszaszi | 2017-02-10 | 1 | -1/+3 |
| | |||||
* | Add clarification for block.blockhash | Federico Bond | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | Rename sha3 to keccak256 in the documentation | Alex Beregszaszi | 2016-10-06 | 1 | -11/+13 |
| | |||||
* | Merge pull request #969 from Denton-L/fix-documentation | chriseth | 2016-08-30 | 1 | -1/+1 |
|\ | | | | | Fix bad syntax | ||||
| * | Fix typo from second to seconds | Denton Liu | 2016-08-30 | 1 | -1/+1 |
| | | |||||
* | | Fix typo | Denton Liu | 2016-08-30 | 1 | -1/+1 |
| | | |||||
* | | Document constant behaviour for hashes | Denton Liu | 2016-08-30 | 1 | -0/+4 |
|/ | |||||
* | Actually better to return zero on error. | chriseth | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Add missing inline code tag | Pi Delport | 2016-06-20 | 1 | -1/+1 |
| | |||||
* | Added back 'For more information...' statement | Denton Liu | 2016-06-03 | 1 | -0/+2 |
| | |||||
* | Changed reference name | Denton Liu | 2016-06-02 | 1 | -2/+1 |
| | |||||
* | Fixed a bad reference | Denton Liu | 2016-06-02 | 1 | -1/+2 |
| | |||||
* | Documented max stack depth at 1024 | Denton Liu | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Make address link look better | Denton Liu | 2016-06-02 | 1 | -4/+2 |
| | |||||
* | Copied warning message from cherry-picked commit | Denton Liu | 2016-06-02 | 1 | -3/+4 |
| | |||||
* | Link address-type and address-global methods | Denton Liu | 2016-06-02 | 1 | -0/+2 |
| | |||||
* | Named the global function parameters | Denton Liu | 2016-05-31 | 1 | -3/+3 |
| | |||||
* | Added section on address-related constants | Denton Liu | 2016-05-31 | 1 | -0/+15 |
| | |||||
* | Removed leading space | Denton Liu | 2016-05-31 | 1 | -14/+14 |
| | |||||
* | Made explicit that we use KECCAK-256 | Denton Liu | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Sorted block attributes alphabetically | Denton Liu | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Made it apparent that block.blockhash is function | Denton Liu | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Corrected underline length | Denton Liu | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Changed inline code syntax | Denton Liu | 2016-05-30 | 1 | -39/+39 |
| | | | | Changed from :code:`<inline>` to ``<inline>`` | ||||
* | Modified units-and-global-variables.rst | Denton Liu | 2016-05-30 | 1 | -39/+39 |
| | | | | Corrected syntax for inline code | ||||
* | Corrected typo | Denton Liu | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | Corrected documentation for ecrecover | Denton Liu | 2016-05-19 | 1 | -2/+2 |
| | |||||
* | Changed whitespace formatting | Denton Liu | 2016-05-18 | 1 | -1/+1 |
| | |||||
* | Removed trailing whitespace | Denton Liu | 2016-05-18 | 1 | -1/+1 |
| | |||||
* | Update units-and-global-variables.rst with link to address ref | Raine Revere | 2016-05-10 | 1 | -5/+2 |
| | |||||
* | Add this.balance and this.send to units-and-global-variables.rst | Raine Revere | 2016-05-09 | 1 | -0/+4 |
| | | | I looked here for this information and didn't initially find it. Hoping to help out others who think the same way as me and look here. | ||||
* | Typo fix. | Georgios Paralykidis | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | ecrecover takes uint8, not byte | MrChico | 2016-03-02 | 1 | -1/+1 |
| | |||||
* | Imported documentation. | chriseth | 2015-12-08 | 1 | -0/+125 |